*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #faedb9;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #faedb9;
}

img
{
	border: 0;
}

a
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #faedb9;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}


.center
{
	width: 980px;
	margin: 0 auto;
}


#top
{
	float: left;
	width: 100%;
	height: 237px;
	background-color: #fff7d6;
	border-bottom: 7px solid #fff;
}

#icons
{
	float: left;
	width: 180px;
	height: 34px;
	padding: 0 0 0 65px;
}
#icons img
{
	float: left;
	margin-top: 14px;
	margin-left: 3px;
}

#lang
{
	float: right;
	width: 80px;
	padding: 6px 0 6px 15px;
	margin-top: 8px;
	border-left: 1px solid #ebe5bc;
}
#lang a
{
	color: #26714d;
	text-decoration: none;
}
#lang a:hover
{
	text-decoration: underline;
}


#middle
{
	float: left;
	width: 100%;
	background-color: #602323;
	padding-bottom: 16px;
}


#menu_top
{
	float: left;
	width: 183px;
	padding-top: 27px;
	margin: 0 12px 0 8px;
	background: url(/images/top.jpg) no-repeat;
}
#menu
{
	float: left;
	width: 183px;
	padding-bottom: 11px;
	background: url(/images/bottom.jpg) no-repeat bottom left;
}
#menu ul
{
	float: left;
	width: 161px;
	border-left: 1px solid #a89e54;
	border-right: 1px solid #a89e54;
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
}
#menu ul li
{
	float: left;
	width: 144px;
	background: url(/images/li.jpg) no-repeat 0 50%;
	padding-left: 17px;
	margin-top: 8px;
}
#menu ul li a
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #faedb9;
	text-decoration: none;
}
#menu ul li a:hover
{
	text-decoration: underline;
}

#menu ul li.sub
{
	display: none;
	float: left;
	width: 144px;
	background: none;
	padding-left: 17px;
	margin-top: 0;
}


#content_top
{
	float: left;
	width: 572px;
	padding-top: 25px;
	margin: 0;
	background: url(/images/content_top.jpg) no-repeat;
}
#content_bottom
{
	float: left;
	width: 572px;
	padding-bottom: 14px;
	background: url(/images/content_bottom.jpg) no-repeat bottom left;
}

#content
{
	float: left;
	width: 534px;
	border-left: 1px solid #a89e54;
	border-right: 1px solid #a89e54;
	padding: 0 18px;
	margin: 0;
}

h1, h2
{
	float: left;
	width: 500px;
	height: 18px;
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #faedb9;
	padding-left: 34px;
	margin-bottom: 12px;
	background: url(/images/heading.jpg) no-repeat 0 50%;
}

h2
{
	width: 135px;
	padding-left: 26px;
}

p 
{
float:left;
margin:0;
padding:0;
width:100%;
}

#content a#more
{
	float: right;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #faedb9;
	text-decoration: none;
	background: url(/images/arrow.jpg) no-repeat 100% 50%;
	padding-right: 7px;
	height: 15px;
	margin-right: 10px;
}
#content a#more:hover
{
	color :#cfbe42;
}


#images
{
	float: left;
	width: 524px;
	margin-top: 12px;
	padding: 0 5px;
	
}

#images img
{
	float: left;
	border: 3px solid #fff;
	margin-right: 38px;
	margin-bottom: 10px;
}
#images img:hover
{
	border: 3px solid #cfbe42;
}


img#path
{
	float: left;
	width: 184px;
	height: 107px;
	margin: 20px 0 12px 12px;
}


#right_top
{
	float: left;
	width: 183px;
	padding-top: 25px;
	margin-left: 12px;
	background: url(/images/top.jpg) no-repeat;
}
#right_bottom
{
	float: left;
	width: 183px;
	padding-bottom: 11px;
	background: url(/images/bottom.jpg) no-repeat bottom left;
}

#right
{
	float: left;
	width: 161px;
	border-left: 1px solid #a89e54;
	border-right: 1px solid #a89e54;
	padding: 0 10px;
	margin: 0;
}


#footer
{
	float: left;
	width: 940px;
	height: 43px;
	background: url(/images/footer.jpg) no-repeat;
	padding: 22px 23px 0 17px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #72403a;
	line-height: 16px;
}
#footer #lf
{
	float: left;
}
#footer #rf
{
	float: right;
}
#footer a
{
	font-size: 10px;
	color: #72403a;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
