html, body {
	padding: 0;
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	color: #000;
}

#mainWrapper {
	width:900px;
	height: 760px;
	margin: 0 auto;
	/* border: 1px solid pink; */
}

#header {
	margin: 0 auto;
	width: 680px;
	height: 120px;
	/* border: 1px solid blue; */
	position: relative;
}


#logo {
	position: absolute; bottom: 0; left: 0;
}

#logo a:link {
	border: 0;
}

#logo a:visited {
	border: 0;
	color: #fff;
}

#navigation ul {
	margin: 0;
	padding: 0;
	position: absolute; bottom: 3px; right: 0;
}

#navigation li {
	display: inline-block;
}

a:link {
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

a:visited {
	color:#000;
	text-decoration: none;
}

a:hover {
	color: #b5761d;
	text-decoration: underline;
}

.currPage {
	color:#c5412c;
}

#mainBody {
	width: 680px;
	height: 507px;
	margin:auto;
	
}

h4 {
	color: #fff;
	font-size: 14px;
	margin-top: 0;
}

h5 {
	color: #fff;
	font-size: 12px;
	margin: 10px 0 4px 0;
}

/*
#mainBody img {
	width: 680px;
	height: 507px;
}
*/
/* BEWARE OF IMAGE PATH RELATIVITY */

#mainBody_bg_home {
	width: 680px;
	height: 507px;
	background: #000 url(../images/home_image.jpg) no-repeat top right;
}

#mainBody_bg_services {
	width: 680px;
	height: 507px;
	background: #000 url(../images/services_image2.jpg) no-repeat top right;
}

#mainBody_bg_gallery {
	width: 680px;
	height: 507px;
	background:#000 url(../images/gallery_image2.jpg) no-repeat top right;
}

#mainBody_bg_properties {
	width: 680px;
	height: 507px;
	background:#000 url(../images/properties_image.jpg) no-repeat top right;
	border: 1px solid #fff;
}

#mainBody_bg_about {
	width: 680px;
	height: 507px;
	background: #000 url(../images/about_image2.jpg) no-repeat top right;
	margin: 0;
	padding:0;
}

p {
	margin: 0;
	color: #fff;
	font-size: 12px; 
}

/*Services content */

#services_content {
	width: 80%;
	height: 80%;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 12px;
}

#services_content a:link {
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
}

#services_content a:hover {
	text-decoration: underline;
	color: #ddd;
	font-size: 12px;
}

#services_content a:visited {
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
}

h3 {
	color: #fff;
	margin-bottom: 0;
}

#services_content p {
	font-size: 12px;
	margin-bottom: 10px;
}

#services_content ul {
	color: #fff;
}

#services_content li {
	line-height: 14px;
}

blockquote {
	font-weight: bold;
}

/*START gallery code */
#thumbsWrap {
	width: 648px;
	height: 100%;
	padding: 5px;
	margin:0 auto;
}

.galleryRow {
	display: block;
	width: 119px;
	margin: 5px 0px 5px 10px;
	float: left;
}

.thumb {
	width: 107px;
	height: 53px;
	margin: 10px auto;
	border: 2px solid #ccc;
}

/*END Gallery code */

/*Properties page*/

#propertiesContentWrapper a:link {
	color:#fff;
	font-size: 12px;
	text-decoration: underline;
}

#propertiesContentWrapper a:visited {
	color:#fff;
}

#propertiesContentWrapper a:hover {
	color:#ddd;
}

#propertiesContentWrapper {
	margin: 0;
	padding: 0;
}

#propertiesContentWrapper ul{
color: #fff;
font-size: 12px;
list-style-type: none;
margin: 0;
padding: 0;
}

#propertiesContentWrapper li{
	margin: 0;
}

#propertiesIntro {
	width: 90%;
	height: 100%;
	margin: 30px; auto 10px auto;
	clear: both;
	
}

#leftContentProperties {
	width: 40%;
	height:75%;
	float: left;
	position: relative;
	margin-left: 30px;
}

#rightContentProperties {
	width: 50%;
	height:75%;
	float: right;
	position: relative;
	margin-right: 30px;
	}
	
#leftContentProperties img {
	border: 2px solid #fff;
	position: relative;
	margin: 0 auto;
	}

#leftContentProperties p{
	width: 100%;
	position: relative;
	line-height: 16px
	}

#rightContentProperties p{
	width: 100%;
	position: relative;
	line-height: 16px;
	margin-bottom: 5px;
	}
	
/*
#propertyListing li {
	color: #fff;
	list-style-type: none;
	line-height: 12px;
	font-size: 12px;
	padding:0;
	margin:10;
}*/



/*Begin About page code */
#rightContent {
	width: 40%;
	height:100%;
	float: right;
	position: relative;
}

#rightContent img {
	border: 2px solid #fff;
	position: absolute;
	top: 60px;
	right: 60px;
}

#headshotCaption {
	position: absolute;
	bottom: 135px;
	left: -30px;
	color: #fff;
	font-size: 12px;
}

#headshotCaption ul {
	margin: 0;
	padding: 0;
}

#headshotCaption li {
	list-style-type: none;
	line-height: 20px;
}

#leftContent {
	float: left;
	width: 60%;
	height: 100%;
	position: relative;
	/*border: 1px solid pink;*/
}

#leftContent p {
	width: 75%;
	position: relative;
	top: 40px;
	left: 40px;
	margin-top: 20px;
	line-height: 16px;
}

/*footer area */

#footer a:link {
	font-size: 11px;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 8px;
{


