/* Warrens Home Page CSS */
/* Green: #84B444 */
/* Grey: #666666 */
/* Lines: #C8CCCF */

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: url(../images/body_background.gif) 0 109px repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #333333;
}
a {
	color: #84B444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#page {
	margin: 0 auto;
	width: 800px;
}

/**** HEADER *****/

div#header {
	margin: 20px 24px 0;
	height: 89px;
}

div#logo {
	float: left;
	margin-top: 7px;
}
div#header a.nav {
	display: block;
	height: 19px;
	line-height: 19px;
	border-top: 1px solid #C8CCCF;
	color: #929AA0;
	background: none;
}
div#header a.nav:hover, div#header a.nav-first-child:hover {
	color: #84B444;
	background: url(../images/nav_arrow.gif) right top no-repeat;
	text-decoration: none;
}

div#header a.nav-first-child {
	display: block;
	height: 19px;
	line-height: 19px;
	color: #929AA0;
	background: none;
}
div#nav1, div#nav2, div#nav3 {
	float: right;
	width: 176px;
	margin-left: 14px;
}

/***** FOOTER *****/

div#footer {
	clear: both;
	margin: 12px 24px 0;
	padding: 12px 0;
	border-top: 1px solid #C8CCCF;
}
div#footer p#credit {
	float: right;
}
