body {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #c6771d;
	text-align: center;
	
}
a {
	padding-left: 1em;
	padding-right: 1em;
	color: #c6771d;
}

a:link, a:visited, a:active {
	color: #c6771d;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #E2BB83;
}
#wrapper {
    margin: 0 auto;    
	width: 900px;
	height: 600px;
	text-align: center;
	position: relative;	
/*	overflow: hidden; */
}
#header {
	height: 125px;
	/* width: 100%; */
	float: left;
	overflow: visible;
}

#logo {
	height: 125px;
	width: 200px;
	float: left;
}
#navigation {
	/* position: absolute;
	top: 0px;
	height: 25px;
	width: 650px;  */
	float: left; 
	letter-spacing: 0.2em;
	font-size: 12px;
	font-weight: bold;
	/* margin-left: 250px;
	margin-top: 85px;
	margin-right: 0px; */
	overflow:visible;
	margin-top: 77px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -30px;
}
#content {
	position:absolute;
	top: 125px;
	height: 575px;
	left: 0;
	/* width: 100%; */
}
#footer {
	position: absolute;
	top: 607px;
	left: 5px;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	/* margin-top: 15px;
	margin-left: 75px; */
	letter-spacing: .2em;
}

#footer img {
float:left;
}

#copy {
	margin-top: 145px;
	margin-left: 90px;
	height: 250px;
	width: 370px;
	overflow: hidden;
/*	font-family:Arial, Helvetica, sans-serif; */
	font-size: 14px;
}
#copy .upper {
	text-transform:capitalize;
	}
#copy p {
	line-height: 2.5em;
}