BODY {
	PADDING: 0px;
	margin: 0px;
	text-align: center;
	background: #ffffff;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: "comic sans ms", arial, sans-serif;
		}

p {

	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

h1 {
	font-family: "comic sans ms", arial, sans-serif;
	FONT-SIZE: 16px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-family: "comic sans ms", arial, sans-serif;
	FONT-SIZE: 14px;
	font-weight: normal;
	color:  #FF0000;
	text-decoration: none;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #330066;
	text-decoration: underline;
}

.menu {
	display: none;
}


.main {
	overflow: visible;	
	position: relative;
	width: 100%;
	text-align: left;
}

.header {
	width: 100%;
	margin-top: 0px;
	float: left;
	background: #ffffff;
	padding: 10px;
	border-top: none;
	border-bottom: none;
	}
.name {
	FONT-WEIGHT: normal;
	FONT-SIZE: 1.2em;
	COLOR: #000000;
	FONT-FAMILY: "comic sans ms", arial, sans-serif;
	float: left;
	width: 500px;
}
.search {
display: none;
}
.address {
	font-family: "comic sans ms", arial, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 100%;
	font-size: 12px;
	background: #ffffff;
}
.picture {
display: none;
}

.text {
	background: #ffffff;
	margin: 0px;
	padding: 25px 10px 10px;
	float: left;
	width: 100%;
	border-top: none;
	border-bottom: none;
	overflow: auto;
	position: relative;
	visibility: visible;
}

.gallery {
	height: 350px;
	z-index:1;
	overflow: visible;
	visibility: visible;
	float: left;
	font-family: "comic sans ms", arial, sans-serif;
	FONT-SIZE: 12px;
	color: #000000;
	border: none;
	text-align: left;
	position: relative;
}
.border {
	border: 1px solid #333333;
}

.images {
display: none;
}

.left {
display: none;
}

.right {
	float: left;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

.footer {
	display: none;
}

.small {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}
