/* CSS Document */


.white {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;


}

.whitelg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.black {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.yellow {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}





#container{
position:absolute;
width:900px;
height:730px;
left:50%;
margin-left:-450px;
top:0px;


}

#newscontainer{
position:absolute;
width:600px;
height:730px;
left:50%;
margin-left:-300px;
top:0px;
background-image:url(images/background.jpg);


}

#rentalcontainer{
position:absolute;
width:800px;
height:10000px;
left:50%;
margin-left:-400px;
top:0px;
background-image:url(images/background.jpg);
background-color:#FFFFFF;
background-repeat:repeat-x;

}


#nav{
position:absolute;
width:926px;
height:50px;
left:50%;
margin-left:-450px;
top:0px;


}
#logo{
position:absolute;
width:900px;
height:50px;
left:50%;
margin-left:-450px;
top:41px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;

}
#logobutton{
position:absolute;
width:200px;
height:50px;
left:1px;

top:-4px;

}


#topcontainer{
position:absolute;
width:900px;
height:397px;
left:50%;
margin-left:-450px;
top:85px;
background-image:url(images/topcontainer.jpg);
background-repeat:no-repeat;

}

#middlecontainer{
position:absolute;
width:900px;
height:103px;
left:451px;
margin-left:-450px;
top:474px;
background-image:url(images/middlecontainer.jpg);
background-repeat:no-repeat;

}


#bottomcontainer1{
position:absolute;
width:260px;
height:148px;
left:0px;
top:590px;
background-image:url(images/bottomcontainer1.jpg);
background-repeat:no-repeat;

}

#bottomcontainer2{
position:absolute;
width:260px;
height:150px;
left:316px;
top:590px;
background-image:url(images/bottomcontainer1.jpg);
background-repeat:no-repeat;

}

#bottomcontainer3{
position:absolute;
width:260px;
height:185px;
left:639px;
top:590px;
background-image:url(images/bottomcontainer1.jpg);
background-repeat:no-repeat;

}
