/* CSS Document */

body	{
	margin: 0;
	padding: 0;
	background-image:url(../images/back.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#543737;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.forsale {
	width:190px;
	float:left;
	margin-top:30px;
	margin-right:25px;
}

p {margin-bottom:15px;}

#shadowTop {
	margin-top:15px;
	width:988px;
	height:14px;
	background-image:url(../images/shadow-top.png);
}

#shadow {
	width:988px;
	background-image:url(../images/shadow-main.png);
}

#header {
	background-image:url(../images/header-back.jpg);
	height:59px;
	padding-top:150px;
}

#header.start {
	background-image:url(../images/header-back-start.jpg);
	height:60px;
	padding-top:465px;
}

#entire {
	width:960px;
}

#indexLink {
	margin-top:-450px;
	margin-left:10px;
	width:200px;
	height:150px;
	position:absolute;
}

#contentTop {
	background-image:url(../images/content-top.jpg);
	height:41px;
}

#content {
	background-image:url(../images/content-back.jpg);
	padding:40px 30px 30px 60px;
	min-height:281px;
	height:281px;
	height:auto!important;
}

#contentBottom {
	background-image:url(../images/content-bottom.jpg);
	height:100px;
}

.clsText {
	width:800px;font-size:1.2em;
}

.text {width:600px;}

.clsText img {
	margin-left:40px;
}