body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}

#talogo {
	position: relative;
	left: 10px;
}

#newaddress {
	position: absolute;
	top: 15px;
	left: 200px;
	width: 570px;
	height: 57px;
	text-align: right;
	color: #cccccc;
}

#newaddress .move {
	font-size: 130%;
}

#fighterswanted {
	position: relative;
}

#nav {
	position: relative;
	width: 200px;
}

#content {
	position: absolute;
	width: 550px;
	left: 210px;
	top: 242px;
}

#content h3 {
	text-align: center;
}

#content h4 {
	text-align: center;
}

#content .caption {
	text-align: center;
	font-size: 80%;
}

#content .img {
	float: center;
}

#content a:link {
	color: #cccccc;
}

#content a:active {
	color: #760000;
}

#content a:visited {
	color: #760000;
}

#content a:hover {
	color: #ffffff;
}

#upcoming {
	position: absolute;
	font-family: serif;
	color: #cccccc;
	width: 217px;
	height: 540px;
	left: 770px;
	top: 80px;
	padding: 5px;
}

#upcoming h2 {
	text-align: center;
	font-family: serif;
}

#upcoming h3 {
	text-align: center;
	font-family: serif;
}

#schedule {
	background-color: #cccccc;
	color: #000000;
	text-align: center;
	width: 197px;
	height: 320px;
	position: absolute;
	left: 780px;
	top: 400px;
	padding: 10px;
	font-size: 80%;
}

#events {
	position: absolute;
	left: 770px;
	top: 72px;
	border-style: none;
}

#events a:link {
	border: none;
	color: #cccccc;
}

#events a:active {
	color: #760000;
}

#events a:visited {
	color: #760000;
}

#events a:hover {
	color: #ffffff;
}

#octagon {
	position: absolute;
	left: 770px;
	top: 90px;
	width: 217px;
	height: 677px;
}

#adBlock {
	position: absolute;
	left: 1000px;
	top: 90px;
}

#bottomnav {
	position: relative;
	height: 30px;
	text-align: center;
}

#bottomnav a:link {
	color: #cccccc;
}

#bottomnav a:active {
	color: #760000;
}

#bottomnav a:visited {
	color: #760000;
}

#bottomnav a:hover {
	color: #ffffff;
}

#bottomnav .designer {
	color: #760000;
	font-family: serif;
}