@charset "UTF-8";
body {
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#advertisement {
	background-color: #CCC;
	position: absolute;
	z-index: 1000;
	height: 100%;
	width: 100%;
}
#ad_center {
	height: 600px;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -300px;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/ad_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	line-height: 16px;
}
#ad_center a {
	color: #FFF;
	background-color: #666;
	padding: 5px;
	text-decoration: none;
	margin-top: 20px;
	display: block;
	width: 160px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
}
#ad_center a:hover {
	background-color: #521E59;
}
#ad_center h2 {
	padding-top: 230px;
}
#header {
	height: 220px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	width: 1000px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding-top: 28px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 1000px;
}
#main_content {
	float: left;
	width: 520px;
	height: 360px;
	display: block;
	margin-right: 20px;
	background-image: url(../images/large_round.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.clear {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #852291;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	height: 45px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-weight: normal;
}
#main_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #712A7C;
	text-decoration: none;
}
