/* CSS Document */

body {
	background-color: #000000;
	min-width: 750px;
}


#content_wrapper {
	background-color: transparent;
	border: none;
	position: relative;
	width: 750px;
	height: auto;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	color: #000000;
}


#banner {
	width: 748px;
	height: 178px;
	padding: 0px;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 25px;
	left: 0px;
	margin: 0px;
	background-color: transparent;
	overflow: hidden;
}

#main_text {
	background-color: #FFFFFF;
	width:750px;
	height: auto;
	top: 234px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#main_text p {
	font-family: "Palatino Linotype", Garamond, Verdana, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#main_text p a {
	font-weight: normal;
	padding: 0;
	border: none;
	background-color: transparent;
	color: #FF0000;
	text-decoration: none;
	width: auto;
}
#main_text p a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
#main_text p a:active {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;
}






#menu {
	width: 750px;
	height: 30px;
	padding: 0px;
	border: 0;
	position: absolute;
	top: 204px;
	left: 0px;
	margin: 0px;
	background-color: transparent;

}

#menu table {
	margin: 0;
	padding: 0;
	width: 750px;
	height: auto;
	border: 0;
    text-align: center;
}
#menu table td {
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	font: 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000000;
}
#menu table td a {
	display: block;
	font-weight: normal;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background-color: transparent;
	color: #FF0000;
	text-decoration: none;
	width: auto;
}
#menu table td a:hover {
	background-color: #FF0000;
	color: #000000;
	text-decoration: none;
}
#menu table td a:active {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}















#news {
	background-color: #FFFFFF;
	border: none;
	position: static;
	width: 750px;
	padding: 0px;
	height: auto;
	font: 16px "Palatino Linotype", Garamond, Verdana, sans-serif;
	margin: 0px;
}

#news ul {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
	border: none;
}

#news ul li {
	text-align: left;
	border: none;
	border-bottom: solid 1px #000000;
	margin: 4px;
	margin-top: 10px;
	padding: 0;
	font: 16px "Palatino Linotype", Garamond, Verdana, sans-serif;
	color: #000000;
}

