@charset "UTF-8";
/* CSS Document */

body { 
	background: url(images/bg_img.jpg) top center no-repeat #18100b; 
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#b4a38a;
}

a {color:#d8770e;}

input {
	background-color:#e8ded0;
	border:1px solid #0d0805;
	width:175px;
}
textarea {
	background-color:#e8ded0;
	border:1px solid #0d0805;
	width:350px;
	height:125px;
}

#container {
	width:585px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin:245px 0px 0px 0px;
}

#header ul{
	list-style:none;
	list-style-image:none;
}

#header ul li {
	float:left;
}

#content {
	padding-top:65px;
}
.title {
	font-size:20px;
	line-height:28px;
	color:#FFFFFF;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	width:658px;
	height:84px;
	background:url(images/footer_img.jpg) no-repeat;
}