body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #623403;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
a:link, a:visited {
	color: #812E0D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#header {
	background-color: white;
	border-bottom: 6px solid #8EA417;
}
#content {
	background: url(images/bg.jpg) left bottom no-repeat;
	padding: 25px;
}
#footer {
	height: 32px;
	padding: 0 25px;
	background-color: #F0E4D7;
	color: #926F4A;
	font-size: 11px;
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 330px;
}
* html #nav {
	margin: 0 0 0 28px;
}
#nav li {
	float: left;
	margin: 0 6px 0 0;
}
#nav a:link, #nav a:visited {
	width: 104px;
	height: 26px;
	line-height: 26px;
	color: CBA276;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	background-image: url(images/nav_bg.gif);
	
}
#nav a:hover {
	color: white;
	background-position: 0 26px;
}
h2{
	color: #8A3311;
	font-size: 16px;
}
#lang a:link, #lang a:visited, #lang a:hover {
	color: #BF9767;
	font:  bold 18px  "Times New Roman", Times, serif;
	text-decoration: none;
}