* {
font-family: Verdana, Arial, sans-serif;
font-size:normal ;
color: #1e0068;
}
body {
background-repeat: repeat-y;
padding: 0px;
margin: 10px;
}
.hdr {
height: 80px;
text-align: center;
border: 3px groove #808080;
background-image: url('wt-logo.jpg');
background-position: center left;
background-repeat: no-repeat;
padding-left: 250px;
font-size: 24px;}
.hdr p {
vertical-align: middle;
font-size: 24px;}
.Content {
margin: 5px 0px 0px 200px;
}
.Menu {
position:absolute;
left:10px;
width:105px;
padding:10px;
background-color:#FEC;
border:1px solid #CA8;
top: 105px;
text-align: center;
width:175px;
}
.Menu p {
text-align: center;
}
.Title {
background-color:#FEC;
border-top:1px solid #CA8;
border-bottom:1px solid #CA8;
padding-left: 10px;
}
.thumb {
border: 3px groove #808080;
margin: 3px;
Height: 185px;
Max-Height: 185px;
padding: 5px;
float: left;
text-align: center;
text-decoration: none;
background-image: none;
border-color: #888;
}

a.thumb:hover{
background-image: url('corner.gif');
background-repeat: no-repeat;
background-position: bottom right;
border: 3px ridge;
border-color: #c561ff;
}
.spacer {
clear: both;
}