body {
	margin:50px 0px;
	padding:0px;
	background-color:#F8EED0;
	text-align:center;
}

#wrap {
	margin: 0px auto;
	padding: 0px;
	background-color:#546B54;
	width: 800px;
}

#content  { background-image: url("images/content-bg.jpg"); background-repeat: no-repeat; background-position: center top; text-align: left; margin: 0; padding: 0; width: 300px; height: 500px; float: left }

#photos {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 500px;
	width: 500px;
}

#nav {
	clear: both;
	float: none;
	text-align: center;
	background: #F8EED0 center;
}

#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 30px;
	
}

p  { color: #f8eed0; font-size: 13px; font-family: Times; line-height: 19px; margin: 10px 20px 0 }
h1  { color: #f8eed0; font: bold 12px Arial; text-transform: uppercase; word-spacing: 3px; letter-spacing: 5px; margin-top: 75px; margin-left: 20px }
a:link  {
	color: white;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
}
a:visited  { color: white; font-size: 11px; font-family: Arial; text-decoration: none }
a:hover  { color: orange; font-size: 11px; font-family: Arial; text-decoration: none }
a:active  { color: maroon; font-size: 11px; font-family: Arial; text-decoration: none }
#nav p  {
	color: black;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	vertical-align: middle;
	text-transform: uppercase;
}
#nav a:link   {
	color: gray;
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 15px;
}
#nav a:visited  {
	color: gray;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	padding: 10px 15px;
}
#nav a:hover  {
	color: #732e00;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	padding: 10px 15px;
}
#nav a:active  {
	color: red;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
	padding: 10px 15px;
}
#footer p { color: white; font-size: 10px; font-family: Arial, Arial; text-align: center; vertical-align: middle; background: center;
}
#footer a:link   { font-size: 10px; text-decoration: none; }
#footer a:visited  { font-size: 10px; text-decoration: none }
#footer a:hover  { font-size: 10px; color: #e1bc6a; text-decoration: none }
#footer a:active  { font-size: 10px; color: #ffa400; text-decoration: none }

.numberedlist {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	list-style-type: upper-roman;
	list-style-position: outside;
	margin: 5px;
	padding: 0px 0px 0px 7px;
	text-indent: -8px;
}
.listhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	margin: 0px;
	text-transform: capitalize;
}
