body {
	background-color: #fce7bb;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	min-height: 400px;
}

#header {
	background-color: #61130f;
	width: 800px;
	height: 140px;
}

#headerright {
	width: 400px;
	height: 140px;
	float: left;
}


#title {
	width: 380px;
	height: 90px;
	float: left;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 50px 0px 0px 20px;
}


#headerbottom {
	background-color: #d4b574;
	width: 720px;
	padding: 40px;
	height: 100px;
	color: #fff;
	text-align: justify;
}


#content {
	min-height: 400px;
	width: 720px;
	float: left;
	padding: 40px;
	text-align: justify;
}

#slogen {
	display: block;
	height: 52px;
	width: 460px;
	padding: 44px 0px 0px 40px;
	float: left;
	color: #fff;
}

#footer {
	background-color: #61130f;
	width: 780px;
	height: 26px;
	font-size: 14px;
	color: #fff;
	padding: 14px 20px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}

li {
	list-style-type: none;
}

a {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
}
