body {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	background: #022f61;
	margin: 0;
	padding: 0;
	color: #666;
}

h1 {
	background: url('images/h1.gif') no-repeat;
	width: 351px;
	height: 37px;
	color: #f2f7e0;
	font-size: 12pt;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	padding: 8px 0 0 50px;
	margin: 0;
}

h2 {
	font-size: 12pt;
	color: #666;
}

h1.lastnews {
	background: url('images/h1-news.gif') no-repeat;
}

a, a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a {
	color: #a42914;
	text-decoration: underline;
}

a:hover {
	color: #68180a;
}

.clear {
	font-size: 0;
	height: 0;
	clear: both;
}

#wrapper {
	width: 747px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#left {
	float: left;
	width: 326px;
}

#lang {
	text-align: left;
	padding: 20px 0 30px 0;
	color: #BBB;
	font-size: 8pt;
}

#lang img {
	border: 0;
	margin: 0 5px 0 10px;
}

#lang a {
	font-size: 8pt;
	color: white;
	text-decoration: none;
}

#lang a:hover {
	color: #f2f7C0;
}

#banner {
	position: relative;
	background: url('images/left.jpg');
	width: 326px;
	height: 535px;
}

#banner a {
	position: absolute;
	display: block;
	width: 245px;
	height: 86px;
	left: 58px;
	top: 8px;
	text-indent: -5000px;
}

#right {
	float: right;
	width: 421px;
}

#menu {
	padding-left: 2px;
	margin: 0;
}

#menu a, #menu a:hover {
	float: left;
	width: 102px;
	height: 30px;
	display: block;
	text-align: center;
	font-size: 12pt;
	color: white;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	padding-top: 40px;
}

#menu a.about_us {
	background: url('images/menu_about.gif') no-repeat;
}

#menu a.about_us:hover, #menu a.about_usactive {
	background: url('images/menu_about_on.gif') no-repeat;
}

#menu a.services {
	background: url('images/menu_services.gif') no-repeat;
}

#menu a.services:hover, #menu a.servicesactive {
	background: url('images/menu_services_on.gif') no-repeat;
}

#menu a.news {
	background: url('images/menu_news.gif') no-repeat;
}

#menu a.news:hover, #menu a.newsactive {
	background: url('images/menu_news_on.gif') no-repeat;
}

#menu a.contact_us {
	background: url('images/menu_contact.gif') no-repeat;
}

#menu a.contact_us:hover, #menu a.contact_usactive {
	background: url('images/menu_contact_on.gif') no-repeat;
}

#main {
	width: 401px;
	min-height: 450px;
	background: #f2f7e0 url('images/bg_main.gif') repeat-y;
	padding: 10px;
	margin-top: 10px;
	text-align: left;
}

#copyright {
	background: #022f61 url('images/bg_copy.gif') repeat-x;
	color: #8a9cb5;
	font-size: 8pt;
	text-align: right;
	padding: 10px 0 10px 0;
}

div.news {
	padding: 0 0 30px 0;
	line-height: 1.5em;
}

.news img {
	float: left;
	border: 3px solid white;
	margin-right: 10px;
}

.news span.date {
	color: #c43f30;
	font-weight: bold;
}

.news span.title {
	color: #555;
	font-weight: bold;
}

.pagephotos {
	float: right;
	width: 170px;
	text-align: center;
	padding-left: 10px;
}

.content {
	padding: 0 0 10px 12px;
	line-height: 1.5em;
}

.thumb {
	border: 2px solid #a42914;
}

.caption {
	padding: 5px 0 10px 0;
}