 
body {
	margin: 0 0;
	background-color: #030303;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	height: 100%;
}
img {
	border: 0px;
}
#logo {
	display: none;
}
#main {
	width: 972px;
	position: absolute;
	margin: 0px auto;
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#menu {
	float: right;
	margin-right: 150px;
	margin-top: 80px;
}
.menulink {
	font-size: 10pt;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 13px;
}
a.menulink:hover {
	text-decoration: underline;
}
#searchbar {
	border: 1px solid #FFF;
}
#top {
	margin-top: 111px;
	height: 75px;
	min-height: 75px;
	background-image: url('/images/top.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#firsttop {
	position: absolute;
	margin-left: 17px;
	margin-top: 52px;
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
}
#secondtop {
	position: absolute;
	margin-left: 210px;
	margin-top: 52px;
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
}
#bottom {
	background-color: #FFFFFF;
	background-image: url('/images/back3.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#blocks {
	float: left;
	width: 183px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
#block1 {
	width: 183px;
	background-color: #ADD033;
	padding-top: 4px;
}
.block_title {
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 7px;
	margin-top: -3px;
	margin-bottom: 4px;
}
.block_content {
	margin-left: 7px;
}
#block2 {
	margin-top: 10px;
	padding-top: 10px;
	width: 183px;
	background-color: #A9A9A9;
	background-image: url('/images/block2_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#block3 {
	margin-top: 10px;
	padding-top: 10px;
	width: 183px;
	background-color: #D1D1D1;
	background-image: url('/images/block3_top.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#content {
	width: 769px;
	min-height: 300px;
	margin-left: 203px;
	background-color: #ADD133;
	background-image: url('/images/back3.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
#contents {
	width: 550px;
	padding: 7px 7px 7px 7px;
	color: #333333;
}
#banners {
	float: right;
	margin-top: 280px;
	width: 198px;
	text-align: center;
}
#footer {
	clear: both;
	height: 21px;
	font-size: 1px;
	background-color: #FFF;
	background-image: url('/images/footer.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.leftmenulink {
	color: #333333;
	text-decoration: none;
}
.leftmenulink:hover {
	text-decoration: underline;
}