.mainbloc {
	width: 850px;
	color: #333333;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.header {
	height: 100px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

.mainlinknav {
	height: 25px;
	background-color: #F0B80B;
	background-image: url(mainlinksbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.mainbloc .contentdiv .leftcontent br {
	margin: 0px;
	padding: 0px;
}
.mainbloc .contentdiv .leftcontent {
	float: left;
	width: 500px;
	background-image: url(homebg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.clear {
	clear: both;
}

.flashdiv {
	height: 150px;
	background-color: #F0B80B;
	padding-bottom: 15px;
}
.footer {
	height: 30px;
	background-image: url(footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.mainbloc .mainlinknav .mylinks a {
	text-decoration: none;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(linkbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 14px;
}
.mainbloc .contentdiv .rightcontent {
	width: 345px;
	float: right;
}
.mainbloc .contentdiv .rightcontent .newsdiv {
	height: 200px;
}
.mainbloc .contentdiv .rightcontent .testdiv {
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
.mainbloc .mainlinknav .mylinks a:hover {
	color: #FFFFFF;
}
