/* CSS Document */






body {
background-color:#C7C7C7;
margin:0pt;
padding:0pt;
}








#bottom {
background:url(bgbot.gif) no-repeat center;
height:25px;
width:1000px;
}

#container {
background:url(bgmain1.gif) repeat-y center;
margin:0pt auto;
text-align:left;
width:1000px;
}

#top {
background:url(bgtop.gif) no-repeat center;
height:20px;
width:1000px;
}

#content { width: 1000; background: transparent; text-align: left; margin-right: 20px; margin-left: 20px; }  
   
       .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
