
/* General Styles */
	body 
	{ 
	margin: 0; 
	padding: 0; 
	font: 76% Verdana,Tahoma,sans-serif;
	text-align: center; 
	color: #000; 
	background-image: url('../img/wood027.jpg');
	background-repeat: repeat;
	}

	a:link 
	{ 
	color: #B52C07; 
	text-decoration: none;
	}
	
	a:visited 
	{ 
	color: #600;  
	text-decoration: none;
	}
	
	a:hover, a:active
	{ 
	color: #fff;   
	text-decoration: none;
	}

	p
	{ 
	font: 1.2em;
	}
	
	p.italic
	{
	font-style: italic;
	}
		
	h1
	{
	color: #eaab4c;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: -1px;
	text-align: right; 
	}

	h2
	{
	color: #eaab4c;
	font: 1.8em;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: right;
	}
	
	h3
	{
	color: #c45b20;
	font: 1.6em;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
	}

	img 
	{ 
	display: block;
	}

	.floatright 
	{
	float: right;
	}
		
	.floatleft 
	{
	float: left;
	}

/*   Page Layout   */
	#container
	{
		margin: 1em auto;
		padding:0; 
		width: 800px;
		text-align: left;
		background-color: #613d17;
		border: 1px solid black;
	}

	#header
	{
	height: 150px;
	background-color: #613d17;
	padding: 0 40px 0 0;
	}
	
	#bar
	{
	height: 20px;
	border: solid #000;
	border-width: 1px 0; 
	background-color: #eaab4c;
	padding: 4px 10px 0 0; 
	}
	
/* Navigation Styles*/
	#menu
	{
		float: left; 
		width: 180px;
		height: 100%;
		background-color: #613D17;
		margin: 0;
		padding: 0;
		font-size: 1.25em;
		text-align: left;
		}

	#menu a 
	{ 
	background:#613D17;
	display: block;
	width: 160px;
	padding: 0;
	color:#eedd82;  
	font-size: 1em;
	letter-spacing: -1px; 
	} 

	#menu a:hover 
	{ 
	background:#613D17;
	color: #c45b20; 
	} 

	#menu a.active 
	{ 
	border-top: 2px solid #c0c0c0; 
	border-bottom: 2px solid #c0c0c0; 
	padding: 4px 18px 4px 0pt; 
	background:  #2e4147; 
	color: #cd3700;
	} 

	#menu a.active:hover 
	{ 
	background: #eedd82;
	color: #cd3700;
	} 

	#menu ul
	{
		margin-left: 10px;
		padding: 0;
		line-height: 165%;
	}

	#menu li 
	{
	list-style: square;
	}

/* Content Styles */
	#contents	
	{
		margin-left: 182px;
		margin-right: 0;
		background-color: #fff;
		padding: 10px;
		border-width: 1px;
		border-color: solid #000;
	}

	#contents h1
	{
	color: #803e04;
	font-size: 1.4em;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
	}
	
	#contents h2
	{
	color: #803e04;
	font-size: 1.2em;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	}

	#contents a:link 
	{ 
	color: #870000; 
	text-decoration: none;
	}
	
	#contents a:visited 
	{ 
	color: #db0000;  
	text-decoration: none;
	}
	
	#contents a:hover, a:active
	{ 
	color: #d46606;   
	text-decoration: none;
	}
	#contents ul 
	{
		margin-left: 40px;
		padding: 0;
		line-height: 165%;
	}

	#contents li 
	{
	list-style: square;
	}
	
/* Footer Styles */	
	#footer	
	{
		clear: both;
		height: 25px;
		border: solid #000;
		border-width: 1px 0 0 0; 
		background-color: #eaab4c;
		padding: 4px 0 0 10px;
	}