/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; font-family:Arial, Helvetica, sans-serif}

ul,ol { list-style: none; }



body {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#576b09;
	}
	
#header{
	position:relative;
	width:1000px;
	height:100px;
}

#nav {
	position:relative;
	width:1000px;
	height:100px;
}

#container {
	position:relative;
	top:40px;
	width:1000px;
	text-align:center;
}

#footer_container {
	position:relative;
	width:1000px;
	color:#FFF
	}

#footer {
	position:absolute;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align:center; 
	color: #ffffff;
	width: 1000px;
	line-height: 25px;
	
	}
	
#footer a{
	color:#FFF;
	text-decoration:none;
}

#lower_nav {
	position:absolute;
	font-size: 14px;
	font-family:"Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color:#000;
	left:20px;
	text-decoration:none;
	font-style:normal;
	color: #000000;
	width: 900px;
	line-height: 25px;
	}
	
#lower_nav a{
	color:#000;
	text-decoration:none;
}

.clear {
	clear:both;
}
