body { 
	margin : 0;
	padding : 0;
	font-family:'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
	background: #573e28 url(images/background.jpg) repeat-x;
}

#wrapper {
	width: 900px;
	min-height: 300px;
	margin: 0 auto 20px auto;
}

#header {
	width: 900px;
	height: 130px;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 0;
}

#header p {
	margin: 0;
	padding: 15px 0 0 0;
}

#menu {
	width: 900px;
	height: 35px;
	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#menu li {
	float: left;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 0 12px 0 12px;
	margin-top: 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

#menu .first {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 0 12px 0 12px;
	margin-top: 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

#menu a:hover {
	color: #333333;
}

#content {
	width: 900px;
	min-height: 200px;
	background: url(images/content-bg.jpg) repeat;
}

#text {
	margin: 10px auto 0 auto;
	padding: 10px 20px 10px 20px;
	width: 840px;
	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #000000;
}

#text h2 {
	margin: 0;
}

#footer {
	width: 900px;
	height: 30px;
	padding: 0 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
}

#footer-up {
	background: url(images/content-bg.jpg) repeat;
	height: 20px;
}

#footer-down {
	margin-top: 10px;
	height: 30px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}