
html {
	margin:0;
	padding:0;
	background:black;
	text-align:center;
}
body {
	margin:0;
	padding:0;
	background:black url(../img/header_bg.png) repeat-x top left;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
p, pre, blockquote, fieldset, table {
	margin: 0 0 1em 0;
}
li {
	margin: 0 0 0.3em 1.8em;
	list-style-position:outside;
}
a {
	color:#FFFFFF;
}
a:hover {
	color:#CFCFCF;
}
a:visited {
	color:#FFFFFF;
}
fieldset {
	border:none;
}
fieldset ul li {
	list-style:none;
	list-style-type:none;
}
fieldset ul li label {
	padding-top:2px;
	display:block;
	float:left;
	width:130px;
}
table {
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid #333333;
	border-collapse:collapse;
}
table th {
	margin:0px;
	padding:4px;
	text-align:center;
}
table tr {
	margin:0px;
	padding:0px;
}
table tr td {
	margin:0px;
	padding:4px;
	border:1px solid #333333;
}
img {
	border:none;
}

#container {
	margin: 0px auto 0px auto;
	text-align:left;
	width:760px;
}

#header {
	position:relative;
	height:165px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#header h1 {
	text-indent:-6000px;
	text-decoration:none;
}
#header_logo {
	position:absolute;
	display:block;
	text-indent:-9000px;
	text-decoration:none;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat top left;
	margin:0px;
	width:400px;
	height:100px;
	top: 32px;
	left:-5px;
	z-index:50px;
}
#header_pic {
	display:block;
	text-indent:-9000px;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
/*	background:url(../img/header_pic.gif) no-repeat top right; */
	width:84px;
	height:100px;
	right:0px;
	top:0px;
	z-index:5;
}


#footer {
	clear:both;
	margin:30px 0px 0 0;
	padding: 15px;
	border-top:#444444 1px solid;
	border-bottom:#444444 1px solid;
	color:#777777;
	text-align:right;
	background:#111111;
}
#footer a, #footer a:hover {
	color:#777777;
	text-align:center;
}


.message {
	border:1px solid #333333;
	margin:10px;
	padding:10px;
	text-align:center;
	background:#000000;
}

.nav {
	height:47px;
	font-weight:bold;
}
.nav ul {
	list-style:none;
	list-style-type:none;
	text-align:center;
	margin:14px 10px 0px 10px;
	padding:5px 0px 0px 0px;
}
.nav li {
	display:inline;
	list-style:none;
	list-style-type:none;
	text-align:center;
	padding:0px;
	margin:0px 5px;
}
.nav a {
	text-decoration:none;
}
.nav a:hover {
	color:#CFCFCF;
}


.content {
	position:relative;
	padding:10px;
}


.popup {
	position:relative;
}
.close_popup {
	position:absolute;
	display:block;
	z-index:2;
	cursor:pointer;
	height:14px;
	width:14px;
	top:1px;
	right:1px;
}
.popup_content {
	position:relative;
	margin-top:20px;
	overflow:auto;
}
#divoverlay {
	background:#FFFFFF;
	border:1px solid black;
}
.image_list {
	color:#000000;
}
.image_list a, .image_list a:hover {
	color:#000000;
}
.image_list img {
	float:left;
}
.image_list ul {
	list-style:none;
	list-style-type:none;
}
.image_list li {
	margin:5px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

.image_add_list {
	color:#000000;
	display:block;
	position:relative;
}
.image_add_list ul {
	list-style:none;
	list-style-type:none;
}
.image_add_list li {
	margin:5px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	float:left;
}



.pageinput {
	width:95%;
	height:500px;
}
.albumdesc {
	height:300px;
}

.cleardiv {
	clear:both;
	float:none;
	height:1px;
	margin-bottom:-1px;
}

.front_calendar {
	width:480px;
	float:right;
}
.statement {
	margin-top:10px;
	margin-bottom:30px;
	padding-bottom:20px;
	float:left;
	width:360px;
	border-bottom: 1px solid #222222;
}
.statement h2 {
	text-align:center;
	padding:0px;
	margin:20px;
	font-size:16pt;
}
.statement p {
	text-align:center;
}
.splash {
	width:350px;
	height:220px;
	float:right;
	background:url(../images/splash_pic.jpg) no-repeat top center;
	margin: 20px 10px 10px 2px;
	overflow:hidden;
}
.front_blog_list {
	clear:left;
}
.blog_entries .entry {
	margin:4px;
}
.blog_entries .entry .entry_title {
	text-decoration:none;
	font-size:90%;
	margin-bottom:2px;
}
.blog_entries .entry .entry_date {
	font-size:85%;
	margin:0px 0px 8px 0px;
	padding:0px;
}
.blog_entries .entry .entry_content {
	margin:0px 0px 40px 0px;
}

.albums img {
	border:none;
	margin-right:10px;
	margin-bottom:10px;
}

.fightteam table, .fightteam td, .fightteam tr {
	border:none;
}
.fightteam table {
	margin:0px auto;
}
