body {
	background-color: black;
	margin: 0;
	padding: 0;
	color: White;
	font-size: .80em;
	font-family: "AvantGarde Md BT", "Century Gothic", Verdana, "MS Sans Serif";
}

div {
	/*border: 1px solid white;*/
}

img {
	border: 0;
	margin: 0;
}

a {
	margin: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#body {
	width: 800px;
	height: 557px;
	margin: 20px auto 3px;
	
	background: Black url( '/images/main_background.jpg' ) bottom right no-repeat;
}

div#copyright {
	width: 800px;
	margin: 10px auto 0;
	font-size: 0.855em;
	vertical-align: bottom;
	text-align: right;
	color: #8fb47b;
	clear: both;
}

div#copyright a {
	color: #8fb47b;
}

div#logo {
	width: 273px;
	height: 48px;
	margin-top: 20px;
	background: Black url( '/images/title.png' ) top left no-repeat;
	clear: none;
	float: left;
}

div#menu {
	display: block;
	width: 170px;
	height: 50px;
	float: right;
	margin: 0;
	margin-right: 25px;
}

div#maillist {
	display: block;
	width: 175px;
	height: 22px;
	float: left;
	margin: 7px 0 0 40px;
	white-space: nowrap;
	vertical-align: middle;
}

div#maillist input {
	height: 19px;
	padding: 0 2px;
	margin: 0;
	border: 1px solid #e0b520;
	font-size: .9em;
	background-color: #4F4F4F;
	color: white;
	vertical-align: middle;
}

div#maillist .email-form {
	height:15px;
	background-color: Black;
}

div#menu a {
	float: left;
	display: inline;
	width: 83px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: none;
}

div#menu a img {
	margin: 0;
	padding: 0;
}

div#updates {
	margin-top: 36px;
	width: 273px;
	float: left;
	clear: left;
}

div#updates span.date {
	color: White;
	display: block;
	clear: both;
	padding-left: 10px;
	padding-bottom: 5px;
}

div#updates span.date a {
	color: White;
}

div#updates span.item {
	display: block;
	clear: both;
	color: #e0b520;
	padding-left: 21px;
	padding-bottom: 7px;
}

div#updates span.item a {
	color: #e0b520;
	text-decoration: none;
}

div#text {
	display: inline;
	width: 358px;
	float: left;
	padding: 30px 40px 1px 85px;
	color: #b7d2ef;
	font-size: .95em;
	text-align: right;
}

div#text a, div#photos a {
	color: #b7d2ef;
	text-decoration: underline;
}

div#text a:hover, div#photos a:hover {
	text-decoration: none;
}

div#text a.more {
	font-size: .9em;
	float: right;
	color: #e0b520;
	margin-right: 8px;
}

div#text a.button, div#text input.button, div#photos a.button, div#photos input.button {
	border: 1px solid ButtonFace;
	border-bottom-color: ButtonShadow;
	border-right-color: ButtonShadow;
	background-color: #6F6F6F;
	padding: 1px 9px;
	text-decoration: none;
	color: #D9D9D9;
	margin: 1px 2px;
	float: right;
	display: inline;
}

div#awards {
    text-align: center;
    padding-left: 5px;
    padding-top: 15px;
}