/* @override http://www.sixtyparkside.com/style.css */

body {
	background-image: url('http://www.sixtyparkside.com/back.jpg');
	background-repeat: no-repeat;

}

#band{
	width: 100%;
	height: 30px;
	color: #5A3E24;
	background-color: #E4B465;
	text-align: center;
	margin: -10px;
	padding: 4px;
}

#container {
	width:768px;
	margin: 20px auto;
	margin-top: 50px;
	background-color: #325C39;
	padding: 15px;	
}


h2{
	font-family: Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 13px;
	font-weight: normal;
	
}

#band a {
	color: #5A3E24;
}

#band a:hover {
	color: #fff;
}


#header {
	width:768px;
	height: 674px;
	background: url(header.jpg) center top no-repeat;
}
#header img {
	position: relative;
	top:72px;
	left: 676px;
}
#content {
	width: 768px;
	height: 132px;
	background: url(content-bg.jpg) center no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
}

#content div {
	line-height: 20px;
	position:relative;
	font-size: 10px;
	font-family:georgia;
	color: black;
	float: left;
	margin-left: 35px;
	margin-top: 40px;
}
#content div a {
	color:black;
	text-decoration: underline;
}
#content div a:hover {
	color: #EBD79F;
}
#content div#div1 {
	margin-left:20px;
}
.clear {
	clear: both;
}
#footer {
	margin-top: -6px;
	position: relative;
	width: 768px;
	height: 106px;
	z-index: 5;
	background: url(footer.jpg) center no-repeat;
}
#footer p {
	width: 300px;
	position: relative;
	top: 85px;
	left: 480px;
	font-family: helvetica;
	font-size: 11px;
	color: #EBD79F;
}
#footer a {
	color: inherit;
}
#footer p a:hover {
	color:#CA9D4D;
}
