body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 1089px;
	background-image: url(../img/bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

a.text:link, a.text:visited, a.text:active {
	color: #283d04;
	text-decoration: none;
}

a.text:hover {
	color: #45670a;
	text-decoration: none;
}


a.news:link, a.news:visited, a.news:activek {
	color: #0f4e8d;
	text-decoration: none;
}

a.news:hover {
	color: #0b3763;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #1878d4;
	text-decoration: none;
}


.news_h1 {
	font-size: 24px;
	color: #0f4e8d;
	font-weight: bold;
}

.text_h1 {
	font-size: 24px;
	color: #45670a;
	font-weight: bold;
}

.news_text {
	color: #0f4e8d;
}

.text_text{
	color: #283d04;
}

#div_body {
	background-image:url(../img/shadow.png);
	background-repeat:repeat-y;
	width: 840px;
	padding-left: 23px;
}

#div_header {
	background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
	height: 385px;
	padding-top: 15px;
	padding-left: 730px;
}

#div_nav {
	background-image: url(../img/nav_bkg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding-left: 25px;
}

#div_content {
	background-color:#FFFFFF;
	width: 775px;
	height: 503px;
	padding-left: 25px;
	padding-top: 30px;
}

#div_text {
	background-image: url(../img/text_bkg.jpg);
	background-repeat: repeat-y;
	width: 389px;
	float: left;
	position: absolute;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#div_winner {
	width: 316px;
	margin-left: 444px;
	float: right;
	position: absolute;
}

#div_news {
	background-image: url(../img/news_bkg.jpg);
	background-repeat: repeat-y;
	width: 316px;
	margin-left: 444px;
	margin-top: 295px; 
	float: right;
	position: absolute;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#div_footer {
	background-image: url(../img/footer_bkg.jpg);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 70px;
	padding-left: 25px;
	padding-right: 25px;
}

#div_quicklinks {
	float: left;
	position: absolute;
	padding-left: 10px;
	margin-top: -20px;
	text-align: left;
	line-height: 30px;
}

#div_twitter {
	float: right;
	position: absolute;
	padding-left: 480px;
	margin-top: -20px;
	text-align: right;
	line-height: 30px;
}