@charset "utf-8";
html, body {
	height: 100%
}
* {
	margin: 0;
}
h1, h2, h3, h4, h5, p, ul, li {
	padding: 0;
}
img {
	border: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000000;
}
#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: right;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 167px;
	overflow: hidden;
}
#header .lang {
	position: relative;
	top: 130px;
	left: 380px;
	width: 80px;
}
#header .lang a {
	margin-right: 10px;
}

#main {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}
#menu {
	float: left;
	width: 250px;
	overflow: hidden;
	padding-top: 200px;
}
#menu ul.menu {
	list-style-type: none;
	margin-right: 50px;
	margin-left: 35px;
	overflow: hidden;
}
#menu ul.menu li {
	border-bottom: #b2afa4 1px dotted;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-transform: lowercase;
}
#menu ul.menu li a {
	color: #fdf8e9;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}
#mainContent {
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 40px;
}
#mainContent h1 {
	font-size: 18px;
	color: #983004;
	text-align: right;
	font-weight: normal;
	padding-bottom: 10px;
}
#mainContent p {
	padding: 10px 0;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 153px;
	overflow: hidden;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#welcome {
	text-align: left;
}
#outer {
	display: table;
	position: static;
	width: 100%;
	height: 100%;
}
#middle {
	display: table-cell;
	vertical-align: middle;
	position: static;
	width: 100%;
	text-align: center;
}
#inner {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#form {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

