/* -------- GENERAL --------- */

* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff url('images/fon.gif');
	font: normal 12px/18px "Arial", "sans-serif";
	color: #a8efa8;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

/* --------- LAYOUTING --------- */

#wrap {
	margin: 0 auto;
	width: 820px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	background: #e3e3e3;
}

#wrap {background: #e3e3e3 url('images/content.gif');
	
	}

#header {
	height: 200px;
	background: #e3e3e3 url('images/header.jpg');
}


#content {
	float: left;
	width: 540px;
	padding: 6px 20px;
	text-align: justify;
}

#menu {
	margin: 0 0 0 590px;
	padding-top: 6px;
}

#footer {
	clear: both;
	color: #000;
	height: 43px;
	background: #1b1e2e;
	border-bottom: 1px #000 solid;
}

/* -------- DESIGN -------- */

#header ul {
	position:relative;
	top: 13px;
	left: 437px;
	width: 100px;
}

#header li {
	display:inline;
	list-style-type: none;
	padding: 4px;
}


h1 {
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	font: 20px Tahoma;
	color: #b8923d;
}

#content h2 {
	margin: 10px 0 10px 0;
	font: 14px Tahoma;
	color: #d6b366;
	font-weight: bold;
	padding-bottom: 5px;
}

#menu ul {
	margin: 10px 10px 10px 0;
}

#menu li {
	list-style-type: none;
}

#menu li a {
	color: #d8fed8;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
}

#menu li a:hover {
	color: #000;
}



#footer span {
	color: #fff;
	padding: 0 20px;
	position:relative;
	top:10px;
}


input {
	display:block;
	margin-bottom: 10px;
	width: 400px;
}

textarea {
	margin-bottom: 10px;
	width: 400px;
}

#submit {
	padding: 2px;
	width: 80px;
}

#content ul {
	list-style-position: inside;
}