body {
	margin: 70px 0 0 0;
	background-color: #000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size : 14pt;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size : 10pt;
}

a:link {
	color : #CCC;
	text-decoration: none;
}
a:visited { color : #CCC; }
a:hover { color : #CFCFCF; }
a:active { color : #CFCFCF; }

#wrap {
	position: absolute;
	left: 50%;
	margin-left: -409px;
	width: 818px;
	height: 600px;
}

#top {
	float: left;
	position: relative;
	height: 80px;
	width: 818px;
}

#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	height: 61px;
	width: 247px;
	margin: 10px 0 0 0;
}

#logo a {
	display:block;
	width: 247px;
	height: 61px;
	text-indent: -9999px;
	text-decoration: none;
}

#nav {
	height: 12px;
	width: 189px;
	float: right;
	margin: 18px 0 0 10px;
	position: relative;
}

* html #nav {  /* This is the Tan hack */
	width: 410px; 
	w\idth: 400px;
}

#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 16px;
	padding: 0;
	white-space: nowrap;
	display: inline;/*setting for FF and other standards compliant browsers*/
    #display: block; /*setting for IE7*/
    _display: block; /*setting for IE6*/
}

#crest {
	clear: both;
	float: left;
	height: 450px;
	width: 818px;
	margin: 20px 0 0 0;
	position: relative;
	background-image: url(../images/crest.jpg);
	background-repeat: no-repeat;
}

#crest p {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#biography {
	clear: both;
	float: left;
	height: 450px;
	width: 818px;
	margin: 20px 0 0 0;
	position: relative;
	background-image: url(../images/crest2.jpg);
	background-repeat: no-repeat;
}

#biography p {
	margin: 18px 36px;
}

form {
	width: 300px;
	margin: 18px 0 0 500px;
}

form p {
	text-align: left;
}

form label {
	display: block;
	text-align: right;
	float: left;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-right: 5px;
}
form br {
	clear: left;
}
form input {
	display:block;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #FFF;
}

form textarea {
	display:block;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	height: 100px;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #FFF;
}

form .register {
	color: #FFF;
	background-color: #000;
	width: 80px;
	margin-left: 218px;
}

#footer {
	float: left;
	clear: both;
	position: relative;
	width: 818px;
}
#footer p {
	text-align: center;
	font-size: 9px;
	color: #CCC;
}