/* 
------------------------------------
Prudential Blake Atlantic Commercial

Homepage's Stylesheet

http://www.prublakeatlantic.com

Created by: Noni Purnama
------------------------------------
*/


/* General */



html, body {
	margin: 0;
	padding: 0;
	background: white;
	color: #000;
}

body {
	min-width: 747px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
	color: black;
}

#wrapper_homepage {
	margin: 30px auto;
	width: 747px;
	background: white; 
}

#header_homepage {
	width: 747px;
	height: 184px;
}

#header_homepage_left {
	width: 643px;
	height: 184px;
	float: left;
}

#header_homepage_right {
	width: 104px;
	height: 184px;
	float: right;
}

#header_homepage_right_top {
	height: 53px;
}

#header_homepage_right_bottom {
	height: 131px;
}

img {
	border: 0;
}



/* Body */

#column_left {
	float: left;
	width: 506px;
	height: 348px;
}

#subcolumn_left_photo {
	width: 506px;
	height: 222px;
}

#subcolumn_left_news {
	float: left;
	width: 206px;
	height: 126px;
}

#subcolumn_search {
	float: right;
	width: 300px;
	height: 126px;
}

#column_right {
	width: 241px;
	height: 348px;
	float: right;
}

#subcolumn_right_buy {
	width: 241px;
	height: 71px;
}

#subcolumn_right_sell {
	width: 241px;
	height: 77px;
}

#subcolumn_right_lease {
	width: 241px;
	height: 76px;
}

#subcolumn_right_agent {
	width: 241px;
	height: 39px;
}

#subcolumn_right_career {
	width: 241px;
	height: 21px;
}

#subcolumn_right_residential {
	width: 241px;
	height: 22px;
}

#subcolumn_right_about {
	width: 241px;
	height: 21px;
}

#subcolumn_right_pastclients {
	width: 241px;
	height: 21px;
}


/* Footer*/

#footer_homepage {
	clear: both;
	width: 747px;
	height: 35px;
	background-color: #286eb6;
	text-align: center;
}

.copyright {
	padding-top: 5px;
	font-size: 0.6em;
	font-weight: bold;
	color: white;
}