body {
	background: 	url('../images/bg_body.jpg') #e2e0e1 repeat-x top left;
	color: 			#fff;
	font: 			100% Verdana, Arial, Helvetica, sans-serif;
	margin: 		0;
	padding: 		0;
	text-align: 	center;	
}
.oneColElsCtr #container {
	margin: 		0 auto;
	text-align: 	left;
	width: 			952px;
}
.oneColElsCtr #header {
	background:		url(../images/bg_header.jpg) no-repeat top left;
	font-size:		11px;
	height: 		99px;
	text-align:		right;
	padding: 		0 0 10px 0;
	width: 			952px;
}
.oneColElsCtr #header a, .oneColElsCtr #header a.visited  {
	color:			#fff;
	padding: 		0 10px 0 0;
	text-decoration:none;
}
.oneColElsCtr #header a:hover {
	color:			#fff;
	padding: 		0 10px 0 0;
	text-decoration:underline;
}

.oneColElsCtr #header #logo_link {
	height: 99px;
	width: 225px;
	float: left;
	cursor: pointer;
}

.oneColElsCtr #flex {
	float:			left;
	height: 		610px;
	margin: 		0 10px 0 0;
	width: 			744px;
}
.oneColElsCtr #smallbanner {
	float:			right;
	height: 		99px;
	width: 			198px;
}

.oneColElsCtr #largebanner {
	float:			right;
	height: 		463px;
	width: 			198px;
	margin: 		10px 0 0 0;
}

.oneColElsCtr #footer {
	background:		url(../images/bg_footer.gif) top left no-repeat;
	float:			right;
	margin: 		10px 0 0 0;
	height: 		42px;
	width: 			952px;
}
.clear {
	clear:			both;
}
