﻿#Container {
	width:800px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:11px;
	margin-bottom:21px;
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size:14px;
	color:#333;
	text-align:justify
}

#Header {
	height:150px;
	background-color:#CCC;
}

#Menu {

}

#Img1 {
	margin-top:10px;
}

#Sidebar {
	width:150px;
	height:400px;
	background-color:#0C0;
	float:left;
}

#Mainbody {
	width:650px;
	height:400px;
	background-color:#03C;
	float:right;
}

#Footer {
	height:100px;
	background-color:#CCC;
	clear:both;
}










