@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/content_bg.jpg);
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;
	color:#FFF;
	padding:0px 10px 0px 10px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#FFFFFF;
}

#wrapper {
	width:954px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:954px;
	background-image:url(../img/content_bg.jpg);
	height:500px;
}

#left {
	width:210px;
	height:450px;
	background-image:url(../img/aside_bg.jpg);
	float:left;
	text-align:center;
	-moz-box-shadow: -5px 5px 5px #888;
	-webkit-box-shadow: -5px 5px 5px #888;
	box-shadow: -5px 5px 5px #888;
}

#right {
	width:210px;
	height:450px;
	background-image:url(../img/aside_bg.jpg);
	float:right;
	text-align:center;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
#center {
	width:500px;
	margin-left:227px;
	text-align:center;
}

#center p {
	color:#990000;
	font-size:18px;
	line-height:20px;
}

#footer li {
	float:left;
}

#footer li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	border-left:1px solid #333333;
}

#footer li a:hover {
	color:#990000;
}

#cms {
	padding-top:20px;
	padding-bottom:80px;
}

#map_canvas {
	width:180px;
	height:160px;
	margin-left:15px;
}

#lang a {
	font-weight:bold;
	text-decoration:underline;
}

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

#header img {
	-moz-box-shadow: 5px 0px 5px #888, -5px 0px 5px #888;
	-webkit-box-shadow: 5px 0px 5px #888, -5px 0px 5px #888;
	box-shadow: 5px 0px 5px #888, -5px 0px 5px #888;
}

.clear {
	clear:both;
}