#MenuMain
{
	position: absolute;
	top:100px;
	left:0px;
	width:150px;
	height:500px;
	border-left: solid 1px #a1bbd7;
}
#TopMain
{
	position: absolute;
	top:0px;
	left:0px;
	width:990px;
	height:100px;
}
#Main
{
	position: absolute;
	top:100px; 
	left:150px;
	width:838px;
	height:500px;
	border-right: solid 1px #a1bbd7;
	border-left: solid 1px #a1bbd7;
}
#BottomMain
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	top:600px;
	left:0px;
	width: 990px;
	height: 20px;
}
#div0
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	width: 990px;
	height: 600px;
}
#ContentMain
{
	position:absolute;
	left:15px;
	top:0px;
	height: 500px;
	width: 825px;
}
