/*CSS DOCUMENT*/

body{
font-family: Arial, Helvetica, sans-serif;
background-color: #000;
}





#main{
background-color: #fff;
font-size: 13px;
line-height: 140%;
padding: 10px;
min-height: 900px;
}

#main h1{
font-weight: bold;
font-size: 16px;
margin-bottom: 0;
clear: left;
}



#main a:link, #main a:active, #main a:visited{
color: #4fbfff;
text-decoration: none;
}

#main a:hover{
text-decoration: underline;
}

#main p img{
border: 0;

margin-right: 5px;
margin-bottom: 5px;
}

#main ul{
list-style-type: none;
margin: 0;
padding: 0;
line-height: 140%;
}

.arrow {
vertical-align: middle;
clear: left;
}



p.posted{
color: #808080;
font-size: 11px;
border-top:  2px solid #e7e7e7;
clear: left;
}


p.posted a:link, p.posted a:active, p.posted a:visited{
color: #4fbfff;
text-decoration: none;
}

p.posted a:hover{
text-decoration: underline;
}




#liveDates {
font-size: 14px;
line-height: 125%;
background-color: #212121;
color: #fff;
padding: 5px 5px 5px 7px;
}

#liveDates p{
margin-top: 0;
border-bottom: 1px dashed #fff;
padding-bottom: 5px;
}

#liveDates a:link, #liveDates a:active, #liveDates a:visited{
color: #00a2ff;
text-decoration: none;
}

#liveDates a:hover{
text-decoration: underline;
}





#recent {
font-size: 14px;
line-height: 125%;
padding: 5px 5px 5px 7px;
}



#recent a:link, #recent a:active, #recent a:visited{
color: #00a2ff;
text-decoration: none;
}

#recent a:hover{
text-decoration: underline;
}

#recent ul{
list-style-type: none;
margin: 0;
padding: 0 0 0 7px;
line-height: 140%;
}




#forSale{
padding: 5px;
border-left: solid 1px #d9d9d9;
border-bottom: solid 1px #d9d9d9;
text-align: center;
font-size: 11px;
}


#forSale a{
color: #ff0000;
text-decoration: none;
}

#forSale p{
border-bottom: 1px dashed #7f7f7f;
padding: 5px 0 10px 0;
}



#footer{
color: #ccff66;
background-color: #212121;
font-size: 11px;
text-align: right;
padding: 5px;
}

#footer a{
text-decoration: none;
color: #ccff66;
margin-left: 10px;
margin-right: 10px;
}

#footer a:hover{
text-decoration: underline;
}




