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

body {background-color:#EEE; background-image:url(images/background.jpg); background-repeat:repeat-x; background-position:top; margin: 10px 0px 0px 0px; font-family:Helvetica, Arial, Verdana; font-size:14px; line-height: 22px; color:#666666;}
a{color:#C4BE66; text-decoration:none;}


#header {width: 925px; height:100px; margin: 0px auto 0px auto;}
#logo {float:left; width: 300px; height:100px;}
#menu {float:right; width: 625px; height:50px; padding-top: 40px; text-align:right;}
#menu a{font-family:Helvetica, Arial, Verdana; font-size:14px; color:#333333; text-decoration:none; margin: 0px 5px 0px 5px;}
#menu a:hover{color:#C4BE66;}

#main_table table{width: 100%;}
#main_table td{padding: 0px 20px 0px 20px; width:110px;}
#main_table img{width: 110px;}

#container {width: 925px; margin: 5px auto 5px auto;}

#xlarge_container {width:925px; height:700px; margin: 20px auto 20px auto; background-image:url(images/xlarge_container.png);}
#large_container {width:925px; height:500px; margin: 20px auto 20px auto; background-image:url(images/large_container.png);}
#medium_large_container {width:925px; height:300px; margin: 20px auto 20px auto; background-image:url(images/medium_large_container.png);}
#medium_container {width:925px; height:200px; margin: 20px auto 20px auto; background-image:url(images/medium_container.png);}
#small_container {width:925px; height:100px; margin: 20px auto 20px auto; background-image:url(images/small_container.png);}

#partners {margin: 0px 0px 0px 75px;}
#partners img{margin: 20px 2.5px 0px 2.5px; width:90px;}

#contact h1{font-size: 15px; color:#C4BE66;}
#contact a{color:#C4BE66; text-decoration:none;}

#footer {width: 925px; margin: 0px auto 0px auto; padding: 5px 0px 5px 0px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; font-family:Helvetica, Arial, Verdana; font-size:11px; color:#666666;}
#footer_left {float:left; width:400px; margin: 0px 0px 0px 0px;}
#footer_right {float: right; width:525px; text-align:right;}
#footer a{text-decoration:none; color:#C4BE66;}
#footer p{padding:0px; margin: 0px;}

#footer2 {width: 925px; margin: 0px auto 0px auto; padding: 0px; color:#666666; text-align:center; font-size:11px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both; height:0; font-size: 1px; line-height: 0px;
}
