﻿* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #fff;
	background: #606060 url(../Images/BG_Body.gif) repeat-x 0 0;
}

/* Elements */
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 25px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

img {
	border: none;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

ul {
	list-style: none;
}

ul.BulletList {
	margin: 0 0 20px 10px;
}

ul.BulletList li {
	margin-bottom: 4px;
	padding-left: 10px;
	background: url(../Images/Bullet_Circle.gif) no-repeat 0 5px;
}

/* Styles by Site Structure */
div.CenteringWrapper {
	width: 1200px;
	margin: 0px auto;
}

div.HeaderWrapper {
	float: left;
	width: 1200px;
	height: 154px;
	margin: 15px 0;
	background: url(../Images/BG_HeaderWrapper.gif) no-repeat right;
}

div.LogoHolder {
	float: left;
	width: 150px;
	height: 124px;
	padding: 30px 0 0 27px;
}
	

div.MiddleWrapper {
	float: left;
	width: 1190px;
	padding: 5px;
	background: #252324;
}

div.MainNavHolder {
	position: relative;
	float: left;
	width: 1190px;
	height: 104px;
	margin-bottom: 5px;
	background: #b8d462;
}

div.MainNavHolder li {
	display: block;
	float: left;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.MainNavHolder li a {
	display: block;
	float: left;
	height: 104px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.MainNavHolder li a:hover, div.MainNavHolder li a.active, div.MainNavHolder li a.active:hover {
	background-position: 0 -104px;
}

li.MainNav_Home, li.MainNav_Home a {
	top: 0;
	left: 0;
	width: 171px;
	background-image: url(../Images/MainNav_Home.gif);
}

li.MainNav_About, li.MainNav_About a {
	top: 0;
	left: 171px;
	width: 186px;
	background-image: url(../Images/MainNav_About.gif);
}

li.MainNav_Music, li.MainNav_Music a {
	top: 0;
	left: 357px;
	width: 182px;
	background-image: url(../Images/MainNav_Music.gif);
}

li.MainNav_Contact, li.MainNav_Contact a {
	top: 0;
	right: 0;
	width: 218px;
	background-image: url(../Images/MainNav_Contact.gif);
}

div.MainNavHolder li a span {
	display: none;
}

div.MainContentHolder {
	float: left;
	width: 1186px;
	padding: 2px;
	background: #fff;
}

div.MainContentHolder_Contact {
	float: left;
	width: 1146px;
	height: 528px;
	padding: 32px 22px;
	font-size: 18px;
	background: #070707 url(../Images/L2Image_Contact.jpg) no-repeat right;
}

div.MainContentHolder_Contact p {
	line-height: 24px;
}

div.HomeContent_Left {
	float: left;
	width: 983px;
}

div.HomePromoHolder01 {
	float: left;
	display: inline;
	width: 518px;
	margin-right: 5px;
}

div.HomeNewsBox {
	position: relative;
	float: left;
	width: 430px;
	height: 565px;
	padding: 10px 0 10px 10px;
	border: 10px solid #000;
	color: #999;
	background: #fff;
}

div.HomeNewsBox div {
	float: left;
	width: 365px;
	height: 498px;
	padding-right: 65px;
	overflow: auto;
}

div.HomeNewsBox h2 {
	color: #000;
}

div.HomeNewsBox a {
	color: #70803e;
	text-decoration: underline;
}

span.LastUpdated {
	position: absolute;
	top: 38px;
	left: 150px;
}

div.HomeContent_Right {
	float: left;
	width: 183px;
	height: 585px;
	padding: 10px;
	background: #fff;
}

table.IconTable {
	width: 183px;
}

table.IconTable td {
	vertical-align: middle;
	text-align: center;
	padding: 8px 0;
}

div.IconWrapper {
	float: left;
	width: 1200px;
	background: #fff;
}

div.IconWrapper table.IconTable {
	width: 1200px;
}

div.IconWrapper table.IconTable td {
	width: 20%;
}

div.IconHolder {
	float: left;
	width: 183px;
	margin-bottom: 10px;
}

div.L2ContentLeft01 {
	float: left;
	display: inline;
	width: 491px;
	height: 508px;
	margin-right: 5px;
	padding: 30px 0px 50px 20px;
	background: #000;
	/*overflow: auto;*/
}

div.L2ContentLeft01 div {
	float: left;
	width: 461px;
	height: 441px;
	padding-right: 30px;
	overflow: auto;
}

div.L2ContentHolderRight01 {
	float: left;
	width: 670px;
	height: 588px;
}

div.L2ContentRight_Music {
	background: #000 url(../Images/L2Image_Music.jpg) no-repeat 0 0;
}

div.L2ContentRight_Music {
	width: 488px;
	height: 558px;
	padding: 30px 0 0 182px;
	background: #000 url(../Images/L2Image_Music.jpg) no-repeat 0 0;
}

div.L2ContentRight_Music h2 {
	font-size: 36px;
	line-height: 42px;
}

div.FooterWrapper {
	float: left;
	width: 1136px;
	padding: 10px 27px;
	margin-bottom: 50px;
	font-size: 11px;
	color: #bbb;
}