html {
	height:101%;
}

body, html  {
	background-color: #fff3ac;
	padding:0px;
	margin: 0px;
}

#container {
	width: 719px;
	margin-top: 40px;
}

#head {
	width: 719px;
	height: 250px;
}

#nav {
	width: 719px;
	height: 34px;
	background:url(images/nav.gif) no-repeat center;
}

#content {
	width: 719px;
	background:url(images/content.gif) repeat-y center;
	float:left;
}

#footer {
	width: 719px;
	height: 24px;
	background:url(images/footer.gif) no-repeat center;
	float:left;
	margin-bottom:20px;
}

#head, #nav, #content, #footer {overflow:hidden;}

ul {border:0px; margin:0px; padding:0px 5px; float:left;}
li {border:0px; margin:0px; padding:0px; list-style:none;}
	
#map {margin:10px;}
