* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg_1.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font: .9em/1.5 Georgia, 'Lucida Grande',sans-serif;
}
ul {
	list-style-type: none;
}
a{
	color: #0084b4;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#button {
	width: 213px;
	height: 93px;
	position: relative;
	left: 650px;
	top: 85px;
	background: transparent url(../images/redbutton.jpg) no-repeat bottom;
}
#button:hover {
	background-image: url(../images/redbutton_on.jpg);
}
#button a{
	width: 213px;
	height: 93px;
	display: block;
}
a span{
	position: absolute; left: -999em;
}


#wrapper {
	border: 0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 100%;
}
#content {
	border: 0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 960px;
}
#topnav {
	background: url(../images/topnav.png) no-repeat;
	height: 30px;
	width: 960px;
	padding: 0;
	margin: 0;
}

#hdr {
	background: url(../images/mainhdr.png) no-repeat;
	height: 425px;
	width: 960px;
	padding: 0;
	margin: 0;
}

.container{
	border: 0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 868px;
}
#stepone p, #steptwo p, #stepthree p{
	color: #000000;
	font: 14px/19px Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 110px 20px 5px 20px;
	text-align: left;

}
#stepone {
	float: left;
	width: 289px;
	height: 236px;
	background: url(../images/stepone.jpg) no-repeat;

}

#stepthree {
	float: right;
	width: 290px;
	height: 236px;
	background: url(../images/stepthree.jpg) no-repeat;

}

#steptwo {
	float: left;
	width: 288px;
	height: 236px;
	background: url(../images/steptwo.jpg) no-repeat;
}

#footer {
	height: 112px;
	background: #a2a2a2 url(../images/footer.jpg) repeat-x;
}
#footer p{
	padding-top: 15px;
	text-align: center;
}

#tops {
	float: left;
	width: 434px;
}

#recent {
	float: left;
	height: 1%; /* Holly hack for Peekaboo Bug */
	margin: 0;
	width: 434px;
}

hr {
	background: transparent;
	visibility: hidden;
	height: 40px;
	clear: both;
}

/* navigation  */
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navcontainer {
	margin-left: 660px;
}

//* navigation  */
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#navcontainer {
	margin-left: 660px;
}

/* song boxes */

.songbox {
	width: 433px;
	height: 158px;
	background-image: url(../images/songbox.jpg);
	}
.songbox p{
	color: #000000;
	font: 15px/21px Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 35px 20px 5px 30px;
	text-align: left;
}
.songbox img, .profile img {
	margin: 5px;
	float: left;
	border: 1px solid black;
	background: transparent;
}
.profile img {
	margin-bottom: 290px;
}
.songbox:hover {
	background-image: url(../images/songboxhover.jpg);
}

/* secondary pages */

#topnavtwo {
	background: url(../images/topnavtwo.png) no-repeat;
	height: 30px;
	width: 960px;
	padding: 0;
	margin: 0;
}
#info {
	background: url(../images/logonbg.png) no-repeat;
	height: 395px;
	width: 867px;
	border: 0;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
.information  {
	width: 400px;
	padding: 40px 0px 0px 50px;
}
.profile {
	width: 770px;
	padding: 0px 0px 0px 50px;
}
.center  {
	text-align: center;
}

/* secondary pages */
#infocontain {
	width: 867px;
	margin: 0 auto;
}
#infotop {
	width: 867px;
	height: 44px;
	background: url(../images/secondary_top.png);
	background-repeat: no-repeat;
}
#infomid {
	width: 867px;
	background: url(../images/secondary_mid.png) repeat;
}
#infobot {
	width: 867px;
	height: 57px;
	background: url(../images/secondary_bot.png) no-repeat;
}
#infologo {
	width: 400px;
	height: 163px;
	float: right;
	background: url(../images/secondary_logo.png) no-repeat;
}
#player {
	margin: 0px 0px 0px 100px;
}

