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

body {margin:0px; color: #333; font-size: 11px; font-family: "Verdana", sans-serif;}

#topnav {display:block; color:#FFF; height:20px; width:1000px; background-color:#d52027; border-top:solid thick #333; line-height:20px; text-align:right;}
a {color: #000;}
a:hover {text-decoration:none;}
img {border:0;}
#topnav a {color: #fff;}
#topnav a:hover {text-decoration:none;}

#header {display:block; height:122px; width:1000px; background:url(logo.jpg) no-repeat; margin:0px; padding:0px;}
#guides {display:block; float:right; height:120px; width:720px; margin:0px; padding:0px;}

#content {display:block; height:650px; width:1000px; border-bottom:solid thick #333; border-top:solid thick #d52027;  margin:0px; padding:0px;}
#footer {display:block; height:40px; width:1000px; margin-top:10px; padding:0px; color: #CCC; line-height:120%;}
#footer a {color: #CCC;}
#footer a:hover {text-decoration:none;}

.float {display:block; float:left; margin-right:10px;}

