*{
	padding: 0px;
	margin: 0px;	
}

body{
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a img{
	border: none;
}

h1{
	color: #4b52a2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 24px;
	margin-top: 12px;
}

h2{
	color: #ffcb2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 18px;
	margin-top: 12px;
}

table{
	width: 90%;
}

#site-container{
	width: 100%;
	min-height: 850px;
	height: auto;
	margin: 0px auto;
	background-image: url('../images/layout/body_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center
}

#site{
	width: 100%;
	min-height: 390px;
	height: auto;
	margin: 0px auto;
	background-image: url('../images/layout/navigation_container.jpg');
	background-repeat: no-repeat;
	background-position: center 460px;
}

#content-container{
	width: 1080px;
	min-height: 900px;
	margin: 0px auto;
}



#navigation-container{
	width: 190px;
	min-height: 600px;
	float: left;
	margin-right: 20px;
}

#post-it-text{
	width: 140px;
	margin: 0px auto;
	margin-top: 220px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 17px;
}

#contact{
	width: 500px;
	margin-top: -54px;
	margin-bottom: 54px;
	color: white;
	font-size: 24px;
	margin-left: 20px;
	font-weight: bold;
	height: 35px;
}

#contact a{
	text-decoration: none;
	cursor: pointer;
	color: white;	
}

#content{
	width: 750px;
	margin: 0px auto;
	text-align: justify;
	float: right;
	margin-right: 100px;
	margin-top: 440px;
}

ul.navigation{
	display: block;
	width: 160px;
	list-style: none;
	margin: 0px auto;
	min-height: 520px;	
	margin-left: 18px;
}

.menu-item{
	text-align: center;
	height: 34px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	color: white;
	background-image: url('../images/menu_button.png');
	background-repeat: no-repeat;
	background-position: 0px -68px;
	margin-top: 10px;
}

.menu-item a{
	text-decoration: none;
	color: white;
}

.menu-item:active{
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.menu-item a:visited, .menu-item a:active, .menu-item a:hover{
	color: white;
}

.menu-item:hover{
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	background-position: 0px -34px;
	cursor: pointer;
}


.active-menu-item{
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	background-position: 0px -34px;
}

#footer{
	clear: both;
	width: 100%;
	height: 250px;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin: 0px auto;
}

#footer img{
	margin: 0px auto;
}

#footer a{
	color: #9FD8CF;
	text-decoration: none;
	font-weight: bold;
}

#footer-bg{
	height: 131px;
	width: 100%;
	background-image: url('../images/layout/footer.jpg');
	background-position: center;
}

.hspacer{
	display: block;
	width: 100%;
	height: 7px;
	margin-top: 50px;
	margin-left: 50px;
	background-image: url('../images/house_detail/hspacer.jpg');
	background-repeat: repeat-x;
}

.blue{
	color: #4b52a2;
	font-weight: bold;
}

.float-right{
	float:right;
}

.float-left{
	float:left;
}

.width-150{
	display: block;
	min-width: 150px;
}

.width-200{
	display: block;
	min-width: 200px;
}

.width-400{
	display: block;
	min-width: 400px;
}


.height-30{
	height: 30px;
}

.inline{
	display: inline;
}

.inline-image-right{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bototm: 3px;
	margin-top: 3px;
}

.inline-image-left{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bototm: 3px;
	margin-top: 3px;
}

.house-sub{
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 20px;
}

.border-right{
	border: 1px solid #dadada;
}

.house-details td{
	vertical-align: top;
}

.house-info{
	display: block;
	width: 100%;
}

.house-info img{
	margin-left: 10px;
	margin-right: 10px;
	margin-bototm: 3px;
	margin-top: 3px;
}

.position-plan img{
	margin: auto;
	text-align: center;
}

.pagination{
	text-align: center;
}

.pagination a{
	color: #555555;
}

.paginate-next{
	display: inline-block;
	height: 17px;
	width: 17px;	
	background-image: url('../images/arrow_right.jpg');
}

.paginate-prev{
	display: inline-block;
	height: 17px;
	width: 17px;	
	background-image: url('../images/arrow_left.jpg');
}

.active-page{
	font-weight: bold;
	color: #4b52a2;
	margin-left: 5px;
	margin-right: 5px;
}

.gallery th{
	vertical-align: top;
	text-align: center;
}

.gallery th img{
	margin: 0px auto;
}

.who-is-who{
	display: block;
	width: 400px;
	height: 150px;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
}

.who-is-who img{
	margin: 0px auto;
}