#title {
	font-family: "Myriad Web", "Myriad Condensed Web", "sans-serif";
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
	padding-top: 45px;
}

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

#leftColumn {
	float: left;
	width: 196px;
	height: 374px;
	background: url(../images/interior_leftCol_bg.jpg) 0 0 no-repeat;
}

#menuContainer {
	width: 134px;
	height: 328px;
	margin-top: 4px;
}

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

#menuContainer a {
	display: block;
}

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

/*
.featuredMenu a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.featuredMenu a:hover {
	text-decoration: underline;
}
*/

.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;
}


#rightColumn {
	float: left;
	width: 828px;
}

#contentContainer {
	width: 625px;
	margin: 65px 0 0 20px;
}

.blueBar {
	width:100%;
	height:10px;
	margin: 10px 0 10px 0;
	background-image:url(../images/blue_bar.gif); background-repeat:repeat-x;
}

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

#topContent .featuredMenu {
	margin: 0 0 0 25px;
}

#introContent {
	float: left;
	width: 55%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
	font-family: "Myriad Web", "Myriad Condensed Web", "sans-serif";
	font-size: 12px;
	 width: 704px;
	 height: 66px;
	 background-color: #fff;
	 padding: 10px 0 10px 0;
}

.eventBox {
	margin-bottom: 30px;
}

#countryTitle {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 30px;
	font-weight: bold;
	color: #996600;
}

#rockinTitle {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	color: #000000;
	font-size: 30px;
}

#fab50Title {
	font-family: 'Times New Roman', "Times", "serif";
	color: blue;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

#extremeTitle {
	font-family: 'Times New Roman', "Times", "serif";
	color: red;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

#bluesMenu {
	list-style:none;
	margin-left: 10px;
	padding-bottom: 10px;
}

#bluesMenu a:hover {
	text-decoration: underline;
}

.bulletList {
	list-style-type: disc;
	margin-left: 20px;
}
