/* TubeTunnel CSS Style
   Ricky Hewitt
   6th Feb 2009 */
   
body {
	background-color: #000022;
	text-align: center;
}

a {
	color: #ff9922;
	text-decoration: none;
	}
	
a:hover {
	color: #ff6611;
	}
	
ul li {
	list-style: none;
	}

.indented a {
	padding-left: 24px;
	}

.header {
    background: #333333 url(header.png) no-repeat top left;
    /*position: absolute;*/
    top: 0px;
    margin: 0 auto;
    width: 75%;
    height: 50px;
    border: 1px gray solid;
    font: 9pt courier;
    color: white;
    text-align: right;
    padding-right: 16px; padding-top: 10px;
    }
    
.header_ad {
	/*position: absolute;*/
	margin: 0 auto;
	height: 16px;
	background-color: #000022;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
	width: 75%;
	text-align: center;
	padding: 0px 8px 16px 8px;
	}
	
.header_lu {
    position: absolute;
    margin: 0 auto;
    height: 16px;
    text-align: left;
    }
	
.content {
	font: 10pt Verdana;
	color: white;
	margin: 0 auto;
	text-align: left;	
	background-color: #000022;
	width: 75%;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
	padding-left: 16px;
	}
	
.footer {
	font: 10px Verdana;
	color: white;
	height: 16px;
	margin: 0 auto;
	width: 75%;
	background-color: #444;
	border: 1px gray solid;
	padding: 1px 8px 1px 8px;
	text-align: center;
	}
