body {
	background-color: #FDFAFB;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	overflow: visible;
}
html {
	height: 100%;
}
#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#background {
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	height: 750px;
	width: 590px;
	position: absolute;
	left: -210px;
	top: 0px;
}
/*
#top {
	height: 70px;
	width: 612px;
	position: absolute;
	left: 368px;
	top: 35px;
}
#logo {
	height: 70px;
	width: 386px;
	position: absolute;
}
#officalwebsite {
	height: 32px;
	width: 226px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-right: 10px;
}
#line {
	height: 2px;
	width: 661px;
	position: absolute;
	left: -49px;
	top: 70px;
	background-color: #BEA596;
	overflow: hidden;
	-moz-opacity: 0.30;
	-ms-filter: "alpha(opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.30;
}
#sociallinks {
	height: 16px;
	width: 37px;
	position: absolute;
	right: 0px;
	bottom: 42px;
}
*/
#top {
	height: 104px;
	width: 386px;
	position: absolute;
	left: 368px;
	top: 35px;
}
#logo {
	height: 70px;
	width: 386px;
	position: absolute;
}
#officalwebsite {
	height: 32px;
	width: 226px;
	position: absolute;
	bottom: 0px;
	margin-left: 3px;
}
#line {
	height: 2px;
	width: 424px;
	position: absolute;
	left: -49px;
	top: 70px;
	background-color: #BEA596;
	overflow: hidden;
	-moz-opacity: 0.30;
	-ms-filter: "alpha(opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.30;
}
#sociallinks {
	height: 16px;
	width: 37px;
	position: absolute;
	right: 11px;
	top: 80px;
}
#sociallinks a {
	outline: none;
}
#sociallinks a img {
	border: 0px none;	
}
#sociallinks a:hover img {
	-moz-opacity: 0.50;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.50;
}
#sociallinks .twitter {
	margin-right: 5px;
}
#navigation {
	height: 37px;
	width: 600px;
	position: absolute;
	left: 12px;
	top: 70px;
}
.navigation a {
	display: block;
	height: 35px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	background-repeat: no-repeat;
	border-top: 2px solid #E3D3D1;
}
.navigation a:hover {
	background-position: 0px -35px;
	border-top: 2px solid #DC1F47;
}
.navigationhome a {
	width: 43px;
	background-image: url(/images/home.gif);
}
.navigationabout a {
	width: 47px;
	background-image: url(/images/about.gif);
}
.navigationnews a {
	width: 42px;
	background-image: url(/images/news.gif);
}
.navigationgalleries a {
	width: 67px;
	background-image: url(/images/galleries.gif);
}
.navigationpress a {
	width: 45px;
	background-image: url(/images/press.gif);
}
.navigationevents a {
	width: 52px;
	background-image: url(/images/events.gif);
}
.navigationlinks a {
	width: 37px;
	background-image: url(/images/links.gif);
}
.navigationcontact a {
	width: 57px;
	background-image: url(/images/contact.gif);
	margin-right: 0px;
}
.selected a,
.selected a:hover {
	border-top: 2px solid #BEA596;
}
#content {
	width: 600px;
	position: absolute;
	left: 380px;
	top: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #7E7D7D;
	padding-bottom: 45px;
}
#content p {
	margin-left: 30px;
}
.contentholder {
	position: relative;
	margin-top: 25px;
}
.links {
	margin-right: 2px;
	margin-bottom: 2px;
}
.links.end {
	margin-right: 0px;
}
a:link,
a:visited {
	color: #DC1F47;
	text-decoration: none;
}
a:hover {
	color: #BEA596;
	text-decoration: underline;
}
.intro {
	margin-top: 9px;
}
#flashhome {
	height: 435px;
	width: 610px;
	position: absolute;
	margin-top: 13px;
	margin-left: -10px;
}
#flashrequired {
	margin-top: 8px;
	margin-left: 10px;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #333232;
}
ul {
	margin-bottom: 0px;
}
.divider {
	position: relative;
	display: block;
	height: 22px;
	width: 570px;
	margin: 0px 0px 0px 30px;
	clear: both;
}
.line {
	position: absolute;
	background-color: #EAE0DD;
	display: block;
	height: 2px;
	width: 570px;
	top: 10px;
	overflow: hidden;
}
.buttonholder {
	position: absolute;
	right: 0px;
	top: 3px;
}
.buttonholder.image {
	width: 85px;
}
.button a {
	position: relative;
	float: left;
	display: block;
	height: 15px;
	width: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.button a:hover {
	background-position: 0px -15px;
}
.buttonoff {
	position: relative;
	float: left;
	display: block;
	height: 15px;
	width: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
.buttonspacer {
	position: relative;
	float: left;
	display: block;
	height: 5px;
	width: 5px;
}
.back a {
	width: 45px;
	background-image: url(/images/back.gif);
	background-position: 30px 0px;
	line-height: 16px;
}
.back a:hover {
	background-position: 30px -15px;
	text-decoration: none;
}
.prev,
.prev a {
	background-image: url(/images/prev.gif);
}
.next,
.next a {
	background-image: url(/images/next.gif);
}
.submit a {
	width: 70px;
	background-image: url(/images/next.gif);
	background-position: 55px 0px;
	line-height: 16px;
}
.submit a:hover {
	background-position: 55px -15px;
	text-decoration: none;
}
input.send {
	font-size: 11px;
	line-height: 16px;
	color: #DC1F47;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 46px;
	background: url(/images/next.gif) no-repeat 31px 0px;
	text-align: left;
	cursor: pointer;
}
input.send:hover {
	margin: 0px;
	padding: 0px;
	color: #BEA596;
	background: url(/images/next.gif) no-repeat 31px -15px;
}
.right {
	float: right;
}
form {
	margin: 0px;
	padding: 0px;
}
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333232;
	padding: 4px;
	background-color: #EAE0DD;
	border: 0px none;
}
textarea {
	overflow: auto;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
	background-color: #F2EBE9;
}
.formwidth {
	width: 221px;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DC1F47;
	padding: 1px 4px;
}
.tablebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333232;
	padding: 1px 4px;
}
.tablepadding {
	margin-top: -1px;
	margin-bottom: -1px;
}
.newsimage {
	position: relative;
	float: right;
	padding: 9px;
	border: 1px solid #EAE0DD;
	text-align: center;
	margin: 2px 0px 0px 15px;
}
.aboutholder {
	position: relative;
	display: block;
	width: 331px;
	float: right;
	margin: 23px 0px 15px 15px;
}
.aboutimage {
	position: absolute;
	height: 300px;
	width: 115px;
	top: -23px;
	right: 0px;
}
.gallerythumbholder {
	position: absolute;
	width: 610px;
	left: -10px;
	_width: 620px;
	_left: -20px;
	top: -10px;
}
.gallery {
	padding: 9px;
	border: 1px solid #EAE0DD;
	text-align: center;
}
.gallerythumbtable {
	height: 112px;
	width: 112px;
	text-align: center;
	vertical-align: middle;
}
.galleryspacer {
	height: 10px;
	width: 10px;
}
.gallerythumb a {
	position: relative;
	display: block;
	height: 110px;
	width: 110px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	border: 1px solid #EAE0DD;
	background-image: url(/images/spacer.gif);
}
.gallerythumb a:hover {
	border: 1px solid #BEA596;
}
.gallerythumbindex a {
	width: 293px;
}
.gallerythumbtableindex {
	height: 112px;
	width: 183px;
	vertical-align: middle;
}
