#sr_top {
	width: 1000px;
	height: 400px;
	background-image: url(images/sr_top.jpg);
}

#sr_middle {
	width: 1000px;
	height: 700px;
	background-image: url(images/sr_middle.png);
}

#sr_bottom {
	width: 1000px;
	height: 200px;
	background-image: url(images/sr_bottom.jpg);
}

#content_top {
	width: 921px;
	height: 43px;
}

#content {
	width: 921px;
	height: 600px;
	display: table;
	background: #FFFFFF;
}

#menu {
	width: 200px;
	height: 600px;
	float: left;
	margin-top: 10px;
}

#main {
	width: 721px;
	height: 600px;
	float: right;
	display: table;
}

#mainL {
	width: 454px;
	height: 600px;
	float: left;
	font: 12px Verdana,Arial,Helvetica;
	color: #4C4C4C;
	text-align: justify;
	padding: 15px 10px 10px 10px;
}

#mainR {
	width: 250px;
	height: 600px;
	float: right;
	padding: 15px 10px 10px 10px;
	text-align: center;
	vertical-align: top;
}

#footer {
	width: 921px;
	height: 35px;
}
