/* CSS Document */

body {
	height: 540px;
	width: 760px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	left: 50%;
	top: 0%;
	margin-top: 0px;
	margin-left: -380px;
	background-image: url(images/Background-Gradient.jpg);
	background-repeat: repeat-x;
	background-color: #F5301C;
	border:#FFFFFF;
	border-style:solid;
	border-width:4px;
}

#infowindow{ 
 width:390px;
 height:366px;
 overflow: auto; 
 text-align:left;
}

#sitemap{ 
 width:575px;
 color:#000000;
 height:347px;
 overflow: auto; 
 text-align:left;
}

#classifieds{ 
 width:760px;
 height:347px;
 overflow: auto; 
 text-align:left;
}

#footer{
 font-family: Helvetica, Arial, sans-serif;
 font-size: 11px;
 font-style: normal;
 color: #FF9900;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 vertical-align:bottom;
 margin:0px;
 border:none;
 text-align:center;
 height:15px;
 padding-top:5px;
 } 
 
#footer a{
 color:#FF9900;
 text-decoration: none;
}

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