* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%
}
body, td, th {
	font-family: Frutiger-Normal, Verdana, Tahoma, sans-serif;
	height: 100%;
	color: #938C7D;
}
a {
	outline: none;
}

a:link {text-decoration: none;color: #938C7D;}
a:visited { text-decoration: none; color: #938C7D; }
a:hover { text-decoration: none; color: #F39; }
a:active { text-decoration: none; color: #938C7D; }

#newsboard a:link { text-decoration: none; color: #F39; }
#newsboard a:visited { text-decoration: none; color: #F39; }
#newsboard a:hover { text-decoration: none; color: #C39; }
#newsboard a:active { text-decoration: none; color: #F39; }


p {
	margin: 0 0 18px
}
img {
	border: none;
}
p {text-align:right;}
p {text-align:left;}
p {text-align:center;}
p {text-align:justify;}


div.cell {
	width: 350px;
	float:left;
}
.clear {
	clear:both;
}
#wrapper {
	width: 100%;
	min-width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 30px;
	text-align: right;
	float: left;
	padding-bottom: 10px;
	width: 99.5%;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	padding-top: 25px;
	padding-right: 0px;
}
#wrapper #navtop {
	text-align: right;
	float: left;
	width: 99.5%;
	padding-right: 10px;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content {
	margin: 0px 0px 30px 25px;
	float: left;
	width: 95%;
}
#main_image { margin: 25px 30px 25px 50px; 
float: left; 
height: 400px; 
width: 370px; 
padding: 0px; 
}
#newsboard {
	color: #D3D1C0;
	background: #323F33;
	margin: 25px 25px 25px 75px;
	float: left;
	height: auto;
	width: 350px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

#navbot {
	font-size: 11px;
	height: 11px;
	margin-bottom: 13px;
	text-align: center;
	clear: both;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -25px auto 0;
	min-width: 990px;
	height: 11px;
	font-size: 11px;
	text-align: center;
}
