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

body { margin: 0px; padding: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;}

img { border:0; background:none;}

h1 {
	padding: 5px;
	text-align: center;
	font-weight: normal;
	background-image: url(image/blackTape.jpg);
	font-variant: small-caps;
}

h2 {
	font-weight: normal;
	padding: 5px;
	color: #fff;
	text-align: center;
	background-image: url(image/tilew.png);
	-moz-box-shadow:inset 0 0 10px #000;
	-webkit-box-shadow:inset 0 0 10px #000;
	box-shadow:inset 0 0 10px #000;
	font-size: medium;
}
h3 {
	font-weight: normal;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	text-align: center;
	color: #fff;
	background-color:#000;
	padding: 5px;
}

li {
	list-style-image:url(image/bullet.gif);
	margin:5px;
}

#frames {
	margin: 0px;
	overflow-y:hidden;
	scrolling-x: no;
	}
	
#frames a {
	color:#FFF;
	text-decoration:none;
	background-color: #000;
	padding: 0 10px 0 10px;
	}
#frames a:hover {
	color:#000;
	background-color: #FFF;
}
	
#index {
	background: url(image/bckgrd-pipes.gif) fixed repeat-x 0px 68px #000;
	margin: 0;	padding: 0;
	color: #fff;
	overflow-y:hidden; scrolling-x: no;
}

#window {
	position: absolute;
	left: 600px;
	top: 100px;
	width: 100%;
	height: 450px;
	color: #FFF;
	margin-right: 50px;
}

#banner {
	background: url(image/blackTape.jpg);
	width: 100%;
	position: fixed;
	height: 68px;
	left: 0px;
	top: 0px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	left: 5px;
	top: 550px;
}

#footer img {
	margin-right: 5px;
}


/* tv navigation */


#TVsets {
	float: left;
	position: absolute;
	top: 68px;
	left: 0px;
}
#radio {
	position: absolute;
	left: 348px;
	top: 140px;
}
#quest {
	position: absolute;
	left: 238px;
	top: 221px;
}
#comics {
	position: absolute;
	left: 88px;
	top: 204px;
}
#music {
	position: absolute;
	left: 332px;
	top: 252px;
}
#news {
	position: absolute;
	left: 190px;
	top: 69px;
}
#film {
	position: absolute;
	left: 198px;
	top: 306px;
}
#photos {
	position: absolute;
	left: 440px;
	top: 127px;
}
#services {
	position: absolute;
	left: 299px;
	top: 395px;
}
#contact {
	position: absolute;
	left: 421px;
	top: 418px;
}
#art {
	position: absolute;
	left: 478px;
	top: 282px;
}
#links {
	position: absolute;
	left: 107px;
	top: 385px;
}


/* Styles */

blink {
	text-decoration: blink;
	font-size: 24px;
	font-weight: bold;
}
.tileBkgd {
	background-image: url(image/tilew.png);
	-moz-box-shadow:inset 0 0 20px #000;
  	-webkit-box-shadow:inset 0 0 20px #000;
  	box-shadow:inset 0 0 20px #000;
}
.border {
	border: 2px outset #000;
}
.center {
	text-align:center;
	margin: auto;
}
.right {
	text-align:center;
}

.bigger {
	font-size: x-large;
}
.smaller {
	font-size: x-small;
}
.black {
	background-color: #000;
	padding: 5px;
}

