HTML {
	font-family: sans-serif;
	font-size: 80%;
	background-color: #ffffff;
}
BODY {
	width: 100%;
	background-color: #ffffff;
	padding: 0px;
}
H1, H2, H3 {
	color: #590000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
H1 {
	font-size: 200%;
}
H2 {
	font-size: 160%;
	margin-top: 30px;
}
H3 {
	font-size: 130%;
	margin-top: 20px;
}
P {
	line-height: 140%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-indent: 1em;
}
#header {
	background: #ffffff;
	height: 76px;
}
#header #logo {
	margin: 0px;
}
#horizontalMenu {
	display: none;
	height: 0px;
}
#main {
	background: #ffffff;
	width: 100%;
	background: none;
}
UL#menu {
	display: none;
}

#content {
	width: 90%;
	margin: 0px 20px 20px 20px;
}
#content A {
	color: #4b4b4b;
	text-decoration: none;
}
#content A:visited {
	color: #4b4b4b;
	text-decoration: none;
}

#pictures {
	display: none;
}
#advertisement {
	display: none;
}
#footer {
	clear: both;
	background: none;
	*font-size: 95%;
}
#footer .tags {
	display: none;
	line-height: 140%;
	padding: 10px 0px;
}
#footer .tags SPAN {
	margin-left: 25px;
}
#footer P.address {
	text-align: center;
	color: #bebebe;
	padding-bottom: 5px;
}
hr.cleanerX {
	clear:both;
	display: none
}
hr.cleaner {
	clear: both;
	height: 0px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border:none;
	visibility: hidden;
}
.break	{
	clear:both;
	font-size:1px;
	height:1px;
	margin-top:-1px;
}
