body {
	
	background-color: #401e39;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #ffffff;
}



#container {
	position: relative;
	width: 800px;
	margin: 0 auto; 
	text-align: left;
	background-color: #784f6d;
	z-index: 500;
}

.background {
z-index: 0;
position: absolute;
bottom: -200px;
right: -200px;
}


#masthead {
		position: relative;
		width: 800px;
		height: 140px;
		z-index: 600;

}

#masthead .logo {
	position: relative;
	float: left;
	border: none;
}


#imagearea {
	position: relative;
	float: left;
	width: 350px;
	margin-left: 40px;
	margin-right: 20px;
	min-height: 350px;
	min-height: 350px;
	margin-bottom: 50px;
	z-index: 500;


}

#content {
	position: relative;
	float: left;
	min-height: 247px;
	width: 330px;
	padding: 10px;
	margin-right: 40px;
	margin-bottom: 40px;
	background-color: #8b6982;
	z-index: 500;
}

#content.home {
	height: 247px;
	overflow: hidden;
	margin-bottom: 0px;
}

#content.gallery {
	height: 247px;
	overflow: hidden;
	margin-bottom: 0px;
}

#news {
	background-color: #522e4a;
	float: left;
	margin-top: 10px;
	padding: 10px;
	height: 40px;
	position: relative;
	width: 330px;
	z-index: 500;
}


#footer {
	clear: both;
	position: relative;
	height: 22px;
	padding: 5px;
	width:755px;
	background-color: #492742;
	z-index: 500;
	text-align: right;
	padding-right: 40px;
}

/* -----------------------  General Sytles ------------------ */
a:link {text-decoration: none; color: #522e4a; }
a:visited {text-decoration: none; color: #522e4a; }
a:active {text-decoration: none; color: #522e4a; }
a:hover {text-decoration: none; color: #784f6d; }

#news a:link {text-decoration: none; color: #ffffff; }
#news a:visited {text-decoration: none; color: #ffffff; }
#news a:active {text-decoration: none; color: #ffffff; }
#news a:hover {text-decoration: none; color: #8b6982; }

#footer a:link {text-decoration: none; color: #8b6982; }
#footer a:visited {text-decoration: none; color: #8b6982; }
#footer a:active {text-decoration: none; color: #8b6982; }
#footer a:hover {text-decoration: none; color: #8b6982; }


p {
	font-size: 9pt;
	line-height: 10.5pt;
	margin-top: 0;
	margin-bottom: 9px;
}

ul {
	font-size: 8pt;
	line-height: 11pt;
	color: #666666;
	margin-top: 0;
}


td, th, textarea, input, select {
	font-size: 8pt;
	line-height: 11pt;
	padding: 2px;
	vertical-align: top;
	}
	
h1 {
	font-size: 20pt;
	line-height: 24pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

#footer p {
	color: #8b6982;
	font-size: 9pt;
	margin-top: 5px;

}

#news h1 {
	font-size: 10pt;
	line-height: 11pt;
	margin-top: 0;
	margin-bottom: 2px;	
}
#news p {
	font-size: 8pt;
	line-height: 9pt;
	margin-top: 0;	
}
 table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

#gallery {
	width: 720px;
	height: 320px;
	padding: 0;
	margin:0;
}

#slideshow {
	width:500px;
	float:left;
	position:relative;
	border:none;
}

.slideshow-thumbnails {
	height: 100px;
	left: 0px;
	top: 200px;
	width: 170px;
	}
.slideshow-thumbnails ul {
	height: 70px;
	width: 500px;
}



