
body, html {
	font-family:Arial;
	background-color: #bae6ff;
	font-size: 12px;
	margin:0 auto;
	padding:0px;
	background:#bae6ff url(/images/shared/bg_body.jpg) center repeat-y;
}

#header {
	width:853px;
	height:108px;
	margin:0 auto;
	padding:0px;
	background: url(/images/shared/header_rainbow.jpg);
}
#shell {
	background:url(/images/shared/bg_body.jpg) repeat-y;
	width:853px;
	margin:0 auto;
		/*padding:0 7px 0 0;*/
}

img{
	border: none;
	outline: none;
}

#right_nav {
	float: right;
	background: none;
	width:141px;
	padding:0px;
}

#content {
	margin:0 175px -10px 44px;
	padding:0px;
	text-align: left;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color:#83c2eb;
	padding:0px;
	margin: 0px;
}

.artists {
	font-weight: bold;
	font-size:13px;
	color:#83c2eb;
}
.artists_pg {
	width:600px;
}
.bottom_logo{
	float:left;
	bottom: 0;
	z-index: 1000;
	margin-left:-135px;
	margin-bottom:5px;
	position: fixed;
}

a {
	text-decoration: none;
	color:#83c2eb;
}

a:hover {
	text-decoration: underline;
	color:#83c2eb;
}

.album_art{
	float: left;
	height:300px;
}

.album_details{
	margin-left:310px;
	height:300px;

}