html, body {
	background-color: #000;
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #fff;
}

h1 {
	width: 100%;
	background: transparent url('../images/h1_bgr.gif') no-repeat top right;
	padding: 20px 0px 5px 10px ;
	margin-bottom: 10px;
	font-weight: 900;
	font-size: 18px;
}

.item_img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#header {
	width: 900px;
	background: #000 url('../images/header.gif') no-repeat left top;
}

#container {
	width: 900px;
	background: #000 url('../images/content_bgr.gif') no-repeat top left;
}

#content {
	_height: 432px;
	min-height: 432px;
	background: transparent url('../images/voodoo_baba.gif') no-repeat bottom right;
	margin: 50px 10px 0px 10px; 
	color: #fff;
	font-size: 12px;
}

table {
	color: #fff;
	font-size: 12px;
}



/* NEWS MENU */

#news_menu {
	width: 150px;
	margin-top: 30px;
}

#news_menu ul li {
	width: 100%;
	height: 30px;
	font-size: 12px;
	font-weight: 900;
	list-style: none;
	background: transparent url('../images/menu_bgr.gif') no-repeat bottom left;
}

#news_menu ul li a:active,
#news_menu ul li a:visited,
#news_menu ul li a:link{
	display: block;
	padding: 2px 0px 0px 15px;
	color: #fff;
	text-decoration:none;
	font-size:15px;
}

/* INPUT */

select {
	border: 1px solid #fff;
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #000;
}


input.field {
	border: 1px solid #fff;
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #000;
	width: 150px;
}

input.error {
	border: 1px solid #f90000;
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #000;
	width: 150px;
}



textarea {
	border: 1px solid #fff;
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #000;
	width: 200px;
	height: 80px;
}

textarea.error {
	border: 1px solid #f90000;
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #000;
	width: 200px;
	height: 80px;
}

input.submit {
	border: 1px solid #000;
	margin: 2px;
	padding: 2px;
	color: #000;
	background-color: #fff;
	height: 24px;
}

/* LINKS */

a:active,
a:visited,
a:link {
	color: #fff;
	text-decoration:none;
	font-weight: 900;
}

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

/* SITEMAP */

#sitemap {
	padding: 10px;
}

#sitemap ul {
	list-style: none;
}

#sitemap ul li a.sitemap0:active,
#sitemap ul li a.sitemap0:visited,
#sitemap ul li a.sitemap0:link{
	width: 400px;
	display: block;
	color: #fff;
	height: 20px;
	padding: 4px 0px 0px 8px;
	font-weight: 900;
}

#sitemap ul li a.sitemap0:hover{
	background: none;
	color: #fff;
}

#sitemap ul li a.sitemap1:active,
#sitemap ul li a.sitemap1:visited,
#sitemap ul li a.sitemap1:link{
	width: 385px;
	display: block;
	color: #fff;
	height: 20px;
	padding: 4px 0px 0px 12px;
	margin-left: 20px;
}

#sitemap ul li a.sitemap1:hover{
	background: none;
	color: #fff;
}

#sitemap ul li a.sitemap2:active,
#sitemap ul li a.sitemap2:visited,
#sitemap ul li a.sitemap2:link{
	width: 370px;
	display: block;
	color: #fff;
	height: 20px;
	padding: 4px 0px 0px 12px;
	margin-left: 40px;
}

#sitemap ul li a.sitemap2:hover{
	background: none;
	color: #fff;
}

