@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

a img {border: none; }

a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

.single {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bolder;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	height: 818px;
	width: 1153px;
	margin:0px auto;
	padding: 0px;
	background-repeat: no-repeat;
	top: 0px;
	z-index: 1;
}

#header{
	height: 220px;
	width: 1050px;
	position: relative;
	top: 16px;
	left: 51px;
	z-index: inherit;
}
#nowOut {
	height: auto;
	width: 700px;
	position: absolute;
	top: 260px;
	margin-left: -350px;
	left: 50%;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
}
#nowOut a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #000000;
}

#nowOut a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FD6D91;
}
#nowOut a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #000000;
}
.biotext {
	position: relative;
	height: 500px;
	width: 500px;
	left: 440px;
	top: 50px;
	background-color: #003399;
}

.contact-form {
	height: 325px;
	width: 425px;
	position: relative;
	left: 385px;
	top: 55px;
}

.gallery {
	height: 434px;
	width: 395px;
	position: relative;
	left: 377px;
	top: 88px;
}
.myspace {
	height: 430px;
	width: 312px;
	position: relative;
	top: 168px;
	left: 0px;
	display: inline;
	z-index: 2;
}
.music-player {
	height: 270px;
	width: 290px;
	display: inline;
	top: 170px;
	left: 60px;
	position: relative;
	z-index: 6;
}

.bg-home {
	background-image: url(../../images/site/bgs/bg_home.jpg);
	background-repeat: no-repeat;
}
.bg-gallery {
	background-image: url(../../images/site/bgs/bg_gallery.jpg);
	background-repeat: no-repeat;
}
.bg-bio {
	background-image: url(../../images/site/bgs/bg_bio.jpg);
	background-repeat: no-repeat;
}
.bg-store {
	background-image: url(../../images/site/bgs/bg_store_runnin.jpg);
	background-repeat: no-repeat;
}
.bg-contact {
	background-image: url(../../images/site/bgs/bg_contact.jpg);
	background-repeat: no-repeat;
}


#leftcol {}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF6699;
	display: inline;
	position: absolute;
	z-index: 9;
	left: 10px;
}
.josh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF6699;
	float: right;
	display: inline;
	position: relative;
	margin-right: autopx;
	right: 10px;
}

#footer {
	height: auto;
	width: 1153px;
	position: relative;
	z-index: auto;
	float: bottom;
	top: 145px;
}
