#container	{
	width: 907px;
	margin: 0px	0px 0px 0px;
}

#header {
	width: 907px;
	height: 250px;
	margin: 0px	0px 0px 0px;
}

#footer {
	width: 901px;
	height: 30px;
	background-color: #DADADA;
	margin: 0px	0px 0px 0px;
}

#main {
	width: 865px;
	height: 1000px;
	font: 11px/16px "Verdana";
	color: #555555;
	text-align: justify;
	background-color: #FFFFFF;
	background-image: url(images/bg_ccc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
}

#main_left {
	width: 600px;
	height: 1000px;
	float: left;
	font: 11px/16px "Verdana";
	color: #555555;
	text-align: justify;
	background-image: url(images/bg_ccc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 10px 10px 10px;
}

#main_right {
	width: 265px;
	height: 1000px;
	float: right;
	font: 12px/16px "Verdana";
	color: #FFFFFF;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	padding: 20px 5px 10px 5px;
}

