body {
	font: 13px/1.75 "arial", sans-serif;
	background: #d9e7e7 url("../images/main/body_bg.png")  repeat-x left top;
	color: #4d6269;
}

a {
	color:#25879a;
}

/*Containers 
================================================================================ */
#container {
	margin: 0 auto;
	width: 806px;
	height: expression('1%');
	background: url("../images/main/container-bg.png")  repeat-y center top;
}

#container2 {
	padding: 0;	
	height: expression('1%');
	background: url("../images/main/container2_bg.jpg") no-repeat center 89px;	
}


#header {
	background: url("../images/main/header_bg.png") no-repeat center top;
	width:806px;
	height:89px;
	margin: 0;
}

h1 {
	float: left;
	height: 89px;
	width: 351px;
	display: block;
	text-indent: -3000px;
}
	
h1 a {
	display: block;
	height: 38px;
	width: 245px;
	margin: 40px 0 0 59px;
}

/*Navigation
================================================================================ */
#nav {
	height: 89px;
	width: 455px;
	float: right;
	margin: 0;
	padding: 0;
}

#nav ul {
	margin-top: 59px;
	height: 16px;
}

#nav ul li {
	float: left;
	margin-left: 70px;
	height: 16px;
	line-height: 16px;
	display: inline;
	text-indent: -3000px;
}

#nav li a {
	display: block;
	height: 16px;
	width: 57px;
}

#nav li.home {
	width: 52px;
	background: url("../images/main/nav_home-bg.png") no-repeat center top;
}

#nav li.about {
	width: 57px;
	background: url("../images/main/nav_about-bg.png") no-repeat center top;
}

#nav li.music {
	width: 56px;
	background: url("../images/main/nav_music-bg.png") no-repeat center top;
}

#nav li.home:hover {
	background: url("../images/main/nav_home_hover-bg.png") no-repeat center top;
}

#nav li.about:hover {
	background: url("../images/main/nav_about_hover-bg.png") no-repeat center top;
}

#nav li.music:hover {
	background: url("../images/main/nav_music_hover-bg.png") no-repeat center top;
}

#nav ul li.checkout {
	text-indent: 0px;
	display: block;
	background: url("../images/main/cartlink_bg-2.png") no-repeat center top;
	height: 30px;
	width: 100px;
	margin: -62px 0 0 298px;
}

#nav ul li.checkout a {
	color:#fff;
	text-align: center;
	padding: 8px 0 0 9px;
	text-decoration: none;
}

#nav ul li.checkout a:hover{
	text-decoration: underline;
	}

/*Content
================================================================================ */
#content {
	width: 750px;
	margin: 84px 0 0 28px;
}

h2 {
	font: 25px/1.7 "georgia", serif;
	padding-bottom: 0.47em;
	font-style: italic;
	color: #ff4425;
	border-bottom: 1px solid #ff4425;
}

h2 a {
	color: #ff4425;
	text-decoration: none;
}

h3 {
	margin: 1.33em 0;
	font-size: 17px;
	font-weight: bold;
	color: #25879a;
}

#copy {
	width: 87%;
	padding: 0px 0 0 52px;
	}
	
#copy_body {
	width: 66%;
	border-right: 1px dashed #d9e7e7;
	padding-right: 12px;
	}

#photo {
	width: 200px;
	float: right;
}
		
#copy p {
	margin: 1.7em 0;
	display: block;
}

#copy ul {
	margin: 1.7em 0 1.7em 1.75em;
	display: block;
}


#content_footer {
	clear: both;
}

/*Footer 
================================================================================ */
#footer {
	font-family: "arial", sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
	color: #9bbebe;
	background: #d9e7e7 url("../images/main/footer_bg.png") center top no-repeat;
}

#footer p {
	padding: 24px 0 48px 0;
}

#footer a {
	text-decoration: underline;
	color: #9bbebe;
}

#footer a:hover {
	color: #25879a;	
}


td.buy_song,
th.buy_song ,
td.price,
th.price,
td#buy_album {
/*	display: none; */
}