* {
	margin: 0;
	padding: 0;
}
body
{
	color:#fff;
	background: #4b9b3e;
}
h1,h2,h3,h4
{
	text-transform:uppercase;
	font-weight:normal;
	color:#505455;
}
h1
{
	font-size:2em;
	margin-bottom:15px;
}
h2
{
	font-size:1.6em;
	margin-bottom:8px;
}
h3
{
	font-size:1.4em;
	margin-bottom:6px;
}
h4
{
	font-size:1.2em;
	margin-bottom:4px;
}
p
{
	margin-bottom: 10px;
}
#top
{
	width:852px;
	height:92px;
	background: url('./img/top_bg.png') repeat-x;
	overflow:hidden;
}
#top #top_rgt
{
	float:right;
	width:4px;
	height:92px;
	background: url('./img/top_rgt.png') no-repeat;
	overflow:hidden;
}
#top #logo
{
	width: 163px;
	height: 62px;
	margin:24px 0 0 25px;
	overflow:hidden;
	float:left;
}
ul#menu
{
	float:right;
	width:600px;
	font-size:0.8em;
	margin:0;
}
ul#menu li
{
	display:block;
	float:right;
	padding: 61px 12px 10px 12px;
	margin:0;
	font-size: 1.15em;
	text-transform:uppercase;
	background: url('./img/menu_item_bg.png') no-repeat;
}
ul#menu li a:link, ul#menu li a:visited, #submenu ul li a:link, #submenu ul li a:visited
{
	text-decoration:none;
	color:#fff;
}
ul#menu li a:hover, ul#menu li a:active
{
	text-decoration:underline;
	color:#fff;
}



#page
{
	width:850px;
	margin-top:22px;
	background:  #929899 url('./img/news_bg.png') no-repeat left 276px;
}
#theme
{
	background: #505455;
	padding:5px 0;
	text-align:center;
}
#news1,#news2
{
	float:left;
	width:355px;
	margin:40px 30px 40px 40px;
	display:inline;
	font-size:0.9em;
}
#news1 h2,#news2 h2
{
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:normal;
	color:#505455;
	margin-bottom:15px;
}
#news1 p,#news2 p
{
	margin: 5px 0;
}
#content
{
	background: #929899;
	width: 550px;
	min-height: 500px;
	float:left;
	padding: 30px;
}
#submenu
{
	width:200px;
	float:left;
	padding: 30px 0 30px 0;
	border-left: 1px solid white;
	font-size:0.8em;
}
#submenu ul
{
	margin:0;
}
#submenu ul li
{
	list-style: none;
	font-size: 1.3em;
	text-transform:uppercase;
	padding:0;
	margin:0;
	background:url('./img/arrow_white.png') no-repeat 0 center;
}
#submenu ul li a
{
	padding: 5px 0 5px 15px;
	width: 214px;
	display: block;
	border-bottom: 1px solid white;
}
#submenu ul li a:hover, #submenu ul li a:active
{
	background: #505455  url('./img/arrow_white.png') no-repeat left;
}
.photo_collection
{
	margin-top: 15px;
	margin-left:-5px;
	border: 0;
	padding: 5px;
	width: 555px;
	background: #505455;
}
.thumb img
{
	border: 1px solid white;
	margin: 3px 0 0 4px;
}
#bottom
{
	padding: 0 0 0 20px;
	background: #4b9b3e;
}
.wideimg
{
	float:left;
	width:303px;
	text-transform:uppercase;
	background: url('./img/arrow.png') no-repeat right 5px;
	margin-left:25px;
}
.wideimg img
{
	border:3px solid #9a9fa0;
	margin-top:5px;
}
.smallimg
{
	float:left;
	width:167px;
	text-transform:uppercase;
	background: url('./img/arrow.png') no-repeat right 5px;
	margin-left:25px;
}
.smallimg img
{
	border:3px solid #9a9fa0;
	margin-top:5px;
}
#footer
{
	width:825px;
	margin: 20px 0 0 25px;
	padding-top:5px;
	background: url('./img/bottom_line.png') no-repeat top;
	text-align: center;
	font-size:0.8em;
}
#mainMap
{
	width:470px;
	height:470px;
	margin-right:-230px;
	float:right;
}


#message, #warning
{
	margin:0;
	padding: 5px 20px;
	background:#505455;
}
#warning
{
	background:#ee6a00;
}


a:link
{
	color:#fff;
}
a:visited
{
	color:#ccc;
}
a:hover, a:active
{
	text-decoration:none;
}

.more
{
	text-align:right;
	padding-right:15px;
	background: url('./img/arrow.png') no-repeat right 5px;
}
.cleaner
{
	clear:both;
}

