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;
	text-align:left;
	/*visibility: visible;*/
	background-image: url(../images/BG_page.jpg);
}

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

#contentContainer {
	position:relative;
	width:975;
	padding:12px 20px 10px 20px;
	text-align:left;
}
#pageHead {
	position:relative;
	left:0px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:999px;
	height:136px;
	z-index:14;
}

#nav {
	position:absolute;
	left:9px;
	top:109px;
	width:981px;
	height:23px;
	z-index:14;
}

#btnHome {
	position:absolute;
	left:175px;
	top:0px;
	width:57px;
	height:23px;
	z-index:2;
}
#btnSongs {
	position:absolute;
	left:280px;
	top:0px;
	width:55px;
	height:22px;
	z-index:1;
}
#btnBio {
	position:absolute;
	left:349px;
	top:0px;
	width:39px;
	height:23px;
	z-index:1;
}
#btnPress {
	position:absolute;
	left:378px;
	top:0px;
	width:84px;
	height:23px;
	z-index:1;
}
#btnReviews {
	position:absolute;
	left:509px;
	top:0px;
	width:219px;
	height:23px;
	z-index:1;
}
#btnLinks {
	position:absolute;
	left:757px;
	top:0px;
	width:64px;
	height:23px;
	z-index:1;
}
#headline {
	position:absolute;
	left:40px;
	top:149px;
	width:475px;
	height:28px;
	z-index:15;
}
#linksPhoto {
	position:absolute;
	left:623px;
	top:25px;
	width:322px;
	height:219px;
	z-index:1;
}

.floatLeft {
	float: left;
	padding-right: 8px;
}

.floatRight {
	float: right;
	padding-left: 8px;
}

.columnHead {
	font-size: 26px;
	color: #006633;
	text-align:left;
}

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

input, textField, textarea, select {
	background-color:transparent;
}
input.transparent {background-color:transparent;}

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: 22px;
	font-weight:normal;
	color: #006633;
	text-decoration: none;
}

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

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

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