body {
	margin: 0;
	padding: 0;
	background: #EEE;
	text-align: center;
}

div#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #EEE;
	text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}

div#header {
	position:relative;
	margin-top: 10px;
	height: 150px;
	color: white;
	text-align: left;
	background-image:url('../images/grace-bay.gif');
	background-repeat:no-repeat;
}

div#footer {
	clear: both;
	padding: 5px;
}

#footer a {
	color: #000;
	text-decoration: underline;
}

#header h3 {
	position:absolute;
	margin:0; 
	padding:0; 
	line-height:0;
	width:240px;
	height:140px;
	bottom:0
}

#header h3 a {
	display:block;
	width:240px;
	height:140px;
	text-indent:-9999px;
}

div#content {
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 10px;
	text-align: left;
	background-color: #FFF;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#content a:link,
#content a:active,
#content a:hover,
#content a:visited {
	color: #006699;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.listing {
	padding: 0 5px 5px 5px;
	background-color: #EEE;
	border: solid #006699 1px;
}

img
{
        padding: 5px;
        border: 0;
}

img.right {
        float: right;
        margin: 10px 0 0 10px;
}

img.left {
        float: left;
        margin: 0 10px 10px 0;
}

a:link img,
a:visited img,
a:hover img,
a:active img {
        border: none;
        background: none;
        padding: 5px;
}


#contentwrapper {
	float: left;
	width: 100%;
}

#rescolumn {
	background: #FFF5EE;
	text-align: center;
	border-top: solid #006699 1px;
	border-bottom: solid #006699 1px;
	margin: 20px 0 20px 0;
}

#contentcolumn {
	margin-right: 255px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn {
	float: left;
        width: 250px; /*Width of right column*/
	margin-left: -255px; /*Set left margin to -(RightColumnWidth) */
	background: #F5FFFA;
	text-align: center;
}

#contact-area {
        width: 600px;
        margin-top: 25px;
}

#contact-area input, #contact-area textarea {
        padding: 5px;
        width: 400px;
        margin: 0px 0px 10px 0px;
}

#contact-area textarea {
        height: 90px;
}

#contact-area input.submit-button {
        width: 100px;
        float: right;
}

label {
        float: left;
        text-align: right;
        margin-right: 15px;
        width: 100px;
        padding-top: 5px;
}

