@charset "utf-8";
/* CSS Document */


#container {

	margin: 0;
	padding: 0;
	width: 1000px;
}

#colLeft {

	background-color: #ECE6CC;
	color:#4A4A4A;
	float: left;
	font-size: 12px;
	min-height:500px;
	padding: 10px;
	width: 200px;
}

#colRight {

	background-color: #ECE6CC;
	color:#4A4A4A;
	float: right;
	font-size: 12px;

	min-height: 500px;
	padding: 10px;
	text-align:left;
	width: 180px;
}

#colMain {

	color:#666666;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 500px;
	padding: 10px;
	text-align:left;
	width: 500px;	
}

#footer {

	background-repeat: no-repeat;
	min-height: 10px;
	width: 1000px;
}

.style1 {
font-size: 16px;
}

	

