/* CSS Document */

a:link {
	text-decoration: none;
	color: #FFFF00;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
body {
	background-color: #000000;
}
body,td,th {
	color: #FFFF00;
}
#container{
margin: 0 auto;
width: 800px;
}
#head {
height: 150px;
width: 800px;
border: 1px #3e3e3e solid;
background-image: url(img/h1.jpg);}
#menu{
width: 170px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 8px;
float: right;
border: 1px #b0b0b0 solid;
text-align: justify;
}
#Content {
width: 600px;
border: 1px #888888 solid;
margin-top: 0px;
padding-left: 0px;}
#nav {
list-style: none;
}

#nav a {
	font: 12px/30px sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 30px;
	background-image: url(img/m1.jpg);
	margin-top: 1px;
	margin-left: -40px;
	padding-left: 10px;
}


* html #nav a {
width: 160px;
}

#nav a:hover {
background-image: url(img/m2.jpg);
}

#current a{
background-color: #0000bb;
text-transform: capitalize;
text-decoration: underline;}

#vid {
height: 240px;
width: 600px;
border: 1px #3e3e3e solid;
}
#footer {
	height: 22px;
	background-image: url(img/ft.jpg);
}
#perf {
	height: 22px;
	background-image: url(img/ft.jpg);
}
