@charset "UTF-8";

A:link {
	text-decoration: underline;
	color: #FFCC99;
}
A:visited {
	text-decoration: underline;
	color: #FFCC99;
}
A:active {
	text-decoration: none;
	color: #FFCC99;
}
A:hover {
	text-decoration: none;
	color: #FFCC99;
}
body {
	background-color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC99;
	margin: 0px;
}
#wrapper {
	width: 1024px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 690px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#mainContent {
	padding-top: 10px;
	padding-left: 250px;
	line-height: 22px;
	padding-right: 200px;
	height: 300px;
}
#copyright {
	font-size: 10px;
	color: #999;
	text-align: center;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}
#facebook {
	padding-top: 200px;
	font-style: italic;
	text-align: center;
}
#forNavTable {
	height: 346px;
	width: 1024px;
	float: left;
	margin-bottom: 10px;
}
#header {
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 200px;
	font-size: 36px;
	line-height: 200px;
}
#topNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFCC99;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: normal;
	font-variant: normal;
}
#infoBox {
	font-size: 12px;
	text-align: center;
	color: #FFCC99;
	line-height: 130%;
}
.bold {
	font-weight: bold;
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}

