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

body {
	font-family: Geneva, Verdana, Arial, San-Serif;
	font-size: 12px;
	color: #000;
	background: #334f10;
}

a, a:active, a:visited {
	background: transparent;
	color: #334F10;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/**
* MAIN
*/
div#container {
	background: url(../img/bg.jpg);
}

td#background_l {
	background: url(../img/container_bg_l.jpg) 0 0 repeat-x;
}

td#background_r {
	background: url(../img/container_bg_r.jpg) 0 0 repeat-x;
}

td#main {
	width:980px;
	background:url(../img/main_bg.jpg) 0 0 no-repeat;
}

/**
* HEADER
*/
div#header {
	height:140px;
}

div#header a {
	display:block;
	width:100%;
	height:140px;
}

/**
* MENU
*/
div#menu {
	
}

ul.menu {
	margin:0;
	margin-left:140px;
	padding:0;
	list-style:none;
}

ul.menu li {
	float:left;
}

ul.menu li a {
	margin:0 4px;
	display:block;
	width:150px;
	padding:10px;
	color:#000;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	line-height:10px;
}

ul.menu li a:hover,
ul.menu li a.selected {
	background:url(../img/menu_bg.gif) 0 0 no-repeat;
	color: #fff;
}

/**
* CONTENT
*/
div#content {
	clear:both;
	width:700px;
	margin:auto;
	padding-top:10px;
}

div#content img.left {
	float:left;
	margin-right:10px;
}

div#content img.border {
	border:1px solid #334F10;
}

/**
* FOOTER
*/
div#footer {
	border-top:3px solid #274106;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}

div#footer a, 
div#footer a:active, 
div#footer a:visited {
	background: transparent;
	color: #B2CF42;
	font-weight: bold;
	text-decoration:none;
}

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

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

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

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

/**
* TITLES
*/
h1 {
	color:#334f10;
	font-size:26px;
	font-weight: bold;
	padding:2px;
}
	
h2 {
	margin-top:40px;
	margin-left:20px;
	padding-left:10px;
	color: #fff;
	border-bottom:2px solid #fff;
	font-size:18px;
	font-style: italic;
}

.clear {
	clear:both;
}