@charset "utf-8";
/* CSS Document */

body {
background-color: #f5f5f5;
margin-top: 5px;
font-family: "Trebuchet MS" , "Arial";
font-size: 16px;
}
#pagecontents {
width: 750px;
margin:auto;
background-color: white;
border: 1px solid #CCCCCC;
padding: 0 0 0 0;
}
#pagecontents:after {
content:"."; 
clear:both; 
display:block; 
height:0; 
font-size:0; 
visibility:hidden;
}
#header {
width: 750px;
height: 120px;
background-image: url(../images/header.gif);
background-repeat:no-repeat;
margin-bottom: 2px;
}
#navbar {
width: 750px;
height: 43px;
display: block;
margin: auto;
padding-left: 3px;
}
.btn a {
width: 120px;
height: 43px;
background-image: url(../images/button.gif);
background-repeat: no-repeat;
color: #993f26;
float:left;
margin: 0px 2px 0px 2px;
}
.btn a:link {
text-decoration: none;
}
.btn a:active{
text-decoration: none;
}
.btn a:visited {
text-decoration: none;
}
.btn a:hover {
text-decoration: none;
background-image: url(../images/buttonhover.gif);
}
.btnsingle a{
width: 120px;
height: 43px;
background-image: url(../images/button.gif);
background-repeat: no-repeat;
color: #993f26;
float:left;
margin: 0px 2px 0px 2px;
padding-top: 10px;
}
.btnsingle a:link {
text-decoration: none;
}
.btnsingle a:active{
text-decoration: none;
}
.btnsingle a:visited {
text-decoration: none;
}
.btnsingle a:hover {
text-decoration: none;
background-image: url(../images/buttonhover.gif);
}
#footer {
color: #666666;
font-size: 10px;
}