@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 0px;
}
#logo {
	padding-bottom: 12px;
	height: 80px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	height: 26px;
	background-color: #000000;
}
#navline {
	height: 1px;
	background-color: #FF9900;
	background-image: url(../../../../images/navigationline.jpg);
}
#content {
	margin-top: 20px;
	padding-top: 0px;
}
#flashcontent {
	margin-top: 20px;
	padding-top: 0px;
	height: 680px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	background-color: #000000;
}
#aboveColumns {
	float: left;
	width: 740px;
	margin-left: 20px;
	display: inline;
}

#leftColumn {
	float: left;
	width: 440px;
	margin-left: 20px;
	display: inline;
}
#leftColumn2 {
	float: left;
	width: 320px;
	margin-left: 50px;
	margin-top: 20px;
}
#rightColumn {
	float: right;
	width: 260px;
	margin-right: 10px;
}
#rightColumn2 {
	float: right;
	width: 300px;
	margin-right: 20px;
	margin-top: 20px;
}
#contentInside {
	float: left;
	width: 720px;
	margin-left: 20px;
	display: inline;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FF9900;
	padding-bottom: 3px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;
	font-size: small;
}
td {
	color: #FF9900;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	color: #FF9900;
	text-align: left;
}
a {
	color: #FF9900;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

.imageLeft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.more {
	text-align: left;
	color: #FF9900;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
