@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
}

a {color: #FF9900; text-decoration: none;}
a:hover {color: #CC0000;}
p {
	font-family: Arial, Helvetica, sans-serif;
}

textarea,input {
	/*width: 600px;
	height: 120px;*/
	color: #781351;
	background: #fee3ad;
	border: 1px solid #FFFFFF;
	padding-left: 5px;
}

.style input {
	/*width: 600px;
	height: 120px;*/
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 920px;
}

#header {
	width: 920px;
	height: 105px;
	background: url(../includes/top_header.jpg) no-repeat;
	float: left;
}
.time {
	width: 250px;
	float:right;
	margin-right: 25px;
	margin-top: 1px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 15px;
	font-weight: bold;
}

#banner {
	width: 920px;
	height: 329px;
	float:left;
}

#navigation {
	width: 920px;
	height:26px;
	float:left;
	background:url(../includes/navigation.jpg) no-repeat;
}

#content {
	width: 920px;
	float:left;
}

.left-content {
	width: 251px;
	float: left;
	margin-top: 25px;
}

.right-content {
	width: 650px;
	margin-left: 12px;
	float:right;
	margin-top: 25px;
}

.right-content-header {
	width: 650px;
	height: 29px;
	background:url(../includes/right-content-header.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#FFFFFF;
	float: left;
	
}

.right-content-text {
	width: 620px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	line-height: normal;
	
}

#footer {
	width: 920px;
	height: 65px;
	float:left;
	background:url(../includes/footer.jpg) no-repeat;
}

.footer-bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	padding-top: 10px;
	line-height: 14px;
	text-align: center;
	float:left;
	width: 920px;
	height: 40px;
}

.footer-bottom a{color:#FFFFFF; text-decoration: none;}
.footer-bottom a:hover{color: #FFCC00; text-decoration: underline;}
