
#main {
	width: 1000px;
	position: relative;
	border: 0px;
}

.mainText {
	padding: 5px 0px 0px 0px;
}

#column1 {
	display: none;
}

.mainText h1 {
	font: normal 2.5em Calibri, Arial, sans-serif;
}


#frontpageMiddleHeader {
	clear: both;
	height: 41px;
	line-height: 31px;
	padding: 5px 0px 0px 0px;
	background: url(bg/greyBg.jpg) repeat-x left 5px;
	overflow: hidden;
}

span.vuokrakohteita {
	display: block;
	float: left;
	padding-left: 20px;
	width: 335px;
}

span.myyntikohteita {
	display: block;
	float: left;
	width: auto;
}

span.toimitilauutiset {
	display: block;
	float: right;
	width: 325px;
}



#frontpageBoxes {
	float: left;
	width: 645px;
	height: 100px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

html>body #frontpageBoxes {
	height: auto;
	min-height: 100px;
	overflow: hidden;
}


#rent {
	width: 295px;
	padding-left: 20px;
	float: left;
}


#buy {
	width: 295px;
	padding-left: 20px;
	float: right;
}

.frontPageItem {
	padding: 10px 0px 30px 0px;
}

div.frontPagePic {
	width: 120px;
	height: 120px;
	padding: 5px 0px;
	overflow: hidden;
}

div.frontPagePic img {
	max-width: 120px;
}

#rent a.picLink {
	padding: 0px 0px 0px 25px;
	background: url(bg/houseBlue.jpg) no-repeat left center;
}


#buy a.picLink {
	padding: 0px 0px 0px 25px;
	background: url(bg/houseGreen.jpg) no-repeat left center;
}

#buy a {
	color: #5fb800;
}


#column2 {
	float: right;
	width: 350px;
	padding: 10px 0px 10px 0px;
	border-left: 1px solid #8d8d8d;
	height: 200px;
	overflow: visible;
	overflow-x: hidden; /* ie6 fix */
}

html>body #column2 {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}





