body {
	background: #FFF url("/static/images/site.bg.png") repeat-x;	
	margin: 12px 0 0 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
}
#page {
	width: 979px;
	overflow: hidden;
	margin: auto;
}
#top {
	position: relative;
}
	#top a.logo {
		background: url("/static/images/top.logo.png") no-repeat;
		display: block;
		float: left;
		width: 228px;
		height: 56px;
	}
	#top a.logo span { display: none; }
	
	#navigation {
		margin: 15px 0 0 0;
		list-style: none;
		float: right;
	}
	#navigation li {
		float: left;
		height: 26px;
	}
	#navigation li.home {
		background: url("/static/images/nav.home.png") no-repeat;
		padding-left: 25px;
	}
	#navigation li.fav {
		background: url("/static/images/nav.fav.png") no-repeat;
		padding-left: 52px;
	}
	#navigation li.map {
		background: url("/static/images/nav.map.png") no-repeat;
		padding-left: 47px;
	}
	#navigation a {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		margin: 10px 0 0 0;
		color: #6f634a;
		text-decoration: none;
	}
	#navigation a:hover {
		color: #dc8909;
		text-decoration: underline;
	}
	
	#search {
		padding: 8px 0 0 9px;
		position:absolute; 
		top: 64px; right:-9px;
		width: 229px;
		height: 33px;
		background: url("/static/images/search.bg.png") no-repeat;
	}
	#search input.text {
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 8pt;
		padding: 2px;
		border: 1px solid #d0ccad;
		background: #FFF;
		width: 151px;
		float: left;
	}
	#search input.button {
		padding: 0;
		margin: 1px 0 0 3px;
		border: 0;
		cursor: pointer;
		background: url("/static/images/search.button.png") no-repeat;
		width: 53px;
		height: 17px;
		float: left;
	}
	
	#menu {
		margin: 23px 0 0 0;
		width: 100%;
		list-style: none;
		padding: 0;
		height: 41px;
		background: url("/static/images/menu.bg.png") repeat-x bottom;
	}
	#menu li {
		float: left;
	}
	#menu li a span { display: none }
	#menu li a {
		height: 30px;
		display: block;
		background: url("/static/images/menu.button.png") no-repeat;
		margin-bottom: 2px;
	}
	#menu li a.m1 {
		width: 99px;
	}
	#menu li a.m1:hover { background-position: 0px -33px; }
	
	#menu li a.m2 {
		width: 99px;
		background-position: -99px 0px;
	}
	#menu li a.m2:hover { background-position: -99px -33px; }
	
	#menu li a.m3 {
		width: 95px;
		background-position: -198px 0px;
	}
	#menu li a.m3:hover { background-position: -198px -33px; }

	#menu li a.m4 {
		width: 101px;
		background-position: -293px 0px;
	}
	#menu li a.m4:hover { background-position: -293px -33px; }
	
	#menu li a.m5 {
		width: 77px;
		background-position: -394px 0px;
	}
	#menu li a.m5:hover { background-position: -394px -33px; }


#footer {
	background: url("/static/images/menu.bg.png") repeat-x 0 -32px;
	padding: 8px 5px 10px 5px;
	margin-top: 13px;
	color: #aea899;
	clear: both;
	position: relative;
}
	#footer em {
		padding: 4px;
		font-style: normal;
	}
	#footer span a {
		color: #6f634a;
		text-decoration: none;
	}
	#footer span a:hover { text-decoration: underline; }
	#footer a.wmc {
		position: absolute;
		right: 0;
		top: -3px;
		color: #aea899;
		text-decoration: none;
	}
	#footer a.wmc:hover { text-decoration: underline; }
/* Other elements */
.clearFix {
	clear: both;
	margin: 0px;
	visibility: hidden;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 10px 0 0 0;
	color: #6f634a;
	text-decoration: none;
}
a:hover,
a.mark {
	color: #dc8909 !important;
	text-decoration: underline !important;
}
