@charset "utf-8";

#container {
    margin: 0 auto;
	width: 968px;
	background-color:#6699FF;
}

#header {
     height: 100px;
	 background-color:#00CCFF;
}

#navigation {
     height: 26px;
	 background-color:#0099CC;
}

#container-content {
    float: left;
	width: 968px;
	background-color:#CC3366;
}	
	

#ColumnLeft {
   float:left;
   width:600px;
   background-color:#00CC66;
   padding:10px;
}

#ColumnRight {
   width:368px;
   float:right; 
   background-color:#33CC99;
}	

#footer {
   clear:both;
   background-color:#CCCC99;
   } 
