html, body {
	background-image: url(images/bgdrepeat.jpg);
	font-family: Arial, sans-serif;
	color: #274124;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4em;
	background-repeat: repeat-x;
	background-color: #cec9c5;
}
h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 1em 0 0.2em 0;
}
h3 {
	margin-bottom: 0.2em;
}
p {
	margin: 1em 2em;
	text-indent: 1.5em;
}
a {
	color: #274124;
	font-weight: bolder;
	text-decoration: none;
}
a img {
border: none;
}
ul {
font-size: 14px;
line-height:1.4em;
}
a:hover {
	color: #274124;	
	text-decoration: underline;
}

#wrap {
	
	width: 1024px;
	margin: 0 auto;
}
#container {
	float: left;
	position:relative;
	background-color: #e8e3da;
	border: 3px solid #223c1c;
	width: 1024px;
}
#header {
float: left;
	position:relative;
	background-color: #223c1c;
	margin: 0;
	height: 126px;
	
}

#navigation {
	float: left;
	position:relative;
	clear:both;
	width: 1024px;
	background: url(images/navigation-bg.jpg) #fff bottom right no-repeat;
	margin: 0;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	height: 40px;
	}
#navigation ul {	
	list-style-type: none;
	padding: 7px 0;
	margin: 0;		
}
#navigation ul li {
	display: inline;
	list-style-type: none;
	color: #562718;
	font-weight: bolder;
	font-size: 1.35em;
	float: left;
	position: relative;
	padding: 0;	
}

#navigation ul li a {
	font-size: 16px;
	padding: 12px 15px 10px 15px;
	height: 40px;
	text-decoration: none;
}
#navigation ul li a:hover {
	padding: 12px 15px 10px 15px;
	color: #cfa47b;
	text-decoration: none;
}

#content {
	width: 1024px;
	clear: both;
	float: left;
	position: relative;
	background: url(images/content_bgd.gif) #f9e1c5 bottom right no-repeat;
	padding: 0;	
	margin: 0;
	 /*height: 373px;*/
	background-color: #e8e3da;
}
/*#contentright {
	float: left;
	position:relative;
	width: 650px;
	height: 373px;
	padding: 0;	
	margin: 0;
}
*/
#contentbottomgreen {
	width: 1024px;
	clear: both;
	float: none;
	padding: 0;
	height: 30px;
	background-color: #274124;
}
#contentbottombeige {
	width: 1024px;
	clear: both;
	float: none;
	padding: 0;
	height: 30px;
	background-color: #c0b59b;
}


#footer {
	float: left;
	position:relative;
	width: 1024px;
}	
#footer table{
	float: left;
	position:relative;
	font-size: smaller;	
	position: relative;
}



img#nmg {
	width: 129px;
	height: 34px;
	float: right;
	margin-top: 4px;
}

