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

#wrap  {
	font-family: Georgia, Garamond,"Times New Roman", FreeSerif, serif;
    font-size:100%; line-height:2em;
	background-color: #0C0C0C;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* */
	color: #333333  ;
	margin-top: 30px; margin-bottom: 30px;
	width: 960px;
}

#main { float: left;
        width: 780px;
				}
#content  {  float: right;
             width: 600px;
			 background-color:#FFFF00
		 }
#sidebar1   { float: left; width: 180px; background-color:#CCCCCC; color:#333333; }             
#sidebar2 {  float: right; width: 180px; background-color:#CCCCCC; color:#333333; }            		




