/********************************************************
* IE 6 HACKS
********************************************************/
* html #header_wrap ul {
	margin: 106px 0 0 180px;
}
/********************************************************
* Global Rules
********************************************************/
body {
	background: #fff url(../_img/build/bg.gif) repeat-x center top;
	margin: 0 0 0 0;
}
img {
	border: 0;
}
#global_container {
	width: 950px;
	margin: 0 auto 0 auto;
}
h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #014336;
	background: url(../_img/build/line_950.gif) bottom left repeat-x;
	padding: 2px 0 8px 5px;
	margin: 30px 0 0 0;
}
sup {
	text-transform: uppercase;
}
div.clear {font-size: 0px; clear: both; line-height: 0px; margin: 0; padding: 0px; height: 0px;}
/********************************************************
* Global Content
********************************************************/
#global_content {
	width: 950px;
	min-height: 466px;
	overflow:hidden;
	background: url(../_img/build/content_bg.gif) no-repeat;
}
#split_left {
	display:inline;
	width: 605px;
	float: left;
	margin:0 -605px 0 0;
}
#split_right {
	display:inline;
	width: 315px;
	float: right;
}
hr{
	margin:15px 0;
	height:1px;
	border:0;
	background:#16bfd8;
}
/********************************************************
* Global Footer
********************************************************/
#footer_wrap {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	width: 925px;
	height: 42px;
	background: url(../_img/build/footer_plate.jpg) no-repeat;
	float: left;
	clear: both;
	padding: 13px 15px 0 10px;
	margin: 30px 0 30px 0;
}
#footer_wrap strong {
	background: #fff600;
	padding: 1px;
}
#footer_wrap ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer_wrap ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer_wrap ul li a {
	float: left;
	margin: 0 0 0 10px;
	list-style: none;
	color: #fff;
}

#nav {
	clear: both;
}

/********************************************************
* Global Header
********************************************************/
#header_wrap {
	background: url(../_img/build/header_plate.jpg) no-repeat;
	width: 950px;
	height: 147px;
}
#header_wrap ul {
	list-style: none;
	margin: 106px 0 0 362px;
	padding: 0 0 0 0;
	float: left;
}
#header_wrap li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

/* @ startNAV */
	#nav_home a {
		width: 98px;
		height: 37px;
		display: block;
		background: url(../_img/build/nav_blog.gif) top;
		text-indent: -9000px;
	}
	#nav_home a:hover {
		background-position: bottom;
	}
	#nav_home a.active {
		background-position: bottom;
	}
	#nav_music a {
		width: 99px;
		height: 37px;
		display: block;
		background: url(../_img/build/nav_music.gif) top;
		text-indent: -9000px;
		margin: 0 0 0 25px;
	}
	#nav_music a:hover {
		background-position: bottom;
	}
	#nav_music a.active {
		background-position: bottom;
	}
	#nav_artwork a {
		width: 125px;
		height: 37px;
		display: block;
		background: url(../_img/build/nav_artwork.gif) top;
		text-indent: -9000px;
		margin: 0 0 0 25px;
	}
	#nav_artwork a:hover {
		background-position: bottom;
	}
	#nav_artwork a.active {
		background-position: bottom;
	}
	#nav_information a {
		width: 166px;
		height: 37px;
		display: block;
		background: url(../_img/build/nav_information.gif) top;
		text-indent: -9000px;
		margin: 0 0 0 40px;
	}
	#nav_information a:hover {
		background-position: bottom;
	}
	#nav_information a.active {
		background-position: bottom;
	}
