﻿body {
	background: url(../_img/background.jpg) top center no-repeat;
	color: #3e3e3e;
	font: 70%/1.2 Arial, Helvetica, sans-serif;
	margin: 0px auto 10px auto;
	padding: 0px;
	/*text-align: center;*/
}
/*body {
	background: url(../_img/background.jpg) top center no-repeat;
	color: #333333;
	font: 70%/1.2 Arial, Helvetica, sans-serif;
	margin: 10px auto 10px auto;
	padding: 0px;
	width: 940px;
}*/
/* Structure | Main menu - navigation
-----------------------------------------------------------------------------*/
#main-menu {
	background: url(../_img/main_menu_bg.gif) top repeat-x #7db000;
	border: 1px solid #669900;
	height: 48px;
	margin: 0px;
	padding: 2px 2px 0px;
	overflow: hidden;
}
#menu-nav {
	background: url(../_img/menu_nav_bg.gif) top repeat-x;
	color: #FFFFFF;
	font-size: 85%;
	font-weight: bold;
	height: 48px;
}
	#menu-nav a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#menu-nav a:hover {
		color: #FFFF00;
		text-decoration: none;
	}

#menu-navgation {
	float: right;
	padding-right: 13px;
	width: auto;
}
	#menu-home {
		background: url(../_img/menu_home.gif) 0px 0px no-repeat;
		cursor: pointer;
		display: block;
		height: 48px;
		margin: 0px 10px 0px 15px;
		width: 24px;
	}
		#menu-home:hover {
			background-position: 0px -48px;
		}
	
	#menu-navgation a {
		background: url(../_img/menu_nav_bullet.gif) 0px -0px no-repeat;
		display: block;
		float: left;
		height: 29px;
		padding: 18px 5px 5px 13px;
	}
	.menu-nav-divider {
		background: url(../_img/menu_nav_divider.gif) top center no-repeat;
		display: block;
		float: left;
		height: 48px;
		padding: 0px 13px 0px;
		width: 2px;
	}

/* Structure | Heaeder
-----------------------------------------------------------------------------*/
#header-top {
	height: 50px;
}
#header {
	background: url(../_img/headerxx.jpg) no-repeat;
	height: 260px;
	overflow: hidden;
	padding: 0px;
}

/* Structure | Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 2px solid #99cc00;
	color: #666666;
	font-size: 80%;
	height: 46px;
	margin: 0px;
	padding: 5px 2px 5px;
	text-align: right;
}
	#footer a {
		color: #005447;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #669900;
		text-decoration: none;
	}