html,body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
	text-align: center;
	font-family: Times New Roman;
	font-size: 14px;
	color: #525252
  }


body {
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
    background-position: left top;
	background-color: #e6e9a9;

}

a {
	color: #525252;
}

#template {
	width: 980px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

#header  {
	width: 100%;
	margin: 0
	
}

.header-border {
	background-image: url('../images/background-line.gif');
	width: 100%;
	height: 2px;
	line-height: 2px;
	font-size: 2px
}

#navigation {
	width: 200px;
	height: 250px;
	float: right;
	margin-top: 45px;
	margin-bottom: 12px
}


#menu-level-1 {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px
}


#menu-level-1 li {
	position: relative;
	width: 200px;
	height: 32px
}

#menu-level-1 li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #797337;
	padding: 5 16 5 5;
	text-align: right;
	font-weight: bold;
	border: 1px solid #797337
}

#menu-level-1 li a:hover {
	background: #FFFFFF;
	color: #797337;
}

#footer {
width: 980px;
clear: both;
margin-left: auto;
margin-right: auto
}

.submenu {
	padding: 0;
	display: none;
	filter: alpha(opacity=60);
	opacity: 0.60;
	list-style: none;
}

.menu-with-submenu a {
	background-repeat: no-repeat;
	background-image: url(../images/arrow_down.gif);
	background-position: 8 10;
}

.menu-with-submenu a:hover {
	background-image: url(../images/arrow_down_hover.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 8 10 !important;
}

#content {
	width: 750px;
	float: left;
	margin-top: 44px;
	margin-right: 16px;
}

h1 {
	color: #7A783F;
	font-size: 18px;
	margin-bottom: 12px;
}

#links ul li {
	height: 22px;
}


#links ul li a {
	height: 22px;
	line-height: 22px;
}
