

/* standard elements */
* {
	margin: auto;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #000 url(img/light_bg.gif) repeat;
	color: #000;
	font: normal 62.5% sans-serif;
	width: 900px;
	 

}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #6e3a01;
	display: block;
	font-size: 12px;
	margin: auto;
	
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;
color: #000;
}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
	color: #000;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #6e3a01 url(img/header.gif) no-repeat;
	border-bottom: 1px solid #5b4301;
	font: normal 2em sans-serif;
	height: 170px;
}
.header a {
	color: #666;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #666;
}

/* structure */
.container {
	border: 3px solid #5b4301;
	border-top: none;
}

.main {
	background: #fff;
	border-bottom: 1px solid #5b4301;
	border-left: 1px solid #5b4301;
	border-right: 2px solid #5b4301;
}



.content {
	border-left: 1px solid #5b4301;
	border-top: 1px solid #5b4301;
	padding: 30px;
}

/* content elements */
.content h1 {
	
	color: #000;
	text-decoration: bold;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.form {
margin: auto;
}
.content a {
	color: #990000;
	text-decoration: underline;
}
.content a:hover {color: #990000;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #5b4301;

width: 894px;}
.nav a {
	background: #5b4301;
	color: #FFCC00;
	float: bottom;
	font: bold 1em Verdana,sans-serif;
	line-height: 30px;
	padding: 0 20px;
}
.nav a:hover {
	color: #FFF;
}
.image
{
float: right;

}

/* footer */
.footer {
	background: #5b4301;
	border-top: 1px solid #5b4301;
	color: #999;
	padding: 10px 10px 10px 20px;
	height: 100px;
}
.footer ul {
	border-top: 1px solid #5b4301;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #5b4301;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #fff;}
.footer a:hover {
	color: #fff;
	background: #222;
}


/* bottom */
.bottom {
	color: #fff;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #fff;}