@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	background-color: #EEEEEE;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #888888;
	border-left-color: #888888;
	height: 820px;
}
#wrapper  #mainbody  {
	width: 800px;
	background-color: #EEEEEE;
	height: 600px;
}
#wrapper #mainbody #rightbody {
	float: right;
	height: 400px;
	width: 410px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#wrapper #header #navbar {
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #mainbody #leftbody {
	float: left;
	height: 400px;
	width: 390px;
	background-image: url(../images2010/home/latestnews.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	text-indent: 0px;
	color: #FFFFFF;
}
#wrapper #footer {
	height: 20px;
	width: 800px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3D3D3D;
}
