/* CSS Document */

body {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	background-color: #000000;
}


a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 } 
 
a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
a:hover {
	color: #ff4000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 


#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #646464;
	background-color: #000000;
	margin-top: 15px;
	margin-bottom: auto;
	text-align: center;

}

#flashcontent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff4000;
	width:780px;
	height:100px;
}

#content {
	padding: 0px;
	width: 720;
	background-color: #000000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


#footer {
	background-color: #040f22;
	height: 50px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff4000;
}

.image {
	width: 200px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	font-weight:bold;

}

