@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #330000;
}
#page {
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navigation {
	width: 1000px;
	line-height: 30px;
	background-color: #2F1738;
	margin-bottom: 10px;
}
#navigation a:hover {
	color: #FFFF00;
}
#text {
	width: 530px;
	margin-right: 10px;
	float: left;
	background-color: #DDDDDD;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#images {
	width: 200px;
	float: left;
}
#facts {
	width: 210px;
	margin-right: 10px;
	float: left;
	background-color: #FFFF66;
	height: auto;
	padding: 10px;
}
h1 {
	font-size: 1.3em;
	margin: 0px;
	color: #660033;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.highlight {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -10px;
}
#content {
	margin-bottom: 30px;
}
#footer {
	clear: left;
	margin-top: 10px;
	float: right;
	width: 1000px;
	background-image: url(../images/footer.jpg);
	height: 30px;
	padding-left: 10px;
}
.footertext {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 35px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 15px;
	font-size: 1.2em;
}
.newstitle {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: -10px;
	color: #000000;
}
