@charset "utf-8";
/* CSS Document */

html, body {
height: 100%;
}
* {
padding: 0;
margin: 0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	color: #8D6206;
	font-size: 90%;
}
* html #container {
height: 100%;
}
#container {
min-height: 100%;
background: url(images/container.jpg) repeat-y center;
width: 960px;
margin: 0 auto;
}
#footer {
	width: 960px;
	background: url(images/footer.gif) no-repeat;
	text-align: center;
	height: 40px;
	padding-top: 10px;
	margin: -50px auto 0 auto;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width:960px;
	height:180px;
}
#nav_links {
	float:left;
	width:150px;
	padding: 20px 10px 20px 40px;
}
#content {
	width:710px;
	float:left;
	clear:right;
	line-height: 1.25em;
	padding: 10px 20px 70px 15px;
}
#menu a:hover {
	color: #FFFFFF;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #8D6206;
	text-decoration: none;
	font-size: 100%;
}
h1, h2, h3 {
	margin-bottom: 0.5em;
}
a {
	color:#8D6206;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#3333FF;
}