/* CSS Document */

body {
	padding-top: 0px;
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	letter-spacing: 1px;
}


/*General Styles*/
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size:120%;
}
a:hover {
	color:#330000;
	text-decoration: underline;
	font-size:120%;
}

.clear{clear:both;}

p{	margin: 10px 0px 20px 0px;line-height: 1.2em;font-size: 100%;}
h2 {line-height:1.3em; font-size:150%;}
.red {color:#F00; font-weight:bold;}

#wrapper {
	width:807px;
	height:auto;
	margin: auto auto;
	z-index:1;
}
/*Image sprite navigation*/
#nav {
	background-image:url(images/menusprite.gif);
	width:807px; height:74px;
	margin:0;
	padding:0;	
}
#menu {
	width:807px;
	height:74px;
}

#nav li span { display: none;}
#nav li { width: auto; float:left; list-style:none; position:relative; }
#nav li, #nav a { height:43px; display:block; margin:0; padding:0; }


#nav a:link .text {display:none;}
#nav a:hover .text1 {display:inline; position:absolute; height:20px; width:400px; top:54px; left:25px; color:#fff; font-size:80%; }
#nav a:hover .text2 {display:inline; position:absolute; height:20px; width:400px; top:54px; left:-15px; color:#fff; font-size:80%; }
#nav a:hover .text3 {display:inline; position:absolute; height:20px; width:400px; top:54px; left:-125px; color:#fff; font-size:80%; }

li#home { padding-top:8px; padding-bottom:23px; padding-left:18px; padding-right:1px; width:123px; }
li#news { padding-top:8px; padding-bottom:23px; padding-left:1px; padding-right:1px; width:125px; }
li#music { padding-top:8px; padding-bottom:23px; padding-left:1px; padding-right:1px; width:124px; }
li#tour { padding-top:8px; padding-bottom:23px; padding-left:1px; padding-right:1px; width:126px; }
li#gallery { padding-top:8px; padding-bottom:23px; padding-left:1px; padding-right:1px; width:132px; }
li#contact { padding-top:8px; padding-bottom:23px; padding-left:1px; padding-right:18px; width:130px; }

#home a:hover {background:url(images/menusprite.gif) -19px -80px no-repeat; padding:0px;}
#news a:hover {background:url(images/menusprite.gif) -141px -80px no-repeat; padding:0px;}
#music a:hover {background:url(images/menusprite.gif) -268px -80px no-repeat; padding:0px;}
#tour a:hover {background:url(images/menusprite.gif) -394px -80px no-repeat; padding:0px;}
#gallery a:hover {background:url(images/menusprite.gif) -522px -80px no-repeat; padding:0px;}
#contact a:hover {background:url(images/menusprite.gif) -658px -80px no-repeat; padding:0px;}



#headertop {
	background-image:url(images/headertop.gif);
	background-repeat:no-repeat;
	width:807px;
	height:16px;	
}

#header {
	width:807px;
	background-image:url(images/header.gif);
	background-repeat:repeat-y;
}
#rightheader {
	text-align: center;
	width: 440px;
	float: right;
	margin-right: 15px;
}

/*Header Content*/
#welcome {
	width:340px;
	float:left;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	text-align:center;
}

#welcome p{
	text-align:center;
	color:#fff;
	margin-left: 0px;
}
#welcome h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}

#badges {
	width: 325px;
	float:left;
	display:inline;
	margin-left: 10px;
}
#badges p{
	display:inline;
	float:left;	
	width:auto;
}
#badges img{
	position:static;
	float: left;
	display: inline;
	width: 64px;
	height: 64px;
}

.badgelink{
	float:right;
	color:#FFFFFF;
	text-decoration: none;
	width:auto;
}

.badgelink a:hover{
	color:#330000;
	text-decoration: underline;
}

#middle {
	background-image:url(images/middle.gif);
	background-repeat:no-repeat;
	width:807px;
	height:17px;
}

#middle2 {
	background-image:url(images/middle2noline.gif);
	background-repeat:no-repeat;
	width:807px;
	height:18px;
}

#content {
	background-image:url(images/contentnoline.gif);
	background-repeat:repeat-y;
	width:807px; height:auto;
} 

.anchor {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}


#main {
	width:720px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align:center;
}

#left {
	float:left;
	width:320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
table.sortable a {
	font-size:100%;
}

#footer {
	background-image:url(images/footernoline.gif);
	background-repeat:no-repeat;
	width:807px;
	height:auto;
}
#footer p{
	color:#FFFFFF;
	height:58px;
	width:807px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	font-size:80%;
}
#footer a{
	font-size:80%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color:#999999;
	text-decoration: underline;
	font-weight: bolder;
}
#footer img {
	float:right;
	width:150px;
	border:0px;
	position:absolute;
	bottom:15px; right:40px;
}
	
