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


* {
outline:none;
margin:0;
padding:0;
}

body {
font-size:76%;
font-family:Arial, Verdana, Geneva, sans-serif;
text-align:center;
background:#a3a819;
margin:0 auto;
}

#container {
width:955px;
background:#FFF;
text-align:center;
border-top:;
margin:10px auto 0;
}
.clr{clear: both;}
#header {width:955px;height:150px;clear:both; }

#navbar {
width:935px;
height:35px;
clear:both; 
background:#333;
padding:10px;
text-algin:left;
}

#leftcol {
text-align:left;
width:885px;
min-height:600px;
display:inline;
margin:5px 0px 15px 35px;
border:0px solid #666;
}



#footer {width:885px;
height:165px;
clear:both; 
background: url(../images/footerimg.jpg) no-repeat; 
padding:10px 35px;
}

#smalltextfooter{
width:955px;
height:35px;
margin-right:25px;
text-align:right;
background:#a3a819;
margin:0 auto;
}

a.white {color:#fff;}

a img {
text-decoration:none;
border:0;
margin-bottom:0px;
}

#weatherbox{width:150px; height:80px; border:; float: left; margin-top:25px; margin-right:15px;}
#partnersbox{width:130px; height: 75px; background:; float: left; margin: 25px 15px; border:/*5px solid #a3a819;*/}



