/* general stuff */



html, body {
margin : 0;
padding : 0;
background-color : #3c3c3c;
}
body {
font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin : 0 auto;
text-align : center;
background-color : transparent;
}

#container {background-color: #000; 
width: 985px;	
font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 0 auto;
padding: 0;
}

#banner {width: 985px; background-image: url(banner.jpg); background-repeat: no-repeat; height: 395px;}

#topnav {width: 185px; float: right; margin: 5px 10px 0 700px; padding: 2px; height: 25;}
#topnav ul {font : 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #fff; display: inline; text-align: center; margin: 0 auto; padding: 0;}
#topnav ul li {font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #fff; margin: 0 10px 0 10px; padding: 0; display: inline;}
#topnav a {font : 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #fff; margin: 0; padding: 0; text-decoration: none; height: 22;}
#topnav a:hover {font : 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #75899f; margin: 0; padding: 0; text-decoration: none; height: 22;}

#mainnav {width: 600px; float: right; margin: 320px 5px 0 350px;}
#wrapper {width: 985px;}

#content {width: 955px; margin: 15px; background-color: #000; background-image: url(content-back.jpg); background-repeat: repeat-y; text-align: left;}

#largecontent {float: left; width: 640px; margin: 0 20px 0 10px; padding: 0; text-align: left;}
#largecontent p {font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #fff; margin: 10px 0 10px 0; padding: 0; line-height: 1.5; font-weight: 500;}
#largecontent h1 {font: 22px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #fff; margin: 3px 0 10px 0; padding: 0;} 
#largecontent h2 {font: 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #fff; margin: 3px 0 10px 0; padding: 0; text-decoration: underline;} 
#largecontent h3 {font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #fff; margin: 3px 0 10px 0; padding: 0; font-weight: bold;} 
#largecontent a {font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #ffff00; margin: 0; padding: 0; text-decoration: underline; font-weight: bold;}
#largecontent a:hover {font : 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #ffff00; margin: 0; padding: 0; text-decoration: underline overline; font-weight: bold;}

#thankyoupagewhite {background-color: #fff; width: 600px;}

#smallcontent {float: left; width: 260px; margin: 0 0 0 20px; padding: 0; text-align: left;}
#smallcontent p {font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #fff; margin: 10px 0 10px 0; padding: 0; line-height: 1.8; font-weight: 500;}
#smallcontent h1 {font: 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #fff; margin: 3px 0 10px 0; padding: 0;}
#smallcontent h2 {font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #fff; margin: 3px 0 10px 0; padding: 0; text-decoration: underline;} 


#footer {width: 985px; background-image: url(footer.jpg); background-repeat: no-repeat; height: 86px;}
div#footer p{font : 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #fff; margin : 0; padding : 50px 0 0 0; text-align: center; line-height: 1.0; font-weight: 500;}
div#footer a {font : 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #fff; margin: 0; padding: 0; font-weight: bold; text-decoration: none;}
div#footer a:hover {font : 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color : #fff; margin: 0; padding: 0; font-weight: bold; text-decoration: underline;}



.clear {clear: both;}