body {
	background:url(bg.png) repeat-x;
	background-color:#e6e6e6;
	margin-top:20px;
	margin-left:30px;
	font-family:Arial;
	font-size:11px;
	line-height:17px;
}

a {
	color:#539bff;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

#topcontainer {
	height:249px;
	width:893px;
	background:url(Banner.png) no-repeat;
}

#topcontainer #topnews {
	color:#555;
	position:absolute;
	top:105px;
	left:60px;
	width:135px;
}

#maincontainer {
	position:absolute;
	width:792px;
}

#textcontainer {
	background:#fff;
	padding:40px;
	font-size:12px;
	line-height:20px;
}

#footcontainer {
	border:1px solid #e6e6e6;
	border-width:1px 0px 0px 0px;
	background-color:#e7f1f4;
	padding:10px 40px 10px 40px;
	font-size:12px;
	line-height:20px;
	text-align:center;
}

#footcontainer #small {
	font-size:10px;
}

#rightcontainer {
	border:1px solid #e6e6e6;
	border-width:0px 0px 0px 1px;
	background:url(rightbg.png) repeat-x;
	background-color:#fff;
	position:absolute;
	top:223px;
	left:822px;
	width:150px;
	padding:10px;
}

