* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	margin:auto;
	background:url(../img/bg.jpg) top center repeat-x;
}
.poof {
	display:none;
}
.mud {
	clear:both;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#wrapper {
	position:relative;
	width:960px;
	margin:auto;
}
#header {
	position:absolute;
	width:960px;
	height:434px;
	background:url(../img/header.jpg) top center no-repeat;
}
#logo, #nav, #content {
	position:absolute;
	z-index:3;
}
#logo {
	width:960px;
	height:269px;
	background:url(../img/logo.png) top center no-repeat;
}
#rotate {
	position:absolute;
	z-index:2;
	top:25px;
	left:250px;
}
.js-disabled {
	display:none;
}
#nav {
	top:252px;
	left:395px;
}
#nav li {
	list-style-type:none;
	display:inline;
}
.spacer {
	color:#77513c;
	margin-left:10px;
	margin-right:10px;
}
#content {
	top:305px;
	width:780px;
	position:relative;
	margin:auto;
}
#profiles {
	width:800px;
}
#profiles li {
	list-style-type:none;
	float:left;
	width:140px;
	height:140px;
	margin-right:20px;
	margin-bottom:20px;
}
#profiles li a {
	height:140px;
	width:140px;
}
#footer {
	background:url(../img/footer.jpg) bottom center repeat-x;
	border:1px #fff dashed;
	width:778px;
	height:56px;
	margin:auto;
	margin-top:20px;
}
.footer-content p {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#fff;
	line-height:16px;
	margin:auto;
	position:relative;
	top:12px;
}
.footer-content a, .footer-content a:visited {
	text-decoration:none;
	color:#eac49a;
}
.footer-content a:active, .footer-content a:hover {
	border-bottom:1px #eac49a dotted;
}
.form-left {
	width:80px;
	text-align:right;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	padding-right:5px;
}
.form-fields {
	width:250px;
	margin-bottom:10px;
}
#form-textarea {
	height:150px;
}
.form-button {
	background:#eac49a;
	color:#331e13;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
}
.form-buttons-align {
	text-align:right;
}
table {
	margin-bottom:20px;
}

