/*  Layout  */
body {
	margin: 0;
	padding: 0;
	background: url("images/bg.jpg") fixed center no-repeat;
	background-color: #a6a6b6;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

body /* Internet Explorer */
{
	text-align: center;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
} 

#maincontainer {
	width: 935px;
	height:615px;
	background-image:url(images/contentbg.png);
	margin-left:auto;
	margin-right:auto;
}

#backgroundimage {
	background-image:url(images/homebannerbg.png);
	background-repeat:no-repeat;
	background-position:center;
	height:321px;
	width: 875px;
	text-align:center;
}

#header {
	text-align:center;
	padding-top: 20px;
	
}

#content{
	text-align:left;
	padding-top:50px;
	color:#FFFFFF;
	font-size:12px;
	width: 800px;
	height:460px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content p{
	margin:0 0 0 0;
}

.contentheader {
	font-size:30px;
}

.contentsublinks {
	font-size:16px;
}

#music{
	text-align:center;
	height:95px;
	background-image:url(images/musicbg.jpg);
	background-repeat:repeat-x;
	padding-top:2px;
}

#contenttop{
	text-align:center;
	width: 875px;
}

#innerheader {
	text-align:center;
	width: 875px;
}

#navigation
{
	text-align:center;
	font-family: Californian FB;
	vertical-align:middle;
	border-spacing:0;
	height:28px;
	padding-top: 5px;
}

#menu_inner
{
	background: url("images/menubg.jpg") repeat-x;
	text-align:center;
	height: 30px;
	width: 900px;
	margin-right:10px;
	margin-left:10px;
	font-family: Californian FB;
	font-size: 14px;
	color: #09007a;
	vertical-align:middle;
	padding-top: 15px;
}



#content_inner {
	font-family: Georgia;
	font-size: 11px;
	width: 873px;
	font-weight:bold;
	color: #000000;
	text-align:left;
}

.content_textbox {
	padding-right:10px;
}

#divider {
	text-align:center;
}


A {
  color:#000000;
  text-decoration:underline;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

#content a {
  color:#FFFFFF;
  text-decoration:underline;
}

#content a:hover {
  color:#fe730e;
  text-decoration:underline;
}


#footer {
	padding-top:25px;
	margin-right:20px;
	margin-left:20px;
	text-align:center;
	font-size:9px;
}

#footer table{
width:784px;
}

#footer a {
	color:#000000;
	text-decoration:underline;
}

#footer a:hover {
  color: #AABBDD;
  text-decoration: underline;
}
