/* CSS Document */





#container{
position:absolute;
width:1024px;
height:900px;
left:0px;
top:0px;
background-image:url(images/backgroundcolor.jpg);
}

#containerLG{
position:absolute;
width:1024px;
height:1200px;
left:0px;
top:0px;
background-image:url(images/backgroundcolor.jpg);
}



#containerlistings{
position:absolute;
width:1024px;
height:1200px;
left:0px;
top:0px;
background-image:url(images/backgroundcolor.jpg);



}

#middleLG{
position:absolute;
width:360px;
height:1200px;
left:50%;
margin-left:-180px;
top:0px;
background-image:url(images/middlecolumnbackground.jpg);

}


#middle{
position:absolute;
width:360px;
height:900px;
left:50%;
margin-left:-180px;
top:0px;
background-image:url(images/middlecolumnbackground.jpg);

}

#left{
position:absolute;
width:320px;
height:900px;
left:0px;
top:0px;
padding-left:5px;

}

#leftlistings{
position:absolute;
width:309px;
height:1200px;
left:0px;
top:0px;
padding-left:10px;

}

#listingright{
position:absolute;
width:730px;
height:1200px;
left:310px;
top:0px;
padding-left:10px;
background-image:url(images/listingbackground.jpg);

}


#right{
position:absolute;
width:330px;
height:900px;
left:644px;
top:-3px;
background-image:url(images/rightbackground.jpg);
padding-left:20px;

}

#bottominclude{
position:absolute;
width:1024px;
height:500px;
left:0px;
top:900px;



}

