* {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	background: #ffffff;
	color: inherit;
}

body, th, td {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style-type: square;
}

hr {
	display: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

#header {
	background: url('header_bg.gif') bottom repeat-x;
	height: 143px;
}

#header h1 {
	float: left;
	width: 416px;
	margin-top: 40px;
}

#header p {
	float: left;
	width: 220px;
	margin: 76px 0px 0px 18px;
	color: #666666;
	font-size: 12px;
}

#footer {
	background: url('footer_bg.gif');
	height: 134px;
	border-top: 1px solid #820000;
}

#footer p {
	background: url('copyright.gif');
	width: 612px;
	height: 87px;
	margin-top: 25px;
}

#footer p span {
	display: none;
}

#menu {
	background: url('menu_bg.gif') #820000 repeat-x;
	color: inherit;
}

#menu ul {
	float: right;
}

#menu li {
	display: block;
	float: left;
	list-style-type: none;
	background: url('menu_item.gif');
	width: 99px;
	height: 30px;
	padding-top: 9px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#menu hr, .clear {
	display: block;
	visibility: hidden;
	clear: both;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #820000;
}

#menu a:focus, #menu a:hover, #menu a:active {
	text-decoration: underline;
	color: #820000;
}

#body {
	background: #820000;
	color: inherit;
}

.outline {
	width: 740px;
	margin: 0px auto 0px auto;
}

.content {
	float: left;
	background: url('content.gif');
	width: 239px;
	margin-left: 5px;
	color: #cccccc;
}

.c1 {
	background: url('c1.gif') no-repeat;
}

.c2 {
	background: url('c2.gif') bottom no-repeat;
	padding: 0px 20px 20px 15px;
}

.content h2 {
	width: 204px;
	padding-top: 12px;
	margin-bottom: 15px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.content h3 {
	clear: both;
	width: 194px;
	padding: 3px 5px;
	margin-bottom: 10px;
	background: #1c1c1c;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.content dl {
	margin-bottom: 10px;
}

.content li {
	margin: 0px 0px 5px 15px;
}

.content .player {
	display: block;
	padding-bottom: 10px;
}

.players h2 a:link, .players h2 a:visited {
	display: block;
	width: 204px;
	color: #000000;
}

.players h2 a:focus, .players h2 a:hover, .players h2 a:active {
	display: block;
	width: 204px;
	color: #000000;
}

.players h3 {
	width: 204px;
	padding: 0px;
}

.players h3 a:link, .players h3 a:visited {
	display: block;
	width: 194px;
	padding: 3px 5px;
	color: #cc0000;
}

.players h3 a:focus, .players h3 a:hover, .players h3 a:active {
	display: block;
	width: 194px;
	padding: 3px 5px;
	text-decoration: underline;
	color: #cc0000;
}

.players p.recruitment {
	clear: both;
	border-top: 1px solid #333333;
	margin-top: 5px;
	padding-top: 5px;
	text-align: right;
}

.player dt {
	margin-bottom: 5px;
	font-weight: bold;
}

.player dd {
	margin-bottom: 5px;
}

.player dt.name {
	float: left;
	width: 50px;
	height: 20px;
	border-bottom: 1px dotted #333333;
}

.player dd.name {
	float: left;
	width: 154px;
	height: 20px;
	border-bottom: 1px dotted #333333;
}

.player dt.boty {
	float: left;
	width: 50px;
	height: 20px;
	border-bottom: 1px dotted #333333;
}

.player dd.boty {
	float: left;
	width: 40px;
	height: 20px;
	border-right: 1px solid #333333;
	border-bottom: 1px dotted #333333;
}

.player dt.gender {
	float: left;
	width: 50px;
	height: 20px;
	padding-left: 10px;
	border-bottom: 1px dotted #333333;
}

.player dd.gender {
	float: left;
	width: 53px;
	height: 20px;
	border-bottom: 1px dotted #333333;
}

.player dt.history {
	clear: both;
}

.player dd.history {
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
}

.player dt.comment {
}

.player dd.comment {
	padding-bottom: 5px;
	border-bottom: 1px dotted #333333;
}

.player dt.website {
	float: left;
	width: 50px;
}

.player dd.website {
	float: left;
	width: 151px;
}

