html,body {
	font-family: georgia,serif;
	background: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family:arial,sans-serif;
	color:#666;
}

h1 { 
	font: georgia,serif;
	font-size: 24px;
	margin:0.5em 0;
}

h2 {
	font: georgia,serif;
	font-size: 20px;
	margin:0.5em 0;
}
	h1, h2, a {
		color:orange;
	}
.nav_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-image: url('../images/nav/css_button.jpg');
	background-repeat: repeat-x;
	border: 1px solid #000000;
	letter-spacing: .1em;
	word-spacing: normal;
	text-align: center;
}
.nav_buttons a:link, a:visited{
	text-decoration: none;
	color: #000000;
}
.nav_buttons a:hover {
	text-decoration: underline;
	color: #000000;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background: #FFFFFF url('../images/nav/bground.jpg') repeat-y;

}
div#header {
	padding:1em;
	/* border-bottom:6px double gray; */
}
	div#header p {
		font-style:italic;
		margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#FFFFFF url('../images/nav/bground.jpg') repeat-y;
	/*border-top:6px double gray;*/
}
.news_heading{
	background-color:#FFCC00;
	border: 1px solid #000000;
	font: georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0.5em 0;
}
.news_heading_sub{
	font-size: 10px;
	font-style:italic;
}
.news_body{
	background-color: #FFFFCC;
	border: 1px solid #000000;
	font:georgia, sans-serif;
	font-size: 12px;
	margin: 0.5em 0;
}