@charset "utf-8";

body {
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	}
a {
	text-decoration: underline;
	}
a:link {
	color: #0000cc;
	}
a:visited {
	color: #cc00cc;
	}
a:hover {
	color: #cc0000;
	}

div#container {
	margin: 0px auto;
	width: 940px;
	text-align: left;
	}
h1 {
	padding-top: 13px;
	background-image: url(../images/h1.jpg);
	width: 940px;
	height: 300px;
	position: relative;
	}
h1 span {
	color: #a7aa37;
	font-size: 175%;/* temporary */
	font-weight: normal;
	display: block;
	width: 20em;
	height: 1em;
	position: absolute;
	left: 55px;/* temporary */
	top: 35px;/* temporary */
	}
div#content ul#menu {
	background-image: url(../images/bg_menu.png);
	background-position: 368px 0px;
	list-style: none;
	}
/* Start clear fix */
div#content ul#menu:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	color: #FFFFFF;
	}
div#content ul#menu {
	zoom: 1;
	}
/* End clear fix */
div#content ul#menu li {
	font-size: 1px;
	line-height: 1px;
	float: left;
	height: 49px;
	}
div#content ul#menu li.about {
	width: 152px;
	}
div#content ul#menu li.details {
	width: 216px;
	}
div#container p {
	margin-top: 1em;
	line-height: 1.75;
	}
dl dd.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 69%;
	}
div#footer {
	margin-top: 20px;
	border-top: solid 10px #623ea5;
	height: 65px;
	}
div#footer p {
	margin-top: 9px;
	}
div#footer p img {
	margin-left: 24px;
	widht: 222px;
	height: 32px;
	float: left;
	display: inline;
	}
div#footer p span {
	padding-right: 11px;
	font-size: 75%;
	line-height: 32px;
	widht: 640x;
	height: 32px;
	float: right;
	}

