* {
	margin: 0; padding: 0;
}

/********************
 * MAIN BODY LAYOUT *
 ********************/
body {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	vertical-align: center;
	margin: 0 auto;
	width: 850px;
	font-family: Geneva,sans-serif;
}

#body {
	width: 850px;
}

h1 {
	font-family: courier,monospace;
	font-weight: normal;
	margin: 15px;
}

h3 {
	font-family: courier,monospace;
	font-weight: normal;
}

p {
	margin: 10px 0 10px 0;
}

/*****************
 * HEADER STYLES *
 *****************/

#header {
	border-bottom: solid 1px white;
	text-align: left;
	margin: 0 0 10px 0;
}

#header h1 {
	float: right;
	margin: 10px 0 5px 0;
	font-size: 32px;
}

#header h1 a {
	color: white;
	text-decoration: none;
}

ul#top-nav {
	list-style: none;
}

ul#top-nav li {
	float: left;
	margin: 20px 20px 0 0;
}

ul#top-nav a {
	font-size: 16px;
}

/***************
 * LINK STYLES *
 ***************/
a {
	color: #8a0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/***************
 * HOME LAYOUT *
 ***************/
.left-block {
	float: left;
}

.right-block {
	float: right;
}

.left-block img, .right-block img {
	margin: 10px;
}

.home-block {
	float: left;
	text-align: left;
	margin: 20px 0 0 0; padding: 0;
	width: 425px
}

.home-block ul {
	list-style: none;
	margin: 5px 0 0 0;
	font-size: 13px;
}

.home-block h3 {
	border-bottom: solid 1px white;
	text-align: left;
	color: #8a0000;
}

.home-block a {
	color: white;
}

/****************
 * OTHER LAYOUT *
 ****************/
.content, .content2 {
	text-align: left;
	font-family: Geneva;
	font-size: 13px;
	background-color: white;
	color: black;
	width: 409px;
	height: 407px;
	margin: 0 0 0 210px;
	padding: 10px;
}

.content {
	height: 407px;
}

.content2 {
	height: 855px;
}

.content h3, .content2 h3 {
	font-size: 20px;
}

/******************
 * UTILITY STYLES *
 ******************/
.cleaner {
	clear: both;
	height: 0;
	font-size: 1px;
	background: transparent;
}

.memberCol {
	font-family: courier;
	font-size: 24px;
}

#jake {
	float: left;
	margin: 0 0 0 10px;
}

#joe {
	float: left;
	margin: 11px 0 0 15px;
}

#joe img {
	margin: 18px 0 0 0;
}

#tyler {
	float: left;
	margin: 0 0 0 15px;
}

#az {
	float: left;
	margin: 0 0 0 15px;
}

#az img {
	margin: 0 0 18px 0;
}

.leftCol {
	width: 200px;
	float: left;
	margin: 0 0 0 0;
}

.rightCol {
	width: 200px;
	float: right;
	margin: 0 0 0 0;
}

.nada {
	margin: 0; padding: 0;
}

.footer {
	border-top: solid 1px white;
	margin-top: 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	clear: both;
}

p.center {
	text-align: center;
}

ul.news {
	list-style: none;
	margin: 10px 0 0 0;
}

ul.news li {
	border-top: solid 1px black;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

ul.news li.first {
	border-top: solid 0px black;
}

.gallery {
	text-align: center;
	width: 199px;
	float: left;
	padding: 6px 0 0 0;
}

.content img.cornerThumb {
	float: right;
}

.content p.aboutAbstract {
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	width: 240px;
}

p.error {
	border: solid 1px red;
	background-color: #cccccc;
	color: black;
	padding: 10px;
	font-size: 12px;
}

ul.tunes {
	list-style: none;
}