@charset "utf-8";
/* CSS Document */

body {
	background-color: #27291d;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a img {
	border: 0px;
}
#container {
	background-color: #fff;
	width: 760px;
	margin: 0px auto;
}

/* MENU */
.mainmenu {
	margin: 0px;
	padding: 0px;
	float: left;
}
.mainmenu li {
	list-style: none;
	background-image: url(../images/nav-button.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 27px;
	text-align: center;
	padding-top: 13px;
}
.mainmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.mainmenu li a:hover {
	color: #737963;
	text-decoration: none;
}

/* LAYOUT */
#content {
	padding: 0px 15px 20px 10px;
	width: 600px;
	float: right;
}
#featured h2 {
	font-size: 12px;
}

/* CONTACT */
.copypadding {
	padding: 5px 0px;
}
.copyHighlight {
	color: #ff0000;
}
.divider {
	background-color: #999999;
	color: #999999;
	height: 1px;
}

/* FOOTER */
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 35px;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footerlinks {
	font-size: 10px;
	text-align: center;
	padding-top: 10px
}