@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#D6D3DE;
	min-width: 850px;
	background-color: #000000;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #9a9593;
	text-decoration: underline;
}

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

/************* divs and components **************/


#header {
	width:100%;
	height:200px;
	text-align: center;
	}
	
#topleft {
	position:relative;
	display:block;
	}

img.topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
	
#topright {
	position:relative;
	display:block;}

img.topright {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	}
	
#nav {
	height: 69px;
	margin-top: 0px;
	position: relative;
	z-index: 2;
	background-image: url(images/nav.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}

#wrap {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width:850px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	}
	
#left {
	float:left;
	width:65%;
	}
	
#full {
	width:100%;
	}
	
.vid {
	text-align: center;
	}
	
#right {
	float:right;
	width:35%;
	}
	
#main {
	margin: 15px 20px 5px 20px;
	font-size: .75em;
	
	}

#main_right {
	margin: 15px 20px 5px 20px;
	font-size: .75em;
	}
	
#footer {
	min-width:850px;
	clear:both;
	margin-top: 50px;
	text-align:center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-transform: uppercase;
	font-size: .65em;
	height: 64px;
	}
	
#buttons {
	min-width:850px;
	margin-top: 0px;
	text-align:center;
	}
	
#text {
	display:block;
	position: absolute;
	top: 590px;
	font-size: 90%;
	left: 15%;
	width: 650px;
	z-index: 1;
	}

		
#slug {
	position:relative;
	display:block;
	}

.slug {
	position: absolute;
	top: 450px;
	left: 75%;
	width: 200px;
	z-index: 1;
	}

/*-------menu mouseovers------*/


a.home span {
 display: none;
}

a.home {
 display: block;
 width: 104px;
 height: 69px;
 background-image: url(images/home.jpg);
}

a.home:hover {
 background-image: url(images/home_roll.jpg);
}

a.about span {
 display: none;
}

a.about {
 display: block;
 width: 116px;
 height: 69px;
 background-image: url(images/about.jpg);
}

a.about:hover {
 background-image: url(images/about_roll.jpg);
}

a.news span {
 display: none;
}

a.news {
 display: block;
 width: 224px;
 height: 69px;
 background-image: url(images/newsshows.jpg);
}

a.news:hover {
 background-image: url(images/newsshows_roll.jpg);
}

a.store span {
 display: none;
}

a.store {
 display: block;
 width: 135px;
 height: 69px;
 background-image: url(images/store.jpg);
}

a.store:hover {
 background-image: url(images/store_roll.jpg);
}

a.photos span {
 display: none;
}

a.photos {
 display: block;
 width: 141px;
 height: 69px;
 background-image: url(images/photos.jpg);
}

a.photos:hover {
 background-image: url(images/photos_roll.jpg);
}

a.videos span {
 display: none;
}

a.videos {
 display: block;
 width: 127px;
 height: 69px;
 background-image: url(images/videos.jpg);
}

a.videos:hover {
 background-image: url(images/videos_roll.jpg);
}
