/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #532819;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 1% auto;
}
#bkg {
	position: relative;
	width: 800px;
	height: 490px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	background-image: url(../images/bkg/sepia-bk.jpg);
}
#opening {
	position: relative;
	clear: both;
	width: 840px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 150px;
}
#apts {
	position: absolute;
	top: 55px;
	left: 0px;
}
#comm {
	position: absolute;
	top: 145px;
	left: 245px;
}
#project {
	position: absolute;
	top: 0px;
	left: 470px;
}
#contact {
	position: absolute;
	top: 165px;
	left: 578px;
}
#text {
	position: absolute;
	top: 420px;
	left: 10px;
	width: 780px;
}
p {
	font: 75% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 {
	font: bold 25px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -17px;
	letter-spacing: .05em;
	word-spacing: .1em;
	color: B9193F;
}
h2 {
	font: normal 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: -5px;
}
h3 {
	font: 75% bold Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -10px;
}
h4 {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -17px;
	letter-spacing: .05em;
	word-spacing: .1em;
	color: EFE6BB;
}
a:link, a:visited {
	color: #B9193F;
	text-decoration: none;
}
a:hover, a:active {
	color: #3366CC;
	text-decoration: none;
}
a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
a img { color: inherit; }    /* undo the color change above */
}
 
