/* CSS Document */
#frame {
margin-left; 200px;
width: 1024px;
}

#header{
width: 1024px;
background-color:#5D493D;
}

#columnMain{
float: right;
width: 540px;
font-size:14px;
}

#columnListings{
float: right;
width: 600px;
font-size:14px;
margin-left:205px;
}
#columnLeft {
float: left;
width: 170px;
background-color:#646464;
}
#columnRight {
float: right;
background-color:#646464;
width: 200px;
}
#enclose {
float: left;
width: 790px;
}
#footer {
clear: both;
padding-top: 1em;
text-align: center;
background-color:#666666;
width: 1024px;
}

