@charset "UTF-8";

body {
	background-image: url(../images/background.jpg);
	background-position: center center;
}
#container {
	background-image: url(../images/containerBackground.png);
	height: 636px;
	width: 760px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 30px;
	background-repeat: no-repeat;
	padding: 7px;
	float: none;
	behavior: url(iepngfix.htc);
}
#main {
	height: 610px;
	width: 499px;
	float: left;
	background-repeat: no-repeat;
}
#content {
	font-size: 13px;
	color: #390504;
	text-align: center;
	height: auto;
	width: 479px;
	margin: 0px;
	padding-top: 230px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#content p {
	line-height: 18px;
}
#navigation {
	width: 250px;
	float: right;
	height: 200px;
	background-image: url(../images/navbackground.jpg);
	text-transform: uppercase;
	color: #7C0000;
	font-size: 14px;
	text-align: center;
	line-height: 17px;
	padding: 0px;
}
#navigation a {
	color: #6f0b07;
	text-decoration: none;
}
#navigation a:hover {
	color: #100000;
}
#navigation ul {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation li {
	list-style-type: none;
}
#module {
	float: right;
	height: 200px;
	width: 250px;
	margin-top: 5px;
}
#module   ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 200px;
	width: 250px;
}
#module li {
	height: 200px;
	width: 250px;
}
#footer {
	float: left;
	height: 20px;
	width: 760px;
	font-size: 11px;
	text-align: left;
	margin-top: 7px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFF00;
	text-decoration: none;
}
.red {
	color: #D00000;
}
.gray {
	color: #666666;
}
