@charset "utf-8";
/* CSS Document */

body{
background: #4a4c4c url(images/mainbg.gif) top repeat-x;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

#wrapper{
margin: 0 auto;
width: 862px;
padding: 4px;
background: #fff;
}

.clear{
clear: both;
height: 0px;
}

#logo{
float: left;
width: 384px;
height: 81px;
padding-top: 19px;
}

#toplinks{
float: left;
width: 468px;
text-align:right;
padding: 5px 10px 5px 0px;
font-size: 14px;
height: 40px;
}

#search{
float: left;
width: 468px;
padding: 15px 5px 5px 5px;
text-align:right;
height: 35px;
}


#toplinks a:link, #toplinks a:visited{
color: #4a4c4c;
text-decoration: none;
font-weight: bold;
}

#toplinks a:hover{
color: #900606;
}

.content{
clear:both;
}

#footer{
margin: 0 auto;
width: 850px;
padding: 10px;
font-size: 11px;
color: #fff;
text-align: center;
}

#footer span a{
color: #fff;
text-decoration: none;
padding: 0 9px;
}

a:link, a:visited{
color: #900606;
text-decoration: none;
}

a:hover{
color: #0c245f;
}

#footer span a:hover{
color: #0c245f;
}

form{
margin: 0;
padding: 0;
}

a img{
border: 0;
}