@CHARSET "UTF-8";
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font-family:"Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	font-size:12px;
	color:#ccc;
	background:#333;
}

a,
a:active,
a:visited {
	color:#df3d6e;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

img {
	border:0;
	vertical-align:middle;
}

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

/**
* MAIN
*/
div#main {
	margin-bottom:140px;
}

/**
* HEADER
*/
div#header {
	height:90px;
	background: url(../img/bg_header.jpg) 0 -3px no-repeat;
}

div#header span.title0 {
	position:absolute;
	top:10px;
	left:10px;
	
	color:#fff;
	font-weight:bold;
	font-size:38px;
}

div#header span.title1 {
	position:absolute;
	top:44px;
	left:10px;
	
	color:#fff;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
}

div#header a:hover span.title0 {
	color:#000;
}

/**
* MENU
*/
div#menu {
	padding-left:40px;
	height:37px;
}

div.menu ul li {
	list-style: none;
	float:left;
	padding:0;
	margin:0;
}

div.menu ul li a {
	display:block;
	line-height:13px;
	font-size:12px;
	padding:12px 16px 12px 16px;
	margin:0;
	border:0;
	font-weight:bold;
	text-decoration:none;
	color:#ccc;
}

div.menu ul li a:hover {
	text-decoration:none;
	color:#fff;
	background:#121212 url(../img/bg_menu.jpg) 50% 4px no-repeat;
}

div.menu ul li a.selected {
	color:#d74ea5;
	text-decoration:none;
	background:#121212 url(../img/bg_menu.jpg) 50% 4px no-repeat;
}

div.menu ul li a.selected:hover {
	color:#ff94d8;
}

/**
* CONTENT
*/
div#content {
	position:relative;
	width:967px;
	margin:auto;
	background: url(../img/bg_content.jpg) 100% 3px no-repeat;
	padding:10px;
	padding-bottom:10px;
	padding-bottom:140px;
	text-align:justify;
}

div#content p {
	padding:6px 0;
	text-indent: 10px;
}

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

div#content p a:hover {
	color:#212121;
	background:#df3d6e;
}

div#content ul {
	margin:10px;
	padding:0;
	padding-left:30px;
	list-style-image:url(../img/bullet.gif);
}

div#content ul li {
	margin:0;
	padding:2px;
}

/**
* FOOTER
*/
div#footer {
	text-align:center;
	background:#222;
	height:130px;
	margin-top:-140px;
	padding-top:10px;
	color:#666;
	font-weight:bold;
	position:relative;
}

div#footer div#footer2 {
	width:967px;
	margin:auto;
}

div#footer a {
	color:#ccc;
	font-size:14px;
	font-weight:normal;
}

div#footer a:hover {
	color:#fff;
	font-weight:normal;
}

div#footer div.adminLink {
	position: absolute;
	bottom:10px;
	right:10px;
}

div#footer div.footer_box {
	text-align:left;
	height:100px;
	width:200px;
	margin-left:41px;
	float:left;
	display:inline;
}

div#footer div.footer_box div {
	overflow:hidden;
	white-space:nowrap;
}

div#footer div.footer_box h3 {
	margin:0;
	padding:0;
	font-style:italic;
}

div#footer div.footer_box h3 a {
	text-decoration:none;
}

div#footer div.footer_box h3 a:hover {
	text-decoration:none;
}

div#footer div#footer_bottom {
	text-align:center;
	clear:both;
}

div#footer div#footer_bottom a {
	text-decoration:none;
	border-bottom:1px dashed #fff;
}

div#footer div#footer_bottom a:hover {
	text-decoration:none;
	border-bottom:1px solid #fff;
}

/**
* LANG
*/
div#lang {
	position:absolute;
	top:-25px;
	right:6px;
}

div#content div#lang a {
	border:0;
}

div#lang img {
	opacity:0.5;
	border:1px solid #fff;
}

div#lang img:hover {
	opacity:1;
}

div#lang img.selected {
	opacity:1;
}

/**
* ADS
*/
div#ad_top {
	position:absolute;
	top:0;
	right:0;
}


/**
* TITLES
*/
h1 {
	font-size:2em;
	margin-bottom:0;
	margin-left:6px;
	font-weight: bold;
	color:#fff;
	font-style:italic;
}

h2 {
	font-size:1.6em;
	margin:0;
	padding:0;
	margin-bottom:0px;
}

h3 {
	font-size:1.2em;
}

/**
* FORMS
*/