/* CSS Document */

body {
	background: #c2c2c2;
	text-align: center;
	margin: 0;
	top: 0;
}

hr.break {
	clear: both;
	color: #fff;
	border: 0;
}

h1 {
	color: #39c;
	font-size: 14pt;
}

h2 {

}

p {

}

p.question {
	color: #933;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -10px;
}

a, a h2 {
	text-decoration: none;
	color: #c66;
}

a:hover {
	color #c33;
}



img {
	border: 0;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

.quote {
	padding: 10px;
	width: 300px;
	margin: 50px;
	background: #933;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	margin: 0 auto;
}



#shadow {
	margin: 0 auto;
	width: 770px;
	background: #fff url('img/bg_shadow.png') repeat-y;
}

#wrapper {
  position: relative;
	text-align: left;
	padding-top: 30px;
	margin: 0 auto;
	width: 750px;
	background: #fff;
}

#header {
  position: relative;
	background: url('img/header_back.png') no-repeat;
	clear: both;
	color: #600;
	font-size: 32pt;
	font-weight: bold;
	height: 200px;
}

#lang{
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
}

ul#menu {
	text-align: left;
	margin:  0;
	font: 13px "georgia", serif;
	list-style-type: none;
	padding: 4px 8px 4px 8px;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	padding: 4px 5px;
	background-color: #c94b4b;
	color: #fff;
	text-decoration: none;
	border: 1px solid #c88080;
	border-bottom: none;
}

ul#menu li#selected a {
	background: #6b1c1c;
	color: #fff;
	border-color: #600;
}

ul#menu a:hover {
	background: #6b1c1c;
	color: #fff;
	border-color: #600;
	position: relative;
	top: 1px;
}



#content {
	background: #fff;
	padding: 15px;
	padding-top: 0px;
}

#footer {

}
