html, body {
	height: 100%;
}
body {
	background-color: #3B2D28;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	background-image: url(../images/headerbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 265px;
}
#menu {
	background-image: url(../images/menubg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	height: 60px;
	text-align: center;
}
#menu a, #footermenu a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#contentcontainer {
	position: relative;
	margin-top: 0px;
	height: 100%;
	background-image: url(../images/contentbg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#content {
	padding: 0 125px 0;
	min-height: 200px;
}
#footer {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/footerbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
div.moduletable {
	margin-bottom: 20px;
}
div.moduletable-background {
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}
h1, .contentheading {
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	margin: 0 0 10px;
}
h2 {
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
.jev_help {
	display: none;
}