@charset "utf-8";
/* CSS Document */

a:link {
	color: #2580a2;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2580a2;
}
a:hover {
	text-decoration: none;
	color: #2580A2;
}
a:active {
	text-decoration: underline;
	color: #2580A2;
}

.img_border {
	margin:10px;
	}


#header {
	width:950px;
	height:120px;
	margin: 20px auto 0px auto;
	}

#jeff_car {
	width:400px;
	height:119px;
	float:left;
	}
	
#remax_logo {
	width:230px;
	height:103px;
	float:right;
	}
	
#menu_container {
	width:950px;
	margin: 10px auto;
	}


#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}
	
#main_body {
	width:950px;
	background:#FFFFFF;
}
	
#left_content {
	width:630px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	background-color:#FFFFFF;
	}
	
#right_content {
	width:270px;
	float:right;
	margin-left:20px;
	margin-right:10px;
	margin-top:10px;
	}

#left_bottom {
	width:630px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	background-color:#FFFFFF;
	}
	
#footer {
	width:950px;
	margin: 10px auto 10px auto;
	}
	