html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body, p, td, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/tile_top.gif);
	background-repeat: repeat-x;
}

#header {
	width: 984px;
	height: 20px;
	background-color: #af8f52;
}
#page {
	text-align: left;
	width: 984px;
	background-color: #f8f3eb;
	height: 880px;
	background-image:url(images/page-background.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#footer {
	text-align: left;
	width: 984px;
	height: 194px;
	padding-top: 10px;
}
#menu_holder {
	height: 130px;
	/*overflow: hidden;*/
}
#flash_window {
	width: 964px;
	height: 477px;
	margin-left: 10px;
}

#news_container {
	background-image: url(images/news-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px;
	margin-top: 33px;
	padding-top: 17px;
	_padding-top: 21px;
}
#news {
	padding: 10px;
	background-color: #e1dcd5;
	height: 160px;
	margin-bottom: 1px;
	overflow: hidden;
	margin-top: 0px;
}

#news .story h1, #news .story h2, #news .story h3 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 4px;
	font-weight: bold;
	text-transform: none;
}
#news, #news p {
	margin-top: 4px;
	font-size: 10px;
}
.story {
	width: 307px;
	float: left;
	margin-left: 10px;
	/*height: 114px;*/
	height: 160px;
	overflow: hidden;
}
#story1 {
	margin-left: 0px;
}
#footer, #footer p {
	font-size: 10px; color: #FFFFFF;
}

#copyright {
	width: 590px;
	padding: 10px;
	float: left;
}
#contact_info {
	width: 318px;
	float: right;
	padding: 10px;
}
