@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#fecc75;
}
#container {
	background:url(../images/backgrd.jpg) top  fixed no-repeat;
	width:1050px;
	margin:0px auto;
}
#container #header h1 a {
	display:block;
	width:160px;
	height:100px;
}
#container #header h1 span {
	display:none;
	width:150px;
	height:150px;
}
#container #nav {
	width:150px;
	margin:0px 0px 0px 30px;
	float:left;
}
#container #nav ul {
	list-style:none;
}
#container #nav ul li {
	background:url(../images/nav/regular.png) left top no-repeat;
	width:153px;
	height:24px;/*border:1px solid red;*/
}
#container #nav ul li a {
	display:block;
	width:143px;
	height:24px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;/*border:1px solid blue;*/
}
#container #nav ul li a:hover {
	background:url(../images/nav/hover.png) left top no-repeat;
	width:143px;
	height:24px;
	margin:0px;
	color:#ff0000;
}
#container #content {
	background:url(../images/content.jpg) left top repeat-y;
	margin:0px 0px 0px 170px;
	padding:0px 250px 0px 50px;
}
#container #content .brown {
	width:100px;
	padding:0px 0px 0px 0px;
	display:block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#9F3300
}
#footer, #footer a {
	font-size: 10px;	
	color: #034A03;
}
