@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #999999;
	background: url(images/bg1.jpg) top repeat-x #ffffff;
	text-align: center;
	margin:0; padding:0;
}

.emp { clear:both; }

#wrapper {
   margin: 10px auto;
   padding: 0;
   width: 858px;
   min-height: 500px;
   text-align:left;
}

#top {
	height:10px;
	width:858px;
}

#middle {
	
	width:858px;
	background-image:url(images/middle.png);
	background-repeat:repeat-y;
	min-height:400px;
	
}

#bottom {
	width:858px;
	height:10px;
}

#copyrights {
	width:858px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#CCC;
	text-align:center;
	padding-top:10px;
	white-space:nowrap;

}

#copyrights a {
	color:#CCC;
	white-space:nowrap;

}

#logo {
	width:190px;
	height:57px;
	float:left;
	margin:0 0 5px 90px;
}

#lang-sel {
	width:220px;
	height:57px;
	float:right;
	margin:0 90px 5px 0;
	text-align:right;
	color: #999;
	font-size:12px;
}

#lang-sel a {
	color:#999;
	text-decoration:none;	
}

#lang-sel a:hover {
	color:#333;
}

.menu {
	width:688px;
	height:34px;
	margin: 0 auto;
}

#nav {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0.7em 0 1em 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}

#nav ul {
	float: left;
	list-style: none;
	line-height: 2;
	font-weight: bold;
	padding: 1px;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 2em 0;
	background:#FFF;
}
 
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 1em;
}
 
#nav li {
	float: left;
	padding: 0;
	
}

#nav a:hover {
	text-decoration:underline;
	color: #030;
	
}

.front-image {
	width: 666px;
	margin:0 auto;
	
}

.content {
	width:666px;
	margin:0px auto;
	clear:both;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#3c2316;
	font-size:20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C06;
	font-size:12px;
	padding-left:10px;
	margin:0;
	height:0;
}

h4 {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #C06;
	
}

.reg-text {
	font-family: Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:12px;
	line-height:18px;
	text-align:justify;	
	padding-right:5px;
}

h2 { background:#093;
	color:#FFF;
	padding:10px;
	height:25px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
