body {margin: 0; padding: 0; background: #213205}

* {margin: 0; padding: 0; border: 0; 
	font-family: Georgia, Serif, Helvetica, Arial;	}

/*=============================================================*/
/* Layout DIVs
/*=============================================================*/
#container {  
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 760px; 
	height: auto;
	background: url(images/background.jpg) 0 0 repeat-y #213205;
	overflow:hidden;
}

#header {  
	float: left; 
	width: 760px; 
	height: 205px; 
	background: url(images/header3.jpg) 0 0 no-repeat #213205;
}



#left_column 
{   
	float: left;
	margin-left: 50px;
	width: 160px; 
	height: 500px;
	padding-top: 10px; 
	padding-bottom: 30px; 
	background: transparent; 
	overflow: hidden;
	display:inline;
}

#right_column {
	float: right; 
	width: 480px; 
	margin-right: 70px;
	padding-bottom: 30px; 
	background: transparent; 
	visibility:visible;	
}

#footer {
	float: right; 
	width: 660px; 
	margin-right: 50px;	
	text-align: center; 
	font-size: 0.70em; 
	height: 4em; 
	line-height: 4em; 
	background: #CCCC33; 
	border-top: 2px solid #D9D93C;
}

#slideshow
{
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
	height: auto;
}

.text
{
	position: absolute;
	top:0;
	left:0;
	visibility: hidden; 	
}

h1
{
	position: absolute; 
	right: 0px; 
	top: 45px; 
	margin: 15px 50px 0 5px; 
	color: #fff; 
	font-weight: normal; 
	text-decoration: none;
	font-size: 3em; 
	letter-spacing: 0.1em; 
	line-height: 1.00em; 
	padding-right: 5px; 
	border-right: 15px solid blue;
}

h2 
{
	position: absolute; 
	right: 0px; 
	top: 150px; 
	margin-right: 50px;
	color: #213205; 
	font-weight: bold; 
	font-size: 1em;
	padding-right: 15px; 
}  

h3 
{
	margin: 15px 0 4px 0px; 
	color: #000;
	font-weight: bold; 
	text-decoration: none;	
	font-size: 1em; 
}

h4
{
margin-top: 10px;
	color: #000;
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1.50em; 
	font-size: .8em; 
}

h5
{
	margin-left: 15px; 
	color: #000;
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1.50em; 
	font-size: .8em; 
}

h6
{
	margin: 15px 0 4px 0px; 
	color: #000;
	font-weight: bold; 
	text-decoration: none;	
	font-size: 1em; 
}

p
{
	margin: 7px 0px 20px 0px; 
	font-size: 1em; 
	line-height: 1.50em; 
	color: #000;
}

.list li
{
	padding-bottom: .25em;
	margin-left: 30px;
}



/*=============================================================*/
/* menu
/*=============================================================*/
.menu ul
{
	padding: 0;
	list-style: none inside;
}

.menu li
{  
	float: left;	
	display: block;
	width: 120px;
	border: 0;
	margin: 3px 0 0 0;  /* a little top margin */
	padding: 10px 7px;
	text-decoration: none;
	font-size: .9em;
	color: #450F1F;
	background: #D9D93C;
}

.menu li.hover
{
  background: #9EA219; 
  color: #fff;
  cursor:pointer;
}

.menu li.selected, .menu li.hover.selected
{
	color: #450F1F;
	background: yellow; 
}




