#wrapper {
	MARGIN: 0px auto; WIDTH: 998px;
	
} 
#header {
	background-repeat: no-repeat;
	height: 320px;
	width: 980px; 
}
#headerR {
	background-repeat: no-repeat;
	text-align: left;
	float: right;
	height: 58px;
	width: 210px;
	margin-bottom: 0px;
}

#contentL {
	width: 180px;
	float: left;
}
#contentR {
	margin-left: 200px;
}

#content {
	background-repeat: repeat-y;
	width: 980px;
	float: left;
}
#footer {
	background-repeat: no-repeat;
	clear: left;
	height: 52px;
	width: 980px;
}
