@import url(menu.css);
img, div { behavior: url(/css/iepngfix.htc) }
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/template/bodyback.jpg);
	background-position: center top;
	background-attachment: fixed;
}
div#container {
	width: 999px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	height: 81px;
	padding-top: 155px;
	padding-left: 680px;
	background-image: url(../images/template/header.png);
}
div#contentwrapper {
	background-image: url(../images/template/containerback.jpg);
	background-repeat: repeat-y;
}
div#menubar {
	float: left;
	width: 147px;
}
div#fotosbar {
	float: left;
	width: 166px;
}
div#fotosbar img {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
div#contentbar {
	float: left;
	width: 646px; /* 486 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
div#rightbar h1 {
	font-size: 16px;
}
div#rightbar h2 {
	font-size: 14px;
}
div#rightbar a {
	color: #662C00;
}
div#footer {
	height: 84px;
	background-color: #662C00;
}
div#contentbar h1 {
	font-size: 20px;
	color: #662C00;
}
div#contentbar h2 {
	font-size: 16px;
	color: #662C00;
}
div#contentbar a {
	color: #662C00;
}

div#googlemap {
	width: 440px;
	height: 500px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	color: #000;
	line-height: 13px;
	text-align: center;
}

div.clearer {
	clear: both;
}