body {
	background-color: #12cacc;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #666666;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.page {
	width: 676px;
	padding-left: 24px;
	height: 100%;
	float: left;
}

.diver {
	position: absolute;
	left: 599px;
	width: 267px;
	height: 112px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/diver.png',sizingMethod='scale');
}

*>.diver {
	background-image: url(../images/diver.png);
}

h1.title {
	display: block;
	background-image: url(../images/head.gif);
	width: 652px;
	height: 0px;
	padding-top: 63px;
	overflow: hidden;
	margin: 0px;
	margin-top: 20px;
}

.menu {
	width: 652px;
	font-size: 12px;
	padding-left: 10px;
}

.menu a:link, .menu a:visited {
	text-decoration: none;
	color: #000000;
	margin-left: 4px;
	margin-right: 4px;
}

.menu a:hover, .menu a:active {
	color: #FFFFFF;
}

.main-top {
	background-image: url(../images/bg_main_top.gif);
	width: 652px;
	height: 16px;
	margin: 0px;
	overflow: hidden;
}

.main {
	background-image: url(../images/bg_main_main.gif);
	width: 612px;
	padding: 0px 20px 0px 20px;
}

.main-noline {
	background-image: url(../images/bg_main_main_noline.gif);
	width: 612px;
	padding: 0px 20px 0px 20px;
}

.main-foot {
	background-image: url(../images/bg_main_foot.gif);
	width: 652px;
	height: 16px;
	margin: 0px;
	overflow: hidden;
}

h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
}

.leftcol {
	float: left;
	width: 385px;
	line-height: 24px;
}

.rightcol {
	width: 216px;
	float: left;
	padding-left: 10px;
}

.fullcol {
	float: left;
	width: 611px;
	line-height: 24px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14px
}

img.right-img {
	margin-bottom: 15px;
	margin-left: 7px;
}