html, body {
	height: 100%;
}
body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #7d0000;
}
body {
	background-color: #f1b300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border:none;
}
a:link {
	color: #c01e2e;
}
a:visited {
	color: #c01e2e;
}
a:hover {
	color: #ff0019;
}
a:active {
	color: #ff0019;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -360px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 360px; /* .push must be the same height as .footer */
}
#flashHeader {
	background-color: #FFF;
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 230px;
	text-align: center;
}
#contents {
	background-color: #F1B300;
	background-image: url(images/contentsBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}
#contentsContainer {
	width: 790px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: top;
}
#contentsMenu {
	width: 220px;
	margin: 0px;
	vertical-align: top;
}
#contentsBody {
	width: 565px;
	margin: 0px;
	float: right;
	background-image: url(images/contentsBodyBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-bottom: 25px;
	padding-top: 0px;
}
#contentsBody h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	text-align: right;
	color: #FFF;
	font-weight: normal;
	margin-top: 0px;
}
#footer {
	text-align: center;
	clear: both;
	background-image: url(images/footerBg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 360px;
}
#footerContainer {
	padding: 0px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerLeft {
	/* background-image: url(images/footerLeftBg.gif);
	background-repeat: no-repeat;
	background-position: right center; */
	height: 70px;
	width: 220px;
}
#footerRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 565px;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 20px;
}
