@charset "utf-8";
/* CSS Document */
body{
width:900px; margin:0 auto;
}
#wrapper{
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:12px; color:#666666;
}
#header{
margin-top:10px;
}
#header #logo{
width:250px; float:left;
}
#header #info{
margin-left:300px; text-align:right; font-size:15px; color:#3F017D; padding-top:10px;
}
#banner{
margin:5px 0 10px 0;
}
#content{

}
#content #text{
width:360px; float:left; color:#00A0C6; font-size:13px;
}
#content #downloads{
margin-left:370px; text-align:right; color:#00A0C6;
}
#content #downloads .download{
width:130px; float:left;
}
#content #downloads .icon{
width:35px; float:left; text-align:left;
}
#content #downloads .text{
width:90px; float:left; text-align:left; padding-right:5px;
}
#sitemap{
 border-top:1px solid #B3B3B3;  margin-top:10px; padding:10px 0; 
}
#sitemap .column{
width:150px; float:left; color:#B3B3B3; 

}
#footer{
 border-top:1px solid #B3B3B3;  margin-top:10px; padding:10px 0;
}
a{
color:#00A0C6;
}
.blue{
color:#00A0C6;
}
.clear{
clear:both;
}
