/* CSS Master Style Sheet, incept: Feb 16, 2008
Author: Benjamin Liu, Designer: Robert Bethanis, gelatinCube */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000;
	color: #fff;
	font: 75% Arial, Helvetica, sans-serif;
	padding: 30px 0;
}

a img {
	border: 0;
	cursor: pointer;
}

.nomarg {
	margin: 0;
}

#mainarea {
	width: 710px;
	margin: 0 auto;
}

#header {
	background: url('../img/header_bg.gif') no-repeat;
	height: 52px;
}

#footer {
	height: 135px;
}

#footer address {
	color: #3f3f3f;
	font-style: normal;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: .2em;
	padding-top: 20px;
}

/* navigation */
ul#mainnav {
	list-style: none;
	text-align: center;
	height: 42px;
	padding-top: 12px;
	background: url('../img/nav_bg.gif') no-repeat;
	padding-bottom: 5px; /* without this the state indicator is cut off in IE */

}

ul#mainnav li {
	display: inline;
	padding: 5px 10px;
}

ul#mainnav li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: .1em;

}

/* end navigation */

.botmarg1 {
	margin-bottom: 10px;
}

body#news li#newslink, body#aboutus li#aboutuslink, body#contactus li#contactuslink {
	background-color: #464749;
}