body{
	font-family: trebuchet ms;
	font-size: 1em;
	background: rgb(210, 226, 248);
	margin: 0px auto;
	width: 900px;
	padding-bottom: 19px;
/*	color: rgb(53, 136, 252);			*/
	color: #333333;
	}

#header{
	height: 110px;
	background: url('../images/header.png') center center no-repeat;
	margin-bottom: 9px;
	}

#menu{
	font-size: 0.9em;
	border-bottom: 1px solid #4C4742;
	padding: 5px 8px;
	margin: 0px 8px;
	}

#menu li{
	padding-bottom: 3px;
	float: left;
	list-style: none;
	padding-right: 25px;
	}

#menu li a{
	padding: 8px 0px;
	}

#menu li.current a{
	background: url('../images/current_page.png') bottom center no-repeat;
	font-weight: bold;
	}

#content{
	font-size: 0.9em;
	padding: 8px;
	padding-top: 0px;
	}

h1{
	font-size: 1.2em;
	border-bottom: 1px dashed #333333;
	margin-bottom: 5px;
	}

h2{
	font-size: 1.1em;
	border-bottom: 1px dashed #333333;
	margin-bottom: 4px;
	}

a{
/*	color: rgb(0, 106, 255);		*/
	color: #555555;
	text-decoration: none;
	}

a:hover{
	text-decoration: none;
	color: #777777;
	}

a img{
	border: none;
	}

label{
	font-size: 0.9em;
	position: relative;
	top: -1px;
	cursor: pointer;
	}

.paragraph{
	margin-bottom: 13px;
	text-align: justify;
	}

.newsletterLinkContainer{
	padding-left: 19px;
	margin-bottom: 3px;
	background: url('images/bullet.png') left center no-repeat;
	display: block;
	}

.messageErrorItem{
	padding-left: 19px;
	margin-bottom: 3px;
	background: url('images/bullet_error.png') left center no-repeat;
	display: block;
	}

textarea, input.input{
	width: 100%;
	padding: 3px;
	font-family: tahoma;
	font-size: 9pt
	}

input.button{
	font-family: tahoma;
	font-size: 9pt;
	padding: 2px 7px 2px 7px;
	cursor: pointer
	}

textarea.error, input.error{
	border: 1px solid red;
	padding: 3px 4px 5px 4px;
	}

.CaptchaImage{
	position: relative;
	top: 4px;
	margin-right: 14px;
	border: 1px solid rgb(120, 145, 186);
	padding: 2px;
	background: white;
	}

#villageMap{
	float: right;
	width: 250px;
	height: 250px;
	margin-left: 7px;
	margin-bottom: 7px;
	border: 1px solid #333333;
	padding: 2px;
	}
	
#pageFooter{
	font-size: 0.7em;
	text-align: center;
/*	color: rgb(85, 154, 251);		*/
	}

.footerLinks{
	margin-bottom: 9px;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}