@charset "utf-8";
body {
	font-size: 12px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #0c0c0c;
	margin: 0px;
	background-image: url(img/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#wrapper {
	width: 830px;
	background-color: #000000;
	padding-top: 5px;
	background-image: url(img/wrapper-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #000000;
	background-position: center top;
}
#logo {
	width: 800px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
#content {
	background-color: #000000;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainCell {
	color: black;
	background-color: #fff;
	width: 780px;
	position: static;
	float: left;
	overflow: auto;
	min-height: 325px;
	padding: 15px;
	background-image: url(img/maincell-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	font-size: 11px;
	text-align: center;
	clear: both;
	width: 810px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #000000;
	color: #CCCCCC;
	letter-spacing:2px;
	font-variant: small-caps;
}
#indexImage {
	width: 100%;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#indicia {
	font-size: 9px;
	text-align: center;
	clear: both;
	margin-top: 10px;
}
#indicia a:link {
	font-weight: bold;
	text-decoration: none;
}
#indicia a:hover {
	font-weight: bold;
	text-decoration: none;
}
#indicia a:visited {
	font-weight: bold;
	text-decoration: none;
}
#indicia a:active {
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
#bottomMenu a:link {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
#bottomMenu a:active {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	color: #333333;
	font-size: 22px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing:3px;
}
h2 {
	color: #333333;
	font-size: 19px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing:3px;
}
h3 {
	color: #333333;
	font-size: 16px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing:3px;
}
h4 {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing:3px;
}
