body {
	background-image: url('../img/bg.png');
	font-family: Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif;
	font-size: 12px;
	text-align: center;
}
img {
	border: 0 none;
}
a:hover {
	color:	#111;
	text-decoration: underline;
}
a, a:link, a:active, a:visited {
	color:	#111;
	text-decoration: none;
}
h2 {
	background-image: url('../img/h2.png');
	background-repeat: no-repeat;
	padding: 12px 0 0 26px;
	margin: 0;
	height: 35px;
	font-size: 16px;
	text-align: left;
} 
h3 {
	font-size: 14px;
	margin: 0;
}
ul {
	text-align: left;
}

/**/

.main {
	background-color: #000;
	width: 802px;
	margin: 19px auto 0 auto;
	padding: 2px 0 0 0;
}
.header {
	background-image: url('../img/headpic.png');
	width: 798px;
	height: 238px;
	margin: 0 2px 2px 2px;
	padding: 0;
	/* for ie6... :( */
	text-align: left;
}
.header .logo {
	width: 179px;
	height: 120px;
}
.content {
	background-image: url('../img/content.png');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 798px;
	min-height: 500px;
	/* fasthack http://www.dustindiaz.com/min-height-fast-hack/ */
	height: auto !important;
	/*height: 500px;*/
	margin: 0 2px 0 2px;
	padding: 0 0 20px 0;
	position: relative;
}
.content_map {
	background-image: url('../img/content_map.png');
}
.content .flag {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.content .left {
	position: relative;
	overflow: hide;
	top: 25px;
	left: 35px;
	width: 230px;
	height: 160px;
	float: left;
}
.content .left p {
	margin: 6px 0 12px 0;
}
.content .left .spacer {
	width: auto;
	height: 250px;
}
.content .left .map_large {
	margin: 0 0 0 30px;
}
.content .left .map_large_under {
	margin: 20px 0 0 30px;
	font-weight: bold;
}
.content .right {
	position: relative;
	overflow: hide;
	top: 25px;
	right: 35px;
	width: 383px;
	float: right;
}
.content .right p {
	text-align: left;
	margin: 0px 0 16px 0;
}
.content_gallery .right {
	text-align: center;
}
.content_gallery .right ul {
	list-style: none;
	margin-top: 5px;
}
.content_gallery .right ul li {
	display: inline;
}
.clear {
	clear: both;
}
.footer {
	/*background-image: url('../img/footer.png');
	background-repeat: no-repeat;*/
	width: 802px;
	height: 96px;
	margin: 0 auto 29px auto;
	padding: 0;
}
.footer img {
	/* for ie6... :( */
	top: 0;
	left: 0;
	z-index: -1 !important;
}
.footer p {
	font-size: 10px;
	position: absolute;
	padding: 0 auto 0 auto;
	margin: 80px 26px 0 26px;
	width: 750px;
}
