body {
	background-color: #000000;
	font-family: "Trebuchet MS", arial, helvetica, verdana;
	font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: .2em;
	}

	#header {
	width: 100%;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: CC6600;
	}
	
	#footer {
		background-color: #dddddd;
		width: 100%;
		height: 40px;		
	}
	
	#flashcontent {
		width: 100%;
		height: 640px;		
	}
	
	
/* header */



#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	padding: 0;
	display: inline;
	background: none;
}

#header a {
	display: block;
	float: left;
	height: 20px;
	font-size: 80%;
	font-weight: normal;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC6600;
}

#header b {
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
