@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	background:#fecc75;
}
#container {
	background:url(../images/backgrd.jpg) left top no-repeat;
	width:1050px;
	height:650px;
	margin:0px auto;
}
#container #nav {
	width:150px;
	padding:150px 0px 0px 0px;
	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 {
	width:700px;
	margin:10px 0px 0px 150px;
}
#container #content .logo {
	float:left;
}
#container #content #filler {
	width:400px;
	margin:0px 0px 0px 300px;
	padding:120px 0px 0px 0px;
}
#container #content #filler .list {
	margin:0px 0px 0px 100px;
}
#container #content #filler .list a {
	color:#AC5100;
	font-size:18px;
}
#footer { float: right; }
#footer, #footer a {
	margin: 20px 0px 0px 0px;
	font-size: 10px;	
	color: #034A03;
}
