
/* ylikirjoittaa main-alueen */

#main {
	margin: 0 auto;
	width: 920px;
	padding: 0px;
	overflow: hidden;
}

#main .text {
	clear: both;
	padding: 20px 0px;
	overflow: hidden;
}

#content {
	background: none;
}

#navSearchContainer {
	background: url(bg/navTop_nobg.jpg) no-repeat;
}

/* frontpageBoxes */

#frontpageBoxes {
	height: 270px;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
}

.box {
	width: 315px;
	height: 250px;
	float: left;
	overflow: hidden;
	background: url(bg/box.jpg) no-repeat;
}

.box p {
	color: #fff;
	padding: 6px 0px 20px 20px;
}

.boxPic {
	width: 140px;
	height: 170px;
	float: left;
	text-align: right;
}

.boxText {
	width: 150px;
	height: 160px;
	padding: 10px 10px 0px 0px;
	float: right;
}

.boxLinks {
	clear: both;
	margin: 0 auto;
	width: 255px;
	padding-top: 6px;
}

a.leftLink {
	width: 110px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
}

a.rightLink {
	width: 140px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: right;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

a.leftLink:hover, a.rightLink:hover {
	text-decoration: underline;
}
.topLink a {
  color: #fff;
  text-decoration: none;
}
.topLink a:hover {
  text-decoration: underline;
}

/* main ja muut alueet */

#propertyBox {
	width: 220px;
	float: right;
	/*position: relative;
	right: 30px;*/
	padding: 0px 30px 20px 0px;
}

a.property {
	text-decoration: none;
}

a.property:hover {
	text-decoration: underline;
}

#column1 {
	width: 230px;
	float: left;
	/*position: relative;
	left: 30px;*/
}

#column1Text {
	padding: 0px 30px 20px 0px;
}

#main {
	width: 430px;
	float: left;
	/*position: relative;
	left: 30px;*/
	overflow: hidden;
}

#main .text {
	clear: both;
	padding: 0px 20px 20px 20px;
	overflow: hidden;
}


