@import url("../resources/styles1.css");

body
{
	background: #344211 url("../images/bg.jpg") top center no-repeat fixed;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
}
a img
{
	border: 0 none;
}
#main
{
	width: 780px;
	background: url("../images/main.png") repeat-y;
	margin: 0 auto;
	padding: 0 16px;
}
#header
{
	background: url("../images/header.jpg") no-repeat;
	width: 780px;
	height: 155px;
}
#header #logo
{
	width: 325px;
	height: 155px;
	float: left;
}
#header #motto
{
	width: 364px;
	height: 131px;
	float: right;
	margin: 10px 20px;
}
#nav
{
	background: #3b9e49 url('../images/nav_bg.png') repeat-x;
	height: 67px;
	width: 780px;
	color: #e3c149;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}
#nav ul
{
	padding: 0;
	margin: 0;
	width: 780px;
}
#nav li
{
	display: block;
	float: left;
	list-style: none;
	width: 94px;
	height: 42px;
	margin: 12px 0;
	text-align: center;
	border-left: 1px solid #226b2c;
}
#nav li .first
{
	border-left: 0 none;
}
#nav a, #nav a:link, #nav a:hover, #nav a:active, #nav a:visited
{
	text-decoration: none;
	color: #e3c149;
	display: block;
	width: 94px;
	height: 28px;
	padding-top: 14px;
}
#nav li.double a
{
	width: 94px;
	height: 35px;
	padding-top: 7px;
}
#nav a:hover
{
	color: #ff0;
	background: url("../images/nav_hover.png") repeat-x;
}
#nav a:active
{
	color: #563418;
}
div#nav ul ul
{
	display: none;
	position: relative;
	z-index: 8;
	text-transform: none;
	width: 300px;
}
#nav ul ul li, #nav ul ul a, #nav ul ul a:link, #nav ul ul a:hover, #nav ul ul a:active, #nav ul ul a:visited
{
	width: 200px;
	height: auto;
	margin: 0;
	color: #e2be7c;
	padding-top: 0;
}
#nav ul ul a
{
	padding: 5px 0 !important;
	display: block;
}
#nav ul ul a:hover
{
	color: #000;
	background: #090;
}
#nav ul ul li
{
	background: #226b2c;
	border: 1px solid #51260f;
	border-top: none 0;
}
#nav ul li:hover>ul, #nav ul>ul:hover
{
	display: block;
}
#left
{
	float: left;
	width: 134px;
	padding: 5px;
}
#right
{
	float: left;
	width: 626px;
	min-height: 200px;
	padding: 5px;
}
#bottom
{
	background: url("../images/bottom.gif") repeat-x;
	width: 780px;
	height: 25px;
	margin: auto;
	color: #e3c149;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#bottom ul
{
	padding: 0;
}
#bottom li
{
	float: left;
	list-style: none;
}
#bottom a, #bottom a:link, #bottom a:hover, #bottom a:active, #bottom a:visited
{
	text-decoration: none;
	color: #e3c149;
	display: block;
	padding: 5px 11px 0 11px;
}
#bottom a:hover
{
	color: #ff0
}
#bottom a:active
{
	color: #563418;
}
#footer
{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0;
}
.clear
{
	clear: both;
}.phototext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
}
div#nav ul li.last ul {left:-87px;}