@CHARSET "UTF-8";
html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: Geneva, Verdana, Arial, San-Serif;
	font-size: 12px;
	color: #000;
	background: url(../img/main_bg.jpg) ;
}

img {
	vertical-align:middle;
}

/**
* MAIN
*/
div#container {
	background: url(../img/bg.jpg) 0 0 repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/**
* HEADER
*/
div#header {
	margin:auto;
	width:700px;
	height:242px;
	height:122px;
	position:relative;
}

div#header a.title1 {
	position: absolute;
	top:-5px;
	font-size:71px;
	font-weight: bold;
	text-transform: uppercase;
}

div#header a.title2 {
	position: absolute;
	top:70px;
	left:4px;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}

div#header a {
	color:#2e2a27;
	text-decoration:none;
}

/**
* MENU
*/
div#menu {
	float:right;
}

div#menu ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu ul.menu li {
	float: left;
}

div#menu ul.menu li a {
	display: block;
	padding:10px 20px;
	line-height:18px;
	font-size:18px;
	color:#f2bb06;
	text-decoration:none;
}

div#menu ul.menu li a:hover,
div#menu ul.menu li a.selected {
	display: block;
	padding:10px 20px;
	line-height:18px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	background:#2e2a27;
}

/**
* CONTENT
*/
div#main {
	margin:auto;
	width:780px;
}

div#content {
	clear:both;
	padding-top:6px;
	padding-bottom:80px;
	color:#fff;
}

div#content p {
	text-align: justify;
}

div#content a,
div#content a:active,
div#content a:visited {
	color:#f2bb06;
	background:none;
	font-weight: bold;
	padding:2px;
	text-decoration: none;
}

div#content a:hover{
	background:#f2bb06;
	color:#2E2926;
	font-weight: bold;
	padding:2px;
	text-decoration: none;
}

div#content div.divLeft {
	float:left;
	width:375px;
}

div#content div.divRight {
	float:right;
	width:375px;
}

div#content table {
	margin:10px 0;
	background:#2E2926;
}

div#content table td {
	padding:4px;
	border-bottom:1px dashed #fff;
}

div#content ul {
	margin:0;
	padding:0;
}

div#content ul li {
	margin-left:40px;
	padding:3px;
	list-style: url(../img/li.gif);
}

/**
* FOOTER
*/
div#footer {
	background: #2E2926;
	text-align:center;
	color:#fff;
	margin-top:-70px;
	height:50px;
	padding:10px;
}

div#footer a {
	color:#f2bb06;
	text-decoration:none;
}

div#footer a:hover {
	color:#f2bb06;
	text-decoration:underline;
}

/**
* LANGS
*/
div#langs {
	position: absolute;
	top: 122px;
	right: 10px;
}

div#langs img {
	border:0;
	opacity:0.5;
}

div#langs a.selected img, div#langs a:hover img {
	opacity:1;
}

/**
* HEADERS
*/
h1 {
	color:#f2bb06;
	font-size:32px;
	margin:10px 0 10px 0;
	border-bottom:2px solid #f2bb06;
}

h2 {
	color:#f2bb06;
	font-size:24px;
	margin:30px 100px 10px 100px;
	text-align:center;
	border-bottom:2px solid #f2bb06;
}

div#content div.divRight h2,
div#content div.divLeft h2 {
	margin:30px 20px 10px 20px;
}

/**
* FORMS
*/
input {
	padding:2px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	background: #fff url(../img/input_bg.jpg) 0 0 repeat-x;
	color:#f2bb06;
	border:1px solid #f2bb06;
}

textarea {
	padding:2px;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:12px;
	background: #fff url(../img/input_bg.jpg) 0 0 repeat-x;
	color:#f2bb06;
	border:1px solid #f2bb06;
}

button {
	border:1px solid #000;
	background: #fff url(../img/input_bg.jpg) 0 0 repeat-x;
	padding:4px;
	font-size:14px;
	color:#000;
}

/**
* 
*/
div.clear {
	clear:both;
}