body {
	margin: 0px;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background: white url(../images/bg.jpg) no-repeat center top;
	color: #2D2D2D;
	font-size: 14px;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 0px;
}
a {
	text-decoration: none;
	color: #BC825C;
}
a img {
	border: none;
}
.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#in {
	background: white;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	min-height: 700px;
	_height: 700px;
}
#inner {
	padding: 25px;
}
#logo {
	display: block;
	font-size: 55px;
	color: #D0B987;
	font-weight: bold;
}
#header {
	background: url(../images/header.jpg) no-repeat top right;
	height: 200px;
	padding-bottom: 5px;
	border-bottom: 1px dashed gray;
}
#menu {
	background: #D0B987;
	margin-top: 5px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	float: left;
	padding: 15px 25px;
	color: white;
}
#nav li a:hover {
	color: black;
	background: #D0B987;
}
h1 {
	font-size: 25px;
	margin: 0;
	padding: 20px;
}
#footer {
	text-align: center;
	font-size: 12px;
	padding: 25px 20px;
}