body {
	margin: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	text-align: center;
}
a {
	color: #9A0034;
	text-decoration: underline;
}
a:hover {
	color: #505050;
}
table {
	font-size: 1em;
}
#container {
	font-size: 1.3em;
	position: relative;
	width: 800px;
	height: 600px;
	margin: 10px auto;
	/*border: 2px solid #000;*/
	background: #fff;
	text-align: left;
}
#header {
	position: relative;
	height: 99px;
	background: #9A0034;
	border-bottom: 3px solid #000000;
}
#header h1 {
	margin: 0;
	padding: 0;
	height: 99px;
	width: 377px;
	text-indent: -9999px;
	position: absolute;
	background: url(../images/top_center.gif);
	top: 0px;
	left: 200px;
}
#content {
	margin: 70px 50px 10px 200px;
	clear: both;
}
#content h3 {
	color: #990033;
	text-indent: -100px;
	font: italic bold 1.7em times;
}
#navigation {
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: #9A0034;
	border-top: 3px solid #000;
}
#navigation ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	font-size: 1.2em;
	color: #fff;
	float:  left;
}
#navigation li.border {
	padding-top: 13px;
	}
#navigation li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 13px;
}
#navigation li a:hover, #navigation li a.active {
	background: #000000;
}
#contactlink {
	margin-left: 200px;
}