/******   H3    */

body {
background:#ffffff url(images/tvbg.jpg) no-repeat fixed top center;
	color:#eeeeee;
	font-family: "Minion Pro Med", Tahoma, "Times New Roman", Times, serif;
	margin:0px;


} 
a:link, a:visited, a:active{color:#eeeeee;}
a:hover{color:#eeeeee;text-decoration:none;}
#nav {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #ccc;
	border-bottom: 1px solid #999;
	z-index:1;
	position:fixed;
	width:900px;
	top:0;
	
	}

#nav li { 
	float: left;
	margin: 0;
	padding: 0;
	list-style:none;
	}

#nav a {
	float: left;
	display: block;
	padding: 6px 30px 6px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	background: #ccc url(images/slant.gif) no-repeat top right;
	}

#nav #nav-1 a {
	padding-left: 20px;
	}

#nav a:hover {
	color: #a4321c;
	}