/* BODY, general layout rules + center page */
body
{
	margin: 0;
	padding: 0;
	background: #062F4B;
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: white;
	line-height: 14px;
	
	text-align: center;
}

/* WRAPPER, centered column with pattern in background */
div#wrapper
{
	position: relative;
	left: -71px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	width: 510px;
	
	background: url(images/page.jpg) repeat-y top left;
}

/* SHADOW HIDERS, left and right divs partly hiding the shadow at the top of the page */
div.hideshadow
{
	position: absolute;
	top: 0;
	width: 30px;
	height: 210px;
}
div#shwl
{
	left: 0px;
	background: url(images/hide_shadow_left.jpg) no-repeat top left;
}
div#shwr
{
	right: 0px;
	background: url(images/hide_shadow_right.jpg) no-repeat top right;
}

/* DRAWER, side box containing albums */
div#drawer
{
	position: absolute;
	top: 156px;
	right: -113px;
	width: 142px;
	height: 502px;
}
div#drawer div#album_switcher
{
	width: 142px;
	height: 477px;
	overflow: hidden;
}
div#drawer div.album
{
	width: 132px;
	height: 148px;
	margin-bottom: 1px;
	
	padding: 5px;
	
	background: url(images/album_box.gif) repeat-x top left;
	
	font-family: tahoma;
	font-size: 10px;
}
div#drawer div.album a
{
	color: white;
	text-decoration: none;
}
div#drawer div.album a:hover
{
	text-decoration: underline;
}
div#drawer div.album a img
{
	border: 0;
	width: 132px;
	height: 132px;
}
div#drawer div#nav
{
	width: 142px;
	height: 25px;
	
	background: url(images/album_nav.gif) repeat-x top left;
}
div#drawer div#nav a
{
	display: block;
	float: right;

	height: 25px;
	width: 22px;
	
	background-repeat: no-repeat;
	background-position: top left;
	
	text-decoration: none;
}
div#drawer div#nav a.prev
{
	background-image: url(images/album_nav_prev.gif);
}
div#drawer div#nav a.next
{
	background-image: url(images/album_nav_next.gif);
}

/* PAGE, inner DIV containing main content and displaying header image */
div#page
{
	margin-left: 30px;
	margin-right: 30px;
	
	padding-top: 156px;
	
	background: url(images/header.jpg) no-repeat top left;
}

/* MENU, navigation bar */
div#menu
{
	height: 31px;
}
div#menu a
{
	display: block;
	float: left;
	height: 31px;
	width: 112px;
	
	background-repeat: no-repeat;
	background-position: top left;
}
div#menu a span
{
	display: none;
}

div#menu a.home
{
	background-image: url(images/nav_home_off.gif);
}
div#menu a.home:hover
{
	background-image: url(images/nav_home_on.gif);
}
div#menu a.artists
{
	width: 113px;
	background-image: url(images/nav_artists_off.gif);
}
div#menu a.artists:hover
{
	background-image: url(images/nav_artists_on.gif);
}
div#menu a.purchase
{
	width: 113px;
	background-image: url(images/nav_purchase_off.gif);
}
div#menu a.purchase:hover
{
	background-image: url(images/nav_purchase_on.gif);
}
div#menu a.contact
{
	background-image: url(images/nav_contact_off.gif);
}
div#menu a.contact:hover
{
	background-image: url(images/nav_contact_on.gif);
}

/* CONTENT, actual DIV containing text/graphics */
div#content
{
	padding: 15px;
	padding-top: 23px;
	
	min-height: 434px;
	
	text-align: justify;
}
* html div#content
{
	height: 434px;
}
div#content h1
{
	font-size: 12px;
	font-weight: bold;
	color: #79BCE9;
	
	margin-top: 0;
	margin-bottom: 11px;
}
div#content h1 a
{
	font-weight: bold;
	color: #79BCE9;
	text-decoration: none;
}
div#content p
{
	margin-top: 11px;
	margin-bottom: 11px;
	
	color: #ddd;
}
div#content a
{
	font-weight: bold;
	color: white;
}
div#content a:hover
{
	text-decoration: none;
	background: #579AC7;
	color: #062F4B;
}
div#content div.quickpic
{
	display: block;
	width: 75px;
	height: 75px;
	overflow: hidden;
	
	float: left;
	
	margin-right: 15px;
}
div#content div.quickpic img
{
	width: 75px;
}
div#content img.artistprofile
{
	float: left;
	margin-right: 15px;
	width: 200px;
}
div#content div.clearer
{
	clear: both;
	height: 0px;
	border: 0;
	font-size: 0;
}
div#content a.more
{
	color: #DDBE2A;
	text-decoration: none;
}
div#content a.more:hover
{
	background: #DDBE2A;
	color: black;
}
div#content .error
{
	background: #DDBE2A;
	color: black;
}
div#content form fieldset
{
	border: 0;
	border-top: 1px solid #DDBE2A;
}
div#content form fieldset legend
{
	font-size: 12px;
	font-weight: bold;
	color: #79BCE9;
	
	margin-top: 0;
	margin-bottom: 11px;
}
div#content form fieldset label
{
	display: block;
	float: left;
	clear: left;
	width: 150px;
	margin: 2px;
}
div#content form fieldset input, div#content form fieldset select, div#content form fieldset textarea
{
	width: 230px;
	margin: 2px;
	padding: 0;
}
div#content form fieldset .short
{
	width: 113px;
}

/* FOOTER, footer copyright and link box */
div#footer
{
	height: 36px;
	padding-top: 21px;
	
	text-align: center;
	
	background: url(images/footer.jpg) no-repeat top left;
}
div#footer p
{
	margin: 0;
	padding: 0;
	
	color: #7DA2BB;
	font-size: 9px;
}
div#footer a
{
	color: #7DA2BB;
	text-decoration: none;
}
div#footer a:hover
{
	text-decoration: underline;
}