html, body {
    	height: 100%;
}

body{ margin: 0 auto;
      background-color:#000;
      font-family: Arial, Helvetica, san-serif;
      color: #333;
}

html>body{ font-size: small; }

/********** General styles **********/

h1, h2, h3, h4, h5{ color: #333; margin: .5em 0 }

.hidden { visibility: hidden;}

img{ border:none; }

a { color: #8d7c27; font-weight:normal; }
a:visited { font-weight:normal;}
a:hover { color: #a69023; text-decoration: underline; }

/********** Header **********/

#name2{
	position: absolute;
	margin: 0 auto;
	width: 893px;
	height: 100px;
	background: transparent url("../img/bg_2nd.gif") top center no-repeat;
	top: 0;
	left: 50%;
	padding: 0;
	margin-left: -451px;
	margin-right: auto;
	z-index:1;	
	}	

#name2 h2{
	float: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: none;
	height: 100px;
	width: 893px;
	display: block;
	}
	
#name2 h2 a{
	display: block;
	width: 893px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
#headertext{
	position: relative;
	padding:0;
	margin: 23px 0px 0px 15px;
	float: left;
	color: #b5a735;
	font-size: 14px;
	font-family: Georgia;
	}
	
#headertext a{
    color: #b5a735;
    font-weight: bold;
    text-decoration: none;
}

#headertext a:hover{
    color: #c4b647;
    text-decoration: underline;
}

#headertext a:visited{
    color: #b5a735; 
}

/*********** Content ***********/

#mainbox2{
	margin: 0 auto;
	width: 884px;
	background-color: #e8e8e3;
	}

#wrapper
	{	
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: right;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	padding: 100px 0px 15px 0px;
	margin: 0 auto;
	}
/*\*/
#wrapper
	{
	margin: 0 auto;
	display: block;
	}
/* end easy clearing */

#block_1
	{
	float: left;
	width: 175px;
	background-color: #e8e8e3; 
	}
	
/*********** Navigation ***********/

#nav{
	margin: 0;
	padding: 0;
	width: 175px;
	height: 400px;
}
	#nav li{
		list-style: none;
		margin: 0; padding: 0;
	}
		#nav li a{
			display: block;
			text-decoration: none;
			text-indent: -1000px;
		}
#nav #nav-home{
	background: url(../img/nav.gif) no-repeat 0 0;
	height: 14px;
	width: 175px;
}
	#nav #nav-home a{
		height: 14px;
	}
	#nav #nav-home a:hover, #Home #nav #nav-home{
		background: url(../img/nav.gif) no-repeat -175px 0;
	}
#nav #nav-who{
	background: url(../img/nav.gif) no-repeat 0 -14px;
	height: 20px;
	width: 175px;
}
	#nav #nav-who a{
		height: 20px;
	}
	#nav #nav-who a:hover, #Who #nav #nav-who{
		background: url(../img/nav.gif) no-repeat -175px -14px;
	}
#nav #nav-what{
	background: url(../img/nav.gif) no-repeat 0 -34px;
	height: 20px;
	width: 175px;
}
	#nav #nav-what a{
		height: 20px;
	}
		#nav #nav-what a:hover, #What #nav #nav-what{
			background: url(../img/nav.gif) no-repeat -175px -34px;
		}
#nav #nav-listen{
	background: url(../img/nav.gif) no-repeat 0 -54px;
	height: 20px;
	width: 175px;
}
	#nav #nav-listen a{
		height: 20px;
	}
		#nav #nav-listen a:hover, #Listen #nav #nav-listen{
			background: url(../img/nav.gif) no-repeat -175px -54px;
		}
#nav #nav-where{
	background: url(../img/nav.gif) no-repeat 0 -74px;
	height: 20px;
	width: 175px;
}
	#nav #nav-where a{
		height: 20px;
	}
		#nav #nav-where a:hover, #Where #nav #nav-where{
			background: url(../img/nav.gif) no-repeat -175px -74px;
		}
#nav #nav-friends{
	background: url(../img/nav.gif) no-repeat 0 -94px;
	height: 20px;
	width: 175px;
}
	#nav #nav-friends a{
		height: 20px;
	}
		#nav #nav-friends a:hover, #Friends #nav #nav-friends{
			background: url(../img/nav.gif) no-repeat -175px -94px;
		}
#nav #nav-reachout{
	background: url(../img/nav.gif) no-repeat 0 -114px;
	height: 20px;
	width: 175px;
}
	#nav #nav-reachout a{
		height: 20px;
	}
		#nav #nav-reachout a:hover, #Reachout #nav #nav-reachout{
			background: url(../img/nav.gif) no-repeat -175px -114px;
		}
#nav #nav-famous{
	background: url(../img/nav.gif) no-repeat 0 -134px;
	height: 20px;
	width: 175px;
}
	#nav #nav-famous a{
		height: 20px;
	}
		#nav #nav-famous a:hover, #Famous #nav #nav-famous{
			background: url(../img/nav.gif) no-repeat -175px -134px;
		}
#nav #nav-bookme{
	background: url(../img/nav.gif) no-repeat 0 -154px;
	height: 20px;
	width: 175px;
}
	#nav #nav-bookme a{
		height: 20px;
	}
		#nav #nav-bookme a:hover, #Bookme #nav #nav-bookme{
			background: url(../img/nav.gif) no-repeat -175px -154px;
		}
#nav #nav-favorites{
	background: url(../img/nav.gif) no-repeat 0 -174px;
	height: 20px;
	width: 175px;
}
	#nav #nav-favorites a{
		height: 20px;
	}
		#nav #nav-favorites a:hover, #Favorites #nav #nav-favorites{
			background: url(../img/nav.gif) no-repeat -175px -174px;
		}
#nav #nav-chat{
	background: url(../img/nav.gif) no-repeat 0 -194px;
	height: 20px;
	width: 175px;
}
	#nav #nav-chat a{
		height: 20px;
	}
		#nav #nav-chat a:hover, #Chat #nav #nav-chat{
			background: url(../img/nav.gif) no-repeat -175px -194px;
		}

/*********** End Navigation ***********/		
		
#block_2
	{
	float: left;
	width: 420px;
	margin: 0px 0px 10px 20px;
	background-color: #e8e8e3;
	}
#block_3
	{
	float: left;
	width: 220px;
	margin: 0px 10px 10px 20px;
	background-color: #e8e8e3;
	}
	
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */	
	
/*********** Footer ***********/
	
#footer {  
	background:#000 url("../img/footer_bg.gif") top center no-repeat;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 22px;
	color: #b9b12f;
	padding-top: 85px;
	margin: 0 auto;
	width: 884px;
	text-align: center;
	clear: both;
	}

#footer a:link, #footer a:visited, #footer a:hover { 
	color: #999999;
	text-decoration: none; 
	}

#footer a:hover { 
	color: #b9b12f;
	text-decoration: underline; 
	}
	
#footer .item-on { 
	color: #b9b12f;
	font-weight: bold; 
	}
	
#footer .copyright { 
	color: #4d4c4c;
	font-size: 11px;
	}	
	
#footer .developer { 
	color: #79213e;
	font-size: 11px; 
	}
	
#footer .developer a:link, #footer .developer a:visited, #footer .developer a:hover { 
	color: #79213e;
	font-size: 11px; 
	}	