body {
	text-align: center;
}

#container {

/*
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
*/
	margin: 0px auto;
	width: 950px;
	overflow: hidden;

	background-color: #edbb68;
}

#header {
	text-align: center;
	vertical-align: top;

	width: 100%;
	height: 30px;
	
/*	border: 1px solid #ff9966; */
}

.inner {
	padding: 10px; 
}


#contentMain {
	float: left;

	width: 690px;
	
	background-color: #ffffff;
	color: #333333;
	
	border: 1px solid #cccccc;
	
	text-align: left;
}

#contentLeft {
	float: right;

	width: 300px;
	
	background-color: #ffffff;
	color: #333333;

	border: 1px solid #cccccc;
	
	text-align: left;

	padding-right: 20px;
	padding-bottom: 40px;
}


#contentRight {
	float: right;

	width: 250px;
	
	background-color: #ffffff;
	color: #333333;
	
	border: 1px solid #cccccc;
	
	text-align: left;

	margin-bottom: 5px;
}

#news {
	width: 250px;
	overflow: hidden;
	float: right;

	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
	color: #333333;
	
	border: 1px solid #cccccc;
}



#footer {
	width: 640px;
	height: 18px;
	
	background-color: #fff;
	color: #333;
	
	text-align: center;
	font-size: 0.8em;
}


