html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3em;
}

#container {
	position: relative;
	width: 935px;
	margin: auto;
}

.wrapper {
	position: relative;
	width: auto;
	overflow: hidden;
	padding: 25px 0px 15px;
	margin: auto;
	background: url(../images/setup/home-background.gif) no-repeat top center;
}



/* Top */

.top {
	padding: 40px 20px 0px;
	position: relative;
	width: 895px;
	overflow: hidden;
	margin: auto;
}

.logo {
	width: 332px;
	float: left;
	position: relative;
}

.leasing-broker {
	width: 150px;
	float: right;
	position: relative;
}


/* Top End */


/* Content */

.main-content {
	padding: 20px 30px;
	position: relative;
	width: 875px;
	overflow: hidden;
	background: url(../images/setup/content-back.gif) center repeat-y;
	margin: auto;
}

.main-content a {
	font-size: 1.1em;
	text-decoration: none;
	color: #D8232A;
}

.main-content a:hover {
	font-size: 1.1em;
	color: #999;
	text-decoration: none;
}

.main-content a img {
	text-decoration: none;
	border: 0px;
}

.main-content a:hover img {
	text-decoration: none;
	border: 0px;
}

.content-left {
	padding: 0px 30px 0px 0px;
	position: relative;
	float: left;
	width: 575px;
	overflow: hidden;
	border-right: 1px dotted #333333;
	text-align: justify;
	line-height: 1.4em;
}

.content-left ul {
	width: 525px;
	padding: 10px 15px 10px 25px;
	border: 1px dashed #CCCCCC;
	background-color: #EEEEEE;
	margin: 15px 0px;
}

.content-left ul ul {
	width: 500px;
	padding: 0px 0px 0px 25px;
	border: 0px;
	margin: 5px 0px 15px 0px;
}

.content-right {
	padding: 0px 0px 0px 30px;
	position: relative;
	float: left;
	width: 235px;
	overflow: hidden;
}


/* footer */


/* Misc */

h1 {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #D8232A;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
}

h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	color: #D8232A;
	font-weight: normal;
	line-height: 1em;
	font-size: 2.4em;
}

.star {
	width: 33px;
	height: 38px;
	position: absolute;
	top: -1px;
	right: 34px;
	z-index: 10;
}

.highlighted {
	font-size: 1.1em;
	color: #D8232A;
}
	


/* Misc End */

.footer {
	position: relative;
	width: 875px;
	overflow: hidden;
	background: url(../images/setup/footer-back.gif) top no-repeat;
	margin: auto;
	padding: 70px 25px 30px;
}

.dateandtime {
	position: relative;
	width: 355px;
	text-align: right;
	float: right;
}


/* footer end */
