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

html{ min-height:inherit;}
body{   margin:0px; min-height:inherit; background:url(../images/background.jpg) repeat-x; background-color:#000;}
#menu{  margin:0px auto 0px auto; width:900px; height:30px; }
#header{margin:0px auto 0px auto;  width:900px; height:120px; }
#main{  margin:0px auto 0px auto;  width:900px; min-height:550px; background-color:#FFF;}
#sidenav{  margin:0px;  width:210px; min-height:550px; float:left;}
#sidesection{  margin:15px auto 10px auto; padding:5px 0px 5px 0px;  width:190px; background-color:#F4F4F4; border: 1px #D8D8D8 solid;}
#content{  margin:0px;  width:690px; min-height:550px; float:right;}
#bottom{margin:0px; width:100%; height:60px; clear:both; background:url(../images/copyright.jpg) center no-repeat;}
