/* CSS Document */

body
	{
	margin: 0px;
  	padding: 0px 0px 0px 0px;
  	color: #000;
  	background: #fff09d url(images/texture_bg.jpg) repeat;
	}
a:link
	{
	text-decoration:none;
	color: #000000;
	}
a:visited
	{
	text-decoration:none;
	color: #000000;
	}
a:hover
	{
	text-decoration:none;
	color: #990000;
	}
p
	{
	font-family:"arial", Trebuchet, Arial, Sans-serif;
	color: #0d4025;
	font-weight:normal;
	font-size:15px;
	}
h1
	{
	color:#4c401a;
	}
h4	
	{
	text-decoration:underline;
	}
title
	{
	font:"Times New Roman", Times, serif;
	font-size:36px;
	color:#4c401a;
	font-weight: bold;
	}
/*_______________header_____________*/
div#header
	{
	position:absolute;
	position:fixed;
	top:0px;
	left:0px;
	height:165px;
	width:100%;
	background:url(images/top_repeat.gif) repeat-x;
	z-index:10;
	}
/*________________banner____________________*/
div#banner
	{
	position:absolute;
	position:fixed;
	width:540px;
	top:165px;
	height:130px;
	left:1px;
	margin-left:205px;
	z-index:8;
	}
/*________________content__________________*/
div#content 
	{
	top:175px;
	width:500px;
	height:auto;
	left:0px;
	margin-left:205px;
	border-width:1px;
	border-style:solid;
	border-color:#906605;
	padding:170px 20px 50px 20px;
	background-color:#fff09d;
	text-align:left;
	}
/*________________menu______________________*/
div#menu
	{
	position:absolute;
	position:fixed;
	top:200px;
	left:15px;
	width:172px;
	height:39px;
	}
/*__________________right_flash_______________*/
div#right_flash
	{
	position:absolute;
	position:fixed;
	top:230px;
	left:760px;
	width:151px;
	height:200px;
	}
/*__________________footer_____________________*/
div#footer
	{
	overflow:auto;
	position:absolute;
	position:fixed;
	height:58px;
	left:0px;
	width:100%;
	bottom:0px;
	}
/*_________________extra_div____________________*/
div#extra_div
	{
	position:absolute;
	top:350px;
	width:200px;
	left:450px;
	height:280px;
	}
	
div#extra_div2
	{
	position:absolute;
	top:450px;
	width:300px;
	left:400px;
	height:350px;
	}