/* CSS Document */

/* MAIN BODY FORMATING */
a:link {
	text-decoration:none;
	color:#663333;
	font-weight:bold;
	}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#663333;
	}
a:active {
	font-weight:bold;
	color:#000000;
	}
a:hover {
	text-decoration: none;
	color:#996600;
	}
a:link.lightColor {
	text-decoration: none;
	color:#99CCFF;
	font-weight:bold;
	}
a:visited.lightColor {
	text-decoration: none;
	font-weight: bold;
	color:#99CCFF;
	}
a:active.lightColor {
	font-weight:bold;
	color:#FFFFFF;
	}
a:hover.lightColor {
	text-decoration: none;
	color:#0066FF;
	}
body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 13px;	
	color: #333333;
	background-image:url(images/bgTile.jpg);
	background-attachment:fixed;
	margin:0;
	padding:0;
	border:0;
	}

/* PRIMARY PAGE DIVISIONS */
div#container	{
	margin:auto;
	width:800px;
	}
/* Container used to create "fake" space around main
area so that we can overlap areas */
div#header	{
	margin:auto;
	overflow:hidden;
	width:710px;
	height:230px;
	border:none;
	background-image:url(images/topBorder.png);
	}
div#menu	{
	margin:auto;
	min-height:40px;
	overflow:hidden;
	width:710px;
	border:none;
	background-color:#FFFFFF;
	text-align:center;
	}

div#main	{
	margin:auto;
	overflow:hidden;
	border:none;
	width:710px;
	background-color:#FFFFFF;
	}
div#footer	{
	margin:auto;
	overflow:hidden;
	width:710px;
	height:150px;
	border:none;
	}
div#credits	{
	margin:auto;
	margin-bottom:20px;
	overflow:hidden;
	width:710px;
	text-align:center;
	font-size:smaller;
	color:#FFFFFF;
	}

/* SECONDARY PAGE DIVISIONS - (BIOS) */
span#bio_picture	{
	float:left;
	width:290px;
	height:320px;
	margin-left:0px;
	position:absolute;
	z-index:1;
	}
span#bio_description {
	float:right;
	width:400px;
	padding-left:15px;
	font-size:14px;
	line-height:1.5em;
	position:relative;
	margin-right:40px;
	border-left-style:dotted;
	border-left-color:#336699;
	}
span#bio_menu	{
	float:right;
	width:350px;
	padding-left:15px;
	position:relative;
	margin-right:40px;
	margin-top:40px;
	margin-bottom:40px;
	border-left-style:dotted;
	border-left-color:#993300;
	font-style:italic;
	line-height:1.5em;
	}

/* SECONDARY PAGE DIVISIONS - (ARCHIVES) */
span.archive_year	{
	float:left;
	padding:10px;
	font-size:20px;
	position:relative;
	margin-left:150px;
	}
span.archive_season	{
	float:left;
	padding:10px;
	border-left-style:dotted;
	border-left-color:#336699;
	line-height:1.5em;
	position:relative;
	}	
span.archive_links	{
	float:left;
	padding-left:30px;
	padding:10px;
	line-height:1.5em;
	position:relative;
	}	

/* EXTRA FORMATTING */
p.menu_text	{
	margin-left:60px;
	margin-right:60px;
	margin-top:10px;
	}
p.body_text	{
	text-align:justify;
	line-height:1.5em;
	margin-left:80px;
	margin-right:80px;
	}
#header_mod	{
	margin-left:80px;
	margin-top:30px;
	margin-bottom:-5px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	}
li	{
	list-style-type:square;
	margin-left:0px;
	}
ul#arrow	{
	list-style-image:url(images/bulletArrow.png);
	margin-left:440px;
	margin-top:20px;
	line-height:1.5em;
	padding:0;
	border:0;
	}