html, body {
	height:100%;
} 

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #53301a;
}

#wrapper{
	position:relative;
	margin: 0 auto;
	width:999px;
	height:600px;
	text-align:left;
	visibility: visible;
	background-image: url(../images/BG_page.jpg);
}

#pageHead {
	position:relative;
	left:0px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:998px;
	height:116px;
	z-index:14;
}
#archive {
	position:absolute;
	left:15px;
	top:169px;
	width:243px;
	height:391px;
	z-index:15;
}
#about {
	position:absolute;
	left:15px;
	top:127px;
	width:233px;
	height:28px;
	padding: 3px 0px 0px 10px;
	z-index:16;
	background-image: url(../images/button-BG.jpg);
}
#content {
	position:absolute;
	left:295px;
	top:127px;
	width:681px;
	height:457px;
	z-index:17;
}
#reviewWrapper {
	position:absolute;
	left:0;
	top:0;
	width:662px;
	height:100%;
	padding-right:5px;
	z-index:1;
}
/*#musicReview {
	position:absolute;
	width:431px;
	height:55px;
	z-index:6;
	overflow: hidden;
}*/
#disclaimer  {
	position:absolute;
	left:10px;
	top:570px;
}
.floatLeft  { 
	float:left;
	padding-right: 8px;
}
.columnHead {
	font-size: 18px;
	color: #006633;
	text-align:left;
}

.storyHead {
	font-size: 18px;
	font-weight: bold;
	color: #53301a;
}

a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #666666;
}

a.nav:link {
	font-size: 18px;
	font-weight:normal;
	color: #006633;
	text-decoration: none;
}

a.nav:visited {
	font-size: 18px;
	font-weight:normal;
	color: #006633;
	text-decoration: none;
}

a.nav:hover {
	font-size: 18px;
	font-weight:normal;
	color: #663300;
	text-decoration: none;
	
}

a.nav:active {
	font-size: 18px;
	font-weight:normal;
	color: #663300;
	text-decoration: none;
}
