﻿body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 90%;
	text-align:center;
	background-color:#292019;
}



h1 {
margin: 0;
padding: 5px 0 0 0;
/*border-bottom: 10px solid #CCCC00;*/
}

h1 img {

display:block;
border: 0;

}

h2, h3 {
	
	margin: 10px 0 10px 5px;
}


p {
	margin:10px 40px 10px 5px;
	z-index: 3;
}

#wrapper {
	width:920px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	
}
		
#contentArea{
		width:640px;
		height:1000px;
		padding:20px;
		float:left;
		background-color:#FFF;
		text-align:justify;
		/*overflow:auto;*/
		}
		
#leftPanel {
		width:200px;
		height:1015px;
		padding: 5px 20px 20px 20px;
		background-color:#fff;
		float:left;
}


#topMenuArea{
	width: 920px;
	height: 430px;
	background-image:url('images/banner.jpg');
	background-repeat:no-repeat;
}


#HorizMenu 
{
	margin-left: 0px;
	padding-left: 10px;
	text-align:left;
	list-style: none;
	}
	
	ul#HorizMenu a
	{
	color: #E8D4B9;
	padding: 10px 30px;
	width: 10em;
	text-decoration: none;
	}
	
	ul#HorizMenu a:hover
	{
	color: #fff;

	}
	
	ul#HorizMenu li
	{
	display: inline;
	padding-left 10px;
	padding-bottom: 10px;
	background-image: url(images/chilly-red.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px 5px 1px;
	}





ul#navigation
	{
	margin-left: 0;
	padding-left: 5px;
	list-style-type: inherit;
	text-align:left;
	}
	
	ul#navigation a
	{
	display: block;
	text-decoration: none;
	background: #fbf9f6;
	color: #666;
	padding: .2em .2em;
	border-bottom: 1px solid #fff;
	width: 10em;
	}
	
	ul#navigation a:hover
	{
	color: #fff;
	background:#627019;
	}
	
	ul#navigation li
	{
		display: inline;
	}

			
#photoRight {
	float: right;
	margin: 15px;
}
#photoLeft {float: left; margin: 15px;}
#photoSmall {margin: 0px; padding: 0px;}
	
div.imagecaption
	{
		float: right;
		width: 250px;
		margin: 0 1em 1em 1em;
		padding: 15px 15px 20px 15px;
		display: inline;
		text-align: center;
		border-color: #CCC #999 #999 #CCC;
		border-width: 1px 2px 2px 1px;
		border-style: solid;
	}
	
	.clear
	{ clear: left;}
		
	

#footer {
	clear:both;
	padding: 5px 30px 5px 20px;
	margin: 0px;
	height:30px;
	text-align:right;
	font-style:italic;
	font-size: 70%;
	background-color: #999;		
		}
		
