body {
	margin: 0;
	font-family: "Lucida Grande", "helvetica", san-serif;
	color: #333;
	font-size: 12px;
	background: #fff url(../images/brick-bg.jpg) repeat-y fixed top left;
	width: 100%;
	}

a {
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	}

a img {
	border: 0;
	}

.wrapper {
	position: absolute;
	width: 100%;
	z-index: 2;
	}

ul {
	text-align: left;
	color: #fff; 
	width: 400px;
	margin: 20px 0 30px 0;
	}

li {
	list-style-type: none;
	border-left: 5px solid #222;
	margin: 10px 0;
	padding-left: 6px;
	}

.constrain {
	width: 474px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	text-align: center;
	background: transparent url(../images/main-bg.png) repeat top left;	
	}

.background {
	position: fixed;
	bottom: 0px;
	height: 302px;
	width: 100%;
	background: transparent url(../images/brick-fixed.png) no-repeat top left;
	z-index: 1;	
	}

/* BODY STYLES */

.logo {
	margin-left: 102px;
	height: 145px;
	width: 322px;
	background: transparent url(../images/logo.png) no-repeat top left;
	}

.nav {
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
	width: 403px;
	}

.nav #navabout a {
	float: left;
	height: 32px;
	width: 155px;
	margin-right: 40px;
	background: transparent url(../images/about.png) no-repeat top left;
	}

.nav #navgear a {
	float: left;
	height: 32px;
	width: 90px;
	margin-right: 40px;
	background: transparent url(../images/gear.png) no-repeat top left;
	}

.nav #navsignup a {
	float: left;
	height: 32px;
	width: 78px;
	background: transparent url(../images/signup.png) no-repeat top left;
	}

.nav #navmemhome a {
	float: left;
	height: 32px;
	width: 127px;
	margin-right: 40px;
	background: transparent url(../images/memhome.png) no-repeat top left;
	}

.nav #navperks a {
	float: left;
	height: 32px;
	width: 96px;
	margin-right: 40px;
	background: transparent url(../images/theperks.png) no-repeat top left;
	}

.nav #navforum a {
	float: left;
	height: 32px;
	width: 99px;
	background: transparent url(../images/theforum.png) no-repeat top left;
	}

.nav #navabout a:hover, .nav #navgear a:hover, .nav #navsignup a:hover, .nav #navmemhome a:hover, .nav #navperks a:hover, .nav #navforum a:hover {
	background-position: top right;
	}

.content {
	clear: left;
	margin-top: 30px;
	}

.content-item p {
	color: #888;
	margin: 0 35px;
	text-align: left;
	}

.content-item p a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 8px;
	text-shadow: rgb(252,70,71) 1px 0 0;
	background-color: rgb(252,70,71);
	}

.content-item p a:hover {
	color: #000;
	}	

.headimg {
	margin-bottom: 30px;
	}

#signup {
	color: #fff;
	}

#signup form {
	text-align: left;
	}

#signup .text {
	border: 0;
	font-size: 18px;
	padding: 5px;
	color: #555;
	width: 100%;
	border-left: 6px solid #444;
	}

#signup .text:hover {
	border-left: 6px solid #999;
	}
	
/* FOOTER STYLES */

.footer {
	clear: left;
	padding-top: 30px;
	}

.footer a {
	color: #333;
	border-bottom: 2px solid #222;
	}

.footer a:hover {
	color: #777;
	}