body {
	background-color: #FFFFCC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

div#outer {
	width: 956px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;

}

div#header {
	padding: 0px;
	margin: 0px;
	height: 118px;
	width: 955px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(/images/banner_normal.jpg);
}

div#header #title {
	padding: 0px;
	margin: 0px;
	width: 200px;
	position: relative;
	left: 500px;
	top: 90px;
}
div#header #title h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #663300;



	
}

div#nav {
	width: 220px;
	float: left;
	position: relative;
	height: 330px;
	clear: none;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding-top: 80px;
	background-image: url(/images/banner_lower_edge.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#nav ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}

div#nav ul li{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
	padding-top: 2px;
	text-decoration: none;
}

div#nav ul li a{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
	padding-top: 2px;
	text-decoration: none;
}

div#nav ul li a:hover{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2px;
}

div#main {
	left: 0px;
	float: none;
	clear: right;
	margin-left: 220px;
	top: 0px;
	width: 700px;
	



}

div#footer {
	padding: 15px 0px 0px;
	margin: 0px;
	position: relative;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 955px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	left: 0px;


}

div#footer a {
	color: #FFCC00;
}
