/****************************************************************************

Author: Stephen Saugestad
Development by: Nine Mile Studio
Last updated: 

*****************************************************************************/

/* defaults ******************************************************************************************/

html, body {
	margin: 0;
	padding: 0;
} 

body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background:#493E36 url(../images/bg.jpg) repeat-x 0px 0px;
}

body a:link, body a:visited, body a:active {
	color: #D70000;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
	color: #FF0404;
}

h1, h2 {
	color:#241F1C;
	font-size:12px;
	font-weight:bold;
}

ul, li {
	margin:6px;
	padding:0;
	list-style:bullet;
}

p {
	margin:10px 0 10px 0;
	line-height:16px;
}

select {
	font-size: 9px;
}

/* hacks ****************************************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* main divs *******************************************************************************************************/

#wrap {
	width:700px;
	margin:0 auto;
}

#masthead {
	width:700px;
	height:200px;
	background:url(../images/masthead.jpg) no-repeat 0px 0px;
}

#masthead h1 {
	display:none;
}

#content {
	width:648px;
	padding:26px;
	background:#fff url(../images/bg_content.jpg) no-repeat 0px 0px;
}

/* main navigation ***********************************************************************/

ul#nav {
	margin:0 0 20px 0;
}

#nav li {
	display:inline;	
	margin:0 15px 0 0;
}

#nav a {
	color:#990000;
	text-decoration: underline;
}

#nav a:hover {
	color:#D70000;
	text-decoration: none;
}

/* footer */

#footer {
	height: 30px;
	width: 700px;
	color:#f4f4f4;
	margin:0 auto;
	padding: 10px 0 0 0;
	text-align:center;
	font-size:10px;
}
