body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	text-align:center;
	margin:0 auto;
	padding:0;
}

#container {
	width:897px;
	text-align:left;
	margin:0 auto;
}

#menu{
	background: #ffaaaa;
	color: black;
	padding: 5px;
	border-bottom: 1px dotted #000000;
}
#menu li{
	display: inline;
	list-style-type: none;
}
#menu ul li a {
        background: #ffaaaa;
        color: #fff;
        text-decoration: none;
}
#menu ul li a:hover {
        background: #fff;
        color: #ff6666;
}
#map {
	border:#333 1px solid;
}
#footer {
	margin-top:15px;
	width:895px;
	height:19px;
	background-image:url(../img/footer_bg.gif);
	background-repeat:no-repeat;
}
#footer p a {
	text-indent:-9999px;
	display: block;
	height: 19px;
	width: 120px;
	text-align: left;
        text-decoration: none;
	overflow:hidden;	
}

/*
#footer address {
	text-indent:-9999px;
	background-image:url(../img/footer.gif);
	background-repeat:no-repeat;

}
*/