/* Overall design */

body {
  background-color: #c0c0c0;
}

img{
  border:0px;
}


h1 {
  font-family: Trebuchet MS;
  font-size: 18px;
  color: #144574;
  font-weight: bold;
}

h2 {
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}


p {
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #3b3b27;
}

li {
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #3b3b27;
}

ul {
  list-style-type: disc;
  color: #ccc;
}

ol {
  font-weight: bold;
}


.sub {
  list-style-type: circle;
  color: #ccc;
}

a:link {
	color: #144574;
	text-decoration: none;
}

a:hover {
	color: #144574;

}
 .navbar_img:hover {
  border-bottom: 1px solid #d7d7d2;
}
a:active {
	color: #144574;
	text-decoration: none;
}

a:visited {
	color: #144574;
	text-decoration: none;
}

/* Structure */

.container {
  margin: 0 auto;
  width: 1050px;
  height: auto;
}

.inner_content {
  width: 1025px;
  height: auto;
  background-color: #d7d7d2;
  margin: 0 auto;
}

.main_content {
 width: 802px;
 height: auto;
 margin: 0 auto;
 border-left: 5px solid #d0d0bf;
 border-right: 5px solid #d0d0bf;
 background-color: #fff;
}

.text_box {
  width: 500px;
  height: auto;
  float: right;
  padding-top: 31px;
  padding-right: 30px;
  background-color: #fff;
}


.header {
  width: 802px;
  height: 111px;
  background-image: url('../images/header.gif');
  margin: 0 auto;
}

.houses {
  width: 802px;
  height: 168px;
  background-image: url('../images/houses.jpg');
  margin: 0 auto;
}

.navbar {
  float: left;
  width: 235px;
  height: auto;
  padding-top: 28px;
  padding-left: 31px;
  text-align: center;
}

.navbar_img {
  border:0px;
  border-bottom: 1px solid #feff00;
}

.clear {
  clear: both;
}

.footer {
  width: 802px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  float: left;

}

.small_title {
  font-size: 10px;
}


