/* TubeTunnel CSS Style
   Ricky Hewitt
   6th Feb 2009 */
   
body {
	background-color: #1F2C3F;
	text-align: center;
}

a {
	color: green;
	text-decoration: none;
	}
	
a:hover {
	color: #595;
	}
	
ul li {
	list-style: none;
	}

.indented a {
	padding-left: 24px;
	}

.header {
    background: #CCCFCC url(header.png) no-repeat top left;
    /*position: absolute;*/
    top: 0px;
    margin: 0 auto;
    width: 75%;
    height: 50px;
    border: 1px #3F5F35 solid;
    border-bottom: 1px black solid;
    font: 9pt courier;
    color: black;
    text-align: right;
    padding-right: 16px; padding-top: 10px;
    }
	
.content {
	font: 10pt Verdana;
	color: black;
	margin: 0 auto;
	text-align: left;	
	background-color: #EEE;
	width: 75%;
	border-left: 1px #3F5F35 solid;
	border-right: 1px #3F5F35 solid;
	padding-left: 16px;
	}
	
.footer {
	font: 10px Verdana;
	color: black;
	height: 16px;
	margin: 0 auto;
	width: 75%;
	background-color: #DDD;
	border: 1px #3F5F35 solid;
	border-top: 1px black solid;
	padding: 1px 8px 1px 8px;
	text-align: center;
	}
