@charset "utf-8";
#wrapper {
	margin: auto;
	width: 900px;
	background: #000000;
	min-height:662px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 0px;
	position: relative;
}
#header {
	width: 100%;
}
#naviBar {
	background: url(../images/navBarBackground.jpg) no-repeat;
	position: relative;
	height: 24px;
	width: 900px;
	text-align: center;
	color: #ffcc66;
	padding: 3px 0px 0px;
	top: -2px;
	
}

#content {
	margin: 15px auto auto;
	width: 850px;
	font-size: .9em;
}
.sectionHeading {
	font-size: 1.1em;
	color: #FFCC66;
}



body {
	background: #666666 url(../images/greyBackgroundFade.jpg) repeat-x;
}
#naviBar a:link {
	text-decoration: none;
	color: #FFCC66;
}
#naviBar a:visited {
	text-decoration: none;
	color: #FFCC66;
}
#naviBar a:hover {
	text-decoration: none;
	color: #D99300;
}
#naviBar a:active {
	text-decoration: none;
	color: #FFCC66;
}

#content a:link {
	text-decoration: none;
	color: #FFCC66;
}
#content a:visited {
	text-decoration: none;
	color: #FFCC66;
}
#content a:hover {
	text-decoration: none;
	color: #D99300;
}
#content a:active {
	text-decoration: none;
	color: #FFCC66;
}

.clickHereImage {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.smallCopy {
	font-size: .8em;
}
