

* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style: none;
}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
color: #d0d0d0;
background: url(../images/body_bg.jpg) no-repeat top #021301;
margin: 0 auto;
}


#container {
width: 975px;
margin: 0 auto;
} 


.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}


h1 {
font-size: 60px;
line-height: 60px;
width: 85%;
color: #444;
padding: 12px 0 12px 12px;
background-color: #f9f8f7;
font-weight: normal;
}

h2 {
font-size: 36px;
line-height: 36px;
width: 45%;
color: #dcdcdc;
padding: 4px 64px 4px 12px;
}

h3 {
font-size: 26px;
line-height: 26px;
margin: 0 0 20px 0;
color: #f9f8f7;
font-weight: normal;
}

h4 {
font-size: 16px;
margin: 0 0 16px 0;
color: #f9f8f7;
font-weight: normal;
text-transform: uppercase;
}


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

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

a:hover {
color: #ccc;
text-decoration: none;
}

a:active {
color: #fff;
text-decoration: none;
}


#logo {
margin: 30px 0 0 0;
}

a img {
border: none;
}


#twitter {
width: 448px;
height: 40px;
margin: 30px 0 16px 0;
padding: 9px 12px 12px 50px;
background: url(../images/twitter_bg.png) no-repeat;
}

.tweet .tweet_text {
font-size: 10px;
color: #d0d0d0;
line-height: 12px;
}

.date, .author {
text-transform: uppercase;
font-size: 10px;
color: #ccc;
}


#forsale {
width: 975px;
padding: 50px 0 50px 0;
background: url(../images/divider.png) repeat-x 0 0;
}


#contact {
width: 975px;
padding: 30px 0 30px 0;
background: url(../images/divider.png) repeat-x 0 0;
}

#intro {
width: 465px;
}
#intro p{font-size:20px;line-height:27px}


#formwrap {
width: 450px;
}

#form {
width: 100%;
padding: 30px;
margin: 60px 0 0 0;
border: 1px solid #fff;
}

p {
margin: 0 0 25px 0;
}

fieldset {
border: none;
}

label {
display: block;
float: left;
width: 15%;
font-weight: bold;
padding: 6px 0 0 0;
margin: 0 25px 0 0;
text-align: right;
font-size: 10px;
text-transform: uppercase;
}

.text-input, select {
width: 71%;
color: #7f7f7f;
font-size: 11px;
margin: 0 5px 10px 0;
border: 1px solid #8f9f69;
background-color: #fff;
}

input.text-input {
height: 19px;
padding: 6px 15px 0 15px;
}

select {
padding: 5px 3px 5px 15px;
}

textarea.text-input {
height: 178px;
padding: 6px 15px 0 15px;
}

input:focus, select:focus, textarea:focus {
background: #efefef;
}

#submit {
position: relative;
left: 81%;
}

#footer {
width: 975px;
padding: 16px 0 30px 0;
color: #8f9f69;
font-size: 10px;
text-transform: uppercase;
background: url(../images/divider.png) repeat-x top;
}

