body {
	font-family: sans-serif;
	background: #fdeef4;
    margin-top: 10px;
}

body a:link {
	color: #6f2c5c;
    text-decoration: none;
}
body a:visited {
	color: #6f2c5c;
    text-decoration: none;
}
body a:hover {
	color: #6f2c5c;
    text-decoration: underline;
}
body a:active {
	color: #6f2c5c;
    text-decoration: none;
}

#container {
	width: 800px;
	background: #ffffff;	
	border: 1px solid #a76995;
    margin-left: auto;
    margin-right: auto;
	z-index:1;

}
#bgimage {
	position:absolute;
	width:200px;
	height:115px;
	z-index:-1;
	top: -14px;
	left: -3px;
	visibility: visible;
}
#header {
    background: url(header.png);
	padding: 0px;
	height: 80px;
	z-index: 1;
}

#topmenu2 {
	margin-left: auto;
	margin-right: auto;
	top: 117px;
	z-index:5;
	height: 126px;
	visibility: visible;
}	
#main {
	height: 300px;
}
#gallery {
	border-top: 1px solid #a76995;
}
#content {
	background: #ffffff;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;	
	padding-bottom: 15px;	
	color: #6f2c5c;
	text-align: justify;
	font-size: 12px;
	border-bottom: 1px solid #a76995;
}
#contact {
	background: #ffffff;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;	
	padding-bottom: 15px;	
	color: #6f2c5c;
	text-align: justify;
	font-size: 12px;
}
#introtext {
	padding-left: 0px;
}

#footer {
    font-family: Verdana;
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-right: 10px;
    text-align: right;
	color: #FFDFEB;
	background: #9f607a;
	border-top: 1px solid #a76995;
	font-size: 9px;
}
#footer a:link {
	color: #FFDFEB;
    text-decoration: none;
}

#footer a:visited {
	color: #FFDFEB;
    text-decoration: none;
}
#footer a:hover {
	color: #704864;
	text-decoration: none;
}
#footer a:active {
	color: #FFDFEB;
    text-decoration: none;
}
.style3 {color: #6F2C5C; font-size: 11px;
}
