body {
	color: #4C4C4C;
}

fieldset {
	border: none;
}

img { 
	border: none; 
}

#header {
	background-image: url(../images/headers/backdrop.jpg);
	background-repeat: no-repeat;
	border-bottom: 3px solid black;
}

a:link {
	color: #0099FF;
}

a:hover {
	color: #CC9900;
}

a:visited {
	color: #0099FF;
}

#container .trumpet, #footer .trumpet {
	color: #CC9900;
}

#header .headline {
	background-color: black;
}

#pitch {
	background-image: url(../images/dotted.png);
	background-repeat: repeat-x;
}

.section {
	background-image: url(../images/dotted.png);
	background-repeat: repeat-x;
	border-bottom: 3px solid black;
}

#gallery {
	background-image: none;
}

#pitch input {
	color: #666;
	padding: .2em;
}

#occupants .listing {
	border-bottom: 1px dotted #ddd;
}

#occupants .first {
	border-top: none;
}

#occupants .last {
	border-bottom: none;
}

#occupants .phone {
	bottom: 1.2em;
}

#footer {
	border-bottom: none;
}