#headerContainer {
	height: 216px;
	width: 1024px;
}

#mainContainer {
	width: 1024px;
	height: 100%;
	background: url(../images/index_left_bg.jpg) 0 0 no-repeat;
}

#leftColumn {
	float: left;
	width: 224px;
	height: 100%;
}

#menuContainer {
	width: 224px;
	height: 467px;
	margin-top: -3px;
}

#menuContainer div, #menuContainer a {
	width: 100%;
}

#menuContainer a {
	display: block;
}

#leftColumn .featuredMenu {
	margin: 6px 0 0 10px;
}

.featuredMenu li {
	width: 165px;
	height: 30px;
	text-align: center;
	margin: 2px 0;
}

.featuredMenu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background-color: #1A02C6;
}

.featuredMenu a:hover {
	background-color: #0028FB;
	color: #fff;
}

#contentContainer {
	float: left;
	width: 800px;
}

#topContent {
	width: 704px;
	height: 294px;
	margin-left: 96px;
	/* background-color: #fff; */
}

#topContent .featuredMenu {
	margin: 10px 15px 0 0;
}

#introContent {
	float: left;
	width: 70%;
	padding-top: 6px;
}

#flashScroller {
	width: 804px;
	height: 182px;
	background-color: #fff;
	margin-left: -4px;
}

#bottomContent {
	margin: 10px 0 0 96px;
}

div#button_home, div#button_home a {
	height: 48px;
}

div#button_home a {
	background: url(../images/index_home.jpg) 0 0 no-repeat;
}

div#button_home a:hover {
	background: url(../images/index_home.jpg) -224px 0 no-repeat;
}

div#button_about, div#button_about a {
	height: 56px;
}

div#button_about a {
	background: url(../images/index_about.jpg) 0 0 no-repeat;
}

div#button_about a:hover {
	background: url(../images/index_about.jpg) -224px 0 no-repeat;
}

div#button_featured, div#button_featured a {
	height: 50px;
}

div#button_featured a {
	background: url(../images/index_featured.jpg) 0 0 no-repeat;
}

div#button_featured a:hover {
	background: url(../images/index_featured.jpg) -224px 0 no-repeat;
}

div#button_blues, div#button_blues a {
	height: 47px;
}

div#button_blues a {
	background: url(../images/index_blues.jpg) 0 0 no-repeat;
}

div#button_blues a:hover {
	background: url(../images/index_blues.jpg) -224px 0 no-repeat;
}

div#button_celebrity, div#button_celebrity a {
	height: 64px;
}

div#button_celebrity a {
	background: url(../images/index_celebrity.jpg) 0 0 no-repeat;
}

div#button_celebrity a:hover {
	background: url(../images/index_celebrity.jpg) -224px 0 no-repeat;
}

div#button_bands, div#button_bands a {
	height: 58px;
}

div#button_bands a {
	background: url(../images/index_bands.jpg) 0 0 no-repeat;
}

div#button_bands a:hover {
	background: url(../images/index_bands.jpg) -224px 0 no-repeat;
}

div#button_specialty, div#button_specialty a {
	height: 48px;
}

div#button_specialty a {
	background: url(../images/index_specialty.jpg) 0 0 no-repeat;
}

div#button_specialty a:hover {
	background: url(../images/index_specialty.jpg) -224px 0 no-repeat;
}

div#button_custom, div#button_custom a {
	height: 58px;
}

div#button_custom a {
	background: url(../images/index_customized.jpg) 0 0 no-repeat;
}

div#button_custom a:hover {
	background: url(../images/index_customized.jpg) -224px 0 no-repeat;
}

div#button_bookit, div#button_bookit a {
	height: 38px;
}

div#button_bookit a {
	background: url(../images/index_bookit.jpg) 0 0 no-repeat;
}

div#button_bookit a:hover {
	background: url(../images/index_bookit.jpg) -224px 0 no-repeat;
}

#footer {
	font-size: 12px;
	width: 704px;
	height: 66px;
	background-color: #fff;
/*	float: left; */
	padding-left: 96px;
	padding-top: 10px;
}

