/*-- CASCADING STYLE SHEET --*/

	body {
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 12px;
		color: #333333;
		background: #ffffff;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}

	img {
		border: none;
		}

	a:link { 
		font-family: Arial, Helvetica, sans-serif;
		color: #ed8101;
		text-decoration: underline;
		}

	a:visited {
		color: #ed8101;
		text-decoration: underline;
		}

	a:active {
		color: #ed8101;
		text-decoration: underline;
		}

	a:hover {
		color: #ecb98a;
		text-decoration: underline;
		}

	#container {
		width: 952px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: #ffffff;
		}

/*-- HEADERING | BOSTON SKYLINE & LOGO --*/

	#header {
		float: left;
		width: 952px;
		height: 124px;
		margin: 18px 0px 0px 0px;
		}

	#bostonskyline {
		float: left;
		width: 574px;
		height: 124px;
		background-image: url('../images/header_bostonskyline.jpg');
		background-repeat: no-repeat;
		}

	#logo {
		float: left;
		width: 283px;
		height: 92px;
		margin: 24px 0px 0px 86px;
		}

/*-- NAVIGATION --*/

	#navigation {
		float: left;
		width: 950px;
		height: 26px;
		font-family: Verdana, Geneva, sans-serif;
		color: #ffffff;
		background-color: #df8838;
		background-image: url('../images/nav_bg.jpg');
		background-repeat: repeat-x;
		border-top: 1px solid #df8838;
		border-right: 1px solid #df8838;
		border-left: 1px solid #df8838;
		}

	#navigation a:link {
		font-family: Verdana, Geneva, sans-serif;
		color: #ffffff;
		text-decoration: none;
		}

	#navigation a:visited {
		font-family: Verdana, Geneva, sans-serif;
		color: #ffffff;
		text-decoration: none;
		}

	#navigation a:active {
		font-family: Verdana, Geneva, sans-serif;
		color: #ffffff;
		text-decoration: none;
		}

	#navigationa:hover {
		font-family: Verdana, Geneva, sans-serif;
		color: #ffffff;
		text-decoration: underline;
		}

	#navigation ul {
		list-style-type: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

	#navigation li {
		float: left;
		font-size: 14px;
		color: #ffffff;
		margin: 3px 0px 0px 12px !important;
		margin: 5px 0px 0px 12px;
		padding: 0px 0px 0px 0px;
		}

	#navigation li.first {
		margin: 3px 0px 0px 12px !important;
		margin: 5px 0px 0px 6px;
		padding: 0px 0px 0px 0px;
		}

	#navigation li.seperator {
		float: left;
		font-size: 14px;
		color: #ffffff;
		margin: 0px 0px 0px 12px !important;
		margin: 0px 0px 0px 12px;
		padding: 0px 0px 0px 0px;
		}

/*-- CONTENT --*/

	#content {
		float: left;
		width: 952px;
		min-height: 420px !important;
		height: auto !important;
		height: 420px;
		background-color: #ffffff;
		background-image: url('../images/content_gradient_bg.jpg');
		background-repeat: no-repeat;
		margin: 14px 0px 0px 0px;
		}

/*-- 2 COLUMN LAYOUT | HOMEPAGE --*/

	#home_twocolumn_left {
		float: left;
		width: 541px;
		height: 446px;
		margin: 0px 0px 0px 10px !important;
		margin: 0px 0px 0px 5px;
		}

	#home_twocolumn_right {
		float: left;
		width: 352px;
		height: 446px;
		margin: 0px 0px 0px 16px;
		}

	#home_twocolumn_right p {
		color: #454545;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		margin: 12px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

/*-- 2 COLUMN LAYOUT | BACKPAGE --*/

	#back_twocolumn_left {
		float: left;
		width: 541px;
		height: 446px;
		margin: 0px 0px 0px 10px !important;
		margin: 0px 0px 0px 5px;
		}

	#back_twocolumn_right {
		float: left;
		width: 352px;
		margin: 0px 0px 0px 16px;
		}

	#back_twocolumn_right p {
		color: #454545;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		margin: 12px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

/*-- 2 COLUMN LAYOUT | FEATURED PROPERTIES --*/

	#featured_twocolumn_left {
		float: left;
		width: 436px;
		margin: 0px 0px 0px 26px !important;
		margin: 0px 0px 0px 13px;
		}

	#featured_twocolumn_left ul {
		list-style-image: url('../images/bullet_graysquare.jpg');
		}

	#featured_twocolumn_left li {
		font-size: 11px;
		}

	#featured_twocolumn_right {
		float: left;
		width: 436px;
		margin: 0px 0px 0px 16px;
		}

	#featured_twocolumn_right p {
		color: #454545;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		margin: 12px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

	#featured_twocolumn_right ul {
		list-style-image: url('../images/bullet_graysquare.jpg');
		}

	#featured_twocolumn_right li {
		font-size: 11px;
		}

	#featured_thumb {
		border: 1px solid #cccccc;
		}

/*-- FOOTER --*/

	#footer {
		float: left;
		width: 952px;
		height: 42px;
		margin: 14px 0px 0px 0px;
		}

	#footer p {
		font-size: 11px;
		color: #34416d;
		margin: 12px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

	#copyright {
		float: left;
		}

	#address {
		float: right;
		}
