html
{
background: #000000;
}



#wrapper{
	width:800px;
	height:800px;
	background:#ffffff;
	margin: 0 auto; 
	border-left: 8px solid #FFF;
	border-right: 8px solid #FFF;
	border-top: 8px solid #FFF;
	text-align:left;
}
  
#header{
	padding: 25px 0px 20px 40px;
	width: 760px;
	background:url(images/black_spacer.gif) repeat;
	}

#content{
	float: right;
	vertical-align:top;
	vertical-align:text-top;
	width: 600px;
	height:auto;
	margin: 0px;
	padding: 40px 30px 0px 0px;
	text-align:left;
}

#left_nav{
    float:left;
	width: 150px;
	text-align:center;
	height:auto;
	margin: 0px;
	padding: 60px 0px 20px 10px;
	font-size: 90%;
	background:url(images/white_spacer.gif) repeat;
}


#left_nav p{
	padding: 5px 0px 5px 0px;
}


#footer{
	clear: both;
	height:45px;
	width:780px;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 5px 10px;
	background:url(images/footer.gif) repeat;
	
}


body{
	text-align:left;
	font-family: Arial,sans-serif;
	color: #9d9d9d;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

.story{
	font-size: 90%;
}

a{
	color: #ee2225;
	text-decoration: none;
}

a:link{
	color: #9d9d9d;
 	font-weight: bold;
}

a:visited{
	color: #9d9d9d;
 font-weight: bold;
}

	
a:hover{
	color: #FF8800;
 	font-weight: bold;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 text-align:left;
 font-size: 160%;
 color: #FF8800;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #cc0083;
 margin: 0px;
 padding: 0px;
}



.pics a:link img, a:visited img {
	border-color: #999999;
	border-style: solid;
	border-width: thin;
}

.pics a:hover img {
	border-color: #FF8800;
	border-style: solid;
	border-width: thin;
}

.pics img {
	padding: 5px 5px 5px 5px;
	}


.site,
.site a:link,
.site a:visited
{
	color:#666666;
	font-size: 80%;
	font-weight:100;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.site a:hover
{
	color:#999999;
	font-size: 80%;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}


