#head_logo {
	width: 1000px;
	height: 236px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
	#content_div {
		width: 880px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 25px;
		padding-bottom: 30px;
	}
		#content_title {
			padding-left: 10px;
			line-height: 20px;
			font-size: 16px;
			color: #FFFFFF;
			font-weight: bold;
		}

#footer {
	width: 1000px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
}
	#footer_left {
		width: 156px;
		height: 20px;
		line-height: 20px;
		float: left;
		margin-left: 20px;
		text-align: left;
	}
	#footer_center {
		width: 21px;
		height: 20px;
		line-height: 20px;
		float: left;
		text-align: center;
	}
	#footer_right {
		width: 300px;
		height: 20px;
		line-height: 20px;
		float: left;
		text-align: left;
	}
	#sound_switch {
		margin-right: 20px;
		width: 25px;
		height: 20px;
		line-height: 20px;
		float: right;
	}
	#sound_switch_txt {
		width: 33px;
		height: 20px;
		line-height: 20px;
		float: right;
	}



.email_link a:link {		color: #666666;	text-decoration: underline; }
.email_link a:visited {	color: #666666;	text-decoration: underline; }
.email_link a:active {	color: #666666;	text-decoration: underline; }
.email_link a:hover {	color: #666666;	text-decoration: none; }

.white_link a:link {		color: #ffffff;	text-decoration: none; }
.white_link a:visited {	color: #ffffff;	text-decoration: none; }
.white_link a:active {	color: #ffffff;	text-decoration: none; }
.white_link a:hover {	color: #ffffff;	text-decoration: underline; }

.purple_link a:link {	color: #550055;	text-decoration: underline; font-weight:bold; }
.purple_link a:visited {	color: #550055;	text-decoration: underline; font-weight:bold; }
.purple_link a:active {	color: #550055;	text-decoration: underline; font-weight:bold; }
.purple_link a:hover {	color: #550055;	text-decoration: none; font-weight:bold; }

.red_link a:link {		color: #660000;	text-decoration: underline; font-weight:bold; }
.red_link a:visited {	color: #660000;	text-decoration: underline; font-weight:bold; }
.red_link a:active {		color: #660000;	text-decoration: underline; font-weight:bold; }
.red_link a:hover {		color: #660000;	text-decoration: none; font-weight:bold; }

.darkblue_link a:link {		color: #003366;	text-decoration: underline; font-weight:bold; }
.darkblue_link a:visited {	color: #003366;	text-decoration: underline; font-weight:bold; }
.darkblue_link a:active {	color: #003366;	text-decoration: underline; font-weight:bold; }
.darkblue_link a:hover {		color: #003366;	text-decoration: none; font-weight:bold; }

.cian_link a:link {		color: #009999;	text-decoration: underline; font-weight:bold; }
.cian_link a:visited {	color: #009999;	text-decoration: underline; font-weight:bold; }
.cian_link a:active {	color: #009999;	text-decoration: underline; font-weight:bold; }
.cian_link a:hover {		color: #009999;	text-decoration: none; font-weight:bold; }

.span_date { color: #505050; font-size: 11px; }



.itext_black {
	margin-top: 16px;
	line-height: 18px;
	font-weight: bold;
}
.itext_black_float {
	line-height: 18px;
	font-weight: bold;
	float: left;
	width: 80px;
}
