body {
    font-family: Myriad, Calibri, Tahoma, Arial, sans-serif;
    background: #004080;
    text-align: left;
}
div { 
margin: 0; padding: 0; }
a, a:visited, a:hover {
    text-decoration: none;
    color: #215495;
}
/* header styles */
h1 {
	font-weight: bold;
	font-size: 20px;
        color: #FF8400;
	
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 40px 20px 00px;
	color: #FF8400;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	color: #FF8400;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	color: #FF8400;
}
div#mainWrapper {
    width: 800px;
    margin: 1em auto;
    padding: 2px;
    background: white;
    text-align: left;
}

div#headerWrapper {
    width: 100%;
    color: white;
    text-align: center;
    height: 175px;
    background: url("http://www.ridleyproperties.com/images/holding_page_banner.jpg") top;
    background-repeat: no-repeat;

}

div#menuWrapper {
    height: 2.2em;
    text-align: left;
}
div#menuWrapper ul {
    width: 100%;
    margin: 0;
    padding: 0.5em;
}
div#menuWrapper ul li {
    display: block;
    float: left;
    width: 32%;
    height: 2em;
}
div#contentWrapper {
    padding:15pt;
}
div#footer {
    width: 35em;
    margin: 1em auto;
    text-align: center;
}
div#footer p {
    font-size: small;
}
