body {
	background-color: #000000;
	background-image: url(../images/back.jpg);
	color: #E6E6E6;
	font-family: "Trebuchet MS", sans-serif;
	line-height: 1.8em;
	}
#container {
	width: 750px;
	margin: 0 auto;
	}
	
#header{
	width: 850px;
	height: 446px;
	background-image: url(../images/header.png);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#vertinav {
	width: 150px;
	float: left;
	line-height: 1.5em;
	}
#vertinav ul {
	list-style: none;
	display: inline;  
	}
#vertinav li a{
	margin-left: 6px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	}
#vertinav li a:hover {
	border-left: 3px solid #CC6600;
	}
#vertinav .select {
	border-bottom: 1px solid  #CC6600;
	}

#navigation {
	width: 100%;
	height: 2px;
	text-align: left;
	background-color: #CC6600;
	}

#footer {
	width: 100%;
	text-align: right;
	background-color: #CC6600;
	text-align: center;
	clear: both;
	padding: 0px 10px 5px 10px;
	height: 20px;
	vertical-align: &ugrave;
	}
.footer_text {
	font-size: 0.9em;
	color: #000000;
	}
.footer_text a {
	text-decoration: none;
	color: #800000;
	}
.footer_text a:hover {
	color: #FFFFFF;
	}
	

h1 {
	margin: 10px 0 0 10px;
	font-size:2.0em;
	color:#CC6600;
	}

h2 {
	margin: 0 0 10px 25px;
	font-size:1.8em;
	color:#E6E6E6;
	}
	
.navigation_header {
	font-size:1.5em;
	color:#CC6600;
	margin:0px;
	}
	
	
#content {
	width: 599px;
	float: right;
	padding: 10px 0px 0px 0px;
	}
.band {
	overflow: auto;
	vertical-align: top;
	margin: 30px 0px 0px 0px;
	padding-top: 3px;
	border-top: 3px solid #CC6600;
	}	
.live {
	overflow: auto;
	vertical-align: top;
	margin: 30px 10px 10px 10px;
	padding: 10px;
	border-top: 1px solid #CC6600;
	border-right: 1px solid #CC6600;
	text-align: center;
	}	
.spacerline {
	width: 100%;
	height: 6px;
	background-color: #000000;
	}
	
p {
	color:#FFFFFF;
	margin: 0 5px 20px 5px;
	text-align: justify;
	}
	
a {
	color: #E6E6E6;
	text-decoration: none;
	font-style: italic;
	}
	
a:hover {
	color: #CC6600;
	text-decoration: none;
	}
	

/* ////////////////////////////////////////////////////////// global classes */
.myBox {
	padding: 5px;
	}
.thumbs {
	margin: 3px;
	}	
.borderOn {
	border: 1px solid #999999;
	}
.ta-justify {
	text-align: justify;
	}
.ta-left {
	text-align: left;
	}
.ta-right {
	text-align: right;
	}
.ta-center {
	text-align: center;
	}
.floatleft {
	float: left;
	}	
.floatright {
	float: right;
	}	
.floatleftPad {
	float: left;
	padding: 5px 10px 5px 0px;
	}	
.floatrightPad {
	float: right;
	padding: 5px 0px 5px 10px;
	}	

	
