/*Generic Template {{{sienna style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000 url(images/bg.jpg) 0 0 repeat-x;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: sienna;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: gray;
	}		

ol, ul
{
	margin-left: 40px;
}

.container {
	width: 640px;
	margin: 0 auto;
	border: 1px solid #693008;
	background-color: black;
	}	
	
#header  {
	background: #000 url(images/header.jpg) 0 0 no-repeat scroll;
	height: 425px;
	position: relative;
	border-bottom: 1px solid #693008;
	}
	
#header h1 {
	font-size: 55px;
    color: sienna;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	opacity: .80;
	background-color: #000;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	}	
	
	
h1,h2,h3,h4,h5 {
	font-family: "Times New Roman", Times, serif;
	margin: 5px 0;
	}
	
h2 {
	font-size: 18px;;
	}
	
h3 {
	font-size: 16px;
	}
	
h4 {
	font-size: 14px;
	}	
	
.menu2 {
	width: 100px;
	position: absolute;
	top: 65px;
	left: 0;
	background-color: #693008;
	opacity: .95;
	border-top: 1px solid black;
	}	
	
.menu2 ul {
	list-style-type: none;
	width: 100px;
	text-align: center;
	}	
	
.menu2 li {
	list-style-type: none;
	display: block;
	border-right: 1px solid black;
	}
	
* html .menu2 li {
	height: 1%;
	}	
	
.menu2 ul a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid black;
	}		
	
.menu2 ul a:hover {
	text-decoration: none;
	background-color: #8c6239;
	}
	
.menu2 ul a:active {
	font-style: italic;
	}	
		
/*-- menu1 --*/

.menu1 {
	width:640px;
	background-color: #693008;
	padding: 5px 0;
	}	
	
.menu1 ul {
	list-style-type: none;
	text-align: center;
	}	
	
.menu1 li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	font-size: 10px;
	}				
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu1 ul a:active {
	font-style: italic;
	}	
			
/*-- end of menus --*/
		
.content_wrap {
	width: 640px; 
	}		
		
.content {
	width: 600px;
	margin: 0 auto;
	}	
	
.content_text {
	width: 600px;
	margin: 0 auto;
	}	
	
.content_text ul {
	padding-left: 15px;
	}		
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	margin: 5px 0;
	}	
	
.footer {
	padding: 10px 0 5px 0;
	text-align: center;
	clear: both;
	}	

