body {
	background-color : #191970;
	color : #FFD700;
	text-align : center;
	margin : 0px;
	padding : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
}

#header, #main, #footer {
	width : 770px;
	margin-left : auto;
	margin-right : auto;
}

#header {
	border-bottom-width : 1px;
	border-color : #FFFFFF;
	border-style : solid;
	border-left-width : 0px;
	border-right-width : 0px;
	border-top-width : 0px;
	padding-bottom : 7px;
}

#largeName {
	color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : 48px;
	font-weight : bold;
	padding-left : 20px;
	float : left;
	width : 30%;
	text-align : left;
}

#name {
	font-family : "Times New Roman", Times, serif;
	font-size : 21px;
	margin-left: 160px;
	padding-top : 10px;
	padding-right: 20px;
	clear : right;
	color : White;
}

.clear {
	clear:both;
}

#footer {
	font-family : Monotype Corsiva, Palatino, Book Antiqua, Luxi Serif, serif;
	font-size : 175%;
	padding-top:10px;
	color : White;
	text-align : center;
}

#leftContent {
	float : left;
	width : 303px;
	margin : 0;
	padding : 0;
}

#details {
	text-align : left;
	width :123px;
	padding-top : 8px;
	padding-right : 3px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	float : left;
}

.detailtext {
	display: none;
}

#nav {
	float : right;
	text-align : left;
	width : 180px;
	border-color : #FFFFFF;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 1px;
	border-style : solid;
	border-top-width : 0px;
	color : #FFD700;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 3px;
	padding-top: 8px;
	padding-bottom: 0;
}

#nav a {
	color: #FFD700;
	text-decoration : none;
}

#nav a:hover {
	color : white;
	text-decoration : underline;
}

#content {
	float : left;
	width : 456px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 3px;
	padding-top: 15px;
	text-align : center;
}

#contentNav ul {
	list-style-type : none;
	font-size : 11px;
	padding: 0;
}

#contentNav {
	color: #FFD700;
}

#contentNav a {
	color : #FFD700;
	text-decoration : none;
}

#contentNav a:hover {
	color : white;
	text-decoration : underline;
}

#contentNav li {
	display: inline;
}

.mainNav {
	list-style : none;
	font-weight : bold;
	margin-left : 0;
	padding-left : 3px;
	margin-bottom: 3px;
}

.mainNav li {
	list-style : none;
}

.subNav {
	list-style : disc;
	font-weight : normal;
}

.subNav li {
	list-style : disc;
}
