* {
	margin: 0;
	float: none;
	padding: 0px;
}

body {
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat-x;
	background-color: #000000;
	background-image: url(../Images/Background.png);
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
}
#header {
	width: 920px;
	float: none;
	height: 100px;
	margin: 0px;
	border: 1px none #ccc;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../Images/banner2.png);
}
#navigation {
	float: left;
	width: 920px;
	color: #FFFFFF;
	padding: 0px;
	border: 1px none #ccc;
	margin: 0px;
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 678px;
 display: inline;
}
#footer {
	width: 900px;
	clear: both;
	color: #000000;
	border: 1px none #ccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-image: url(../Images/Background2.png);
	background-repeat: repeat-x;
}

.style2 {
        font-size: 14px;
        color: #FFFFFF;
}
.style3 {color: #FFFFFF}
.style5 {font-size: 24px; color: #FFFFFF; }
.style8 {font-size: 24px; color: #FFFFFF; font-weight: bold; }
.style9 {
	color: #CC6600;
	font-weight: bold;
}
.style11 {font-size: 24px; color: #FFCC66; font-weight: bold; }
.style12 {color: #FF9900}
a:link {
	color: #FFCC66;
	font-family: "Times New Roman", Times, serif;
}
a:visited {
	color: #FFCC66;
	font-family: "Times New Roman", Times, serif;
}

a:hover {
        text-decoration: none;
        color: #FF0000;
}

a:active {
        text-decoration: none;
}
