
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 15px;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFACD;
}

h1 { 
font-size: 20px;
padding-left:15px;
}


h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul, ol { }

blockquote { }

a { color: #F3B8A5; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #261912 url(images/background.jpg) no-repeat left top;
}

/* Header */

#header-wrapper {
}

#header {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	background: url(images/background.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 40px;
	margin-top:140px;
}

#menu ul {
	margin: 0;
	padding: 17px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 15px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Search */

#lang {
	float: right;
	width: 80px;
	height: 15px;
}
#lang a {
padding: 2px 2px;
	

}
/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px 30px 10px 20px;
}
.title {
	background-image: url(../images/hh.jpg);
	float: right;
	width: 798px;
}

/* Content */

#content {
	float: left;
	width: 760px;
}
/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
}

