html {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:left;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
}

img {
	border-width: 0px;
	padding: 0px;
}

div {
	border: 0px;
	padding: 0px;
}

p {
	margin-top: 0px;

}

a:link, a:visited {
    color: #005b2c;
}

a:hover {
    text-decoration: none;
}

form {
	margin: 0px;
}

input {
	margin-bottom: 7px;
}

select {
	margin-bottom: 7px;
}

#container {
	text-align:left;
    background-repeat: repeat-y;
	background-image: url(../images/bg-content.png);
    padding-left: 6px;
    padding-right: 5px;
}

#header {
    background-color: #ffffff;
    text-align: left;
}

#line-below-buttons {
	background-repeat: repeat-x;
	background-image: url(../images/line-below-buttons.gif);
    height: 3px;
}

#content {
    background-repeat: repeat-y;
    padding-top: 25px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 30px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #005f31;
    width: 914px;
}

#intro-text {
    text-align: justify;
}

.for-sale {
    background-image: url(../images/for-sale-bg.gif);
    background-repeat: none;
    font-family: Arial, Helvetica;
    font-size: 11px;
}

.for-sale-header {
    color: #005b2c;
    text-align: right;
    padding-top: 3px;
    padding-right: 19px;
    height: 28px;
    vertical-align: middle;
}

.for-sale-header a:link, .for-sale-header a:visited {
    color: #005b2c;
}

.for-sale-header a:hover {
    text-decoration: none;
}

.for-sale-content  {
    color: #005e30;
    text-align: left;
    padding-top: 14px;
    padding-left: 19px;
    height: 121px;
    vertical-align: top;
}

.for-sale-photo {
    color: #005e30;
    text-align: right;
    padding-top: 14px;
    padding-right: 19px;
    height: 121px;
    vertical-align: top;
}

.for-sale-content a:link, .for-sale-content a:visited {
    color: #005e30;
}

.for-sale-content a:hover {
    text-decoration: none;
}

#footer {
    padding-top: 12px;
    padding-left: 29px;
    font-family: Arial, Helvetica;
    font-size: 11px;
    color: #29ad6d;
    background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
    height: 228px;
}

#footer a:link, #footer a:visited {
    color: #29ad6d;
}

#footer a:hover {
    color: #005f31;
}