body {
	background-color: #CCC;
}
#bg_wrapper {
	width: 907px;
	height: 603px;
	margin: 50px auto 0px auto;
	padding-top: 55px;
	background: #CCC url(../images/bg_flourish2.jpg) no-repeat -10px 0px;
}
#wrapper {
	width: 750px;
	height: 480px;
	margin: 0px auto 0px auto;
	background: #FFF;
}
#leftNav {
	float: left;
	width: 175px;
	height: 480px;
	background: #CCC;
}
#content {
	float: right;
	width: 575px;
	height: 480px;
}
#copyText {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #666;
	padding: 20px;
	overflow: auto;
	display: block;
	overflow-x: no;
	overflow-y: scroll;
	height: 320px;
	text-align: justify;
}
#copyTextNoScroll {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #666;
	padding: 10px 20px;
	text-align: justify;
}
#footer {
	float: right;
	color: #999;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	margin: 7px 90px 0px 0px;
}
.toggler {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	background: #BAC5C8;
	padding: 7px 10px;
	margin: 0px;
	border-bottom: solid 1px #FFF;
	cursor: pointer;
}
.element {
	margin: 0px;
	padding: 0px;
}
a.leftNavLink:link, a.leftNavLink:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #FFF;
	background: #9BA5A8;
	display: block;
	width: 175px;
	padding: 5px 0px 5px 20px;
	border-bottom: solid 1px #FFF;
	text-decoration: none;
}
a.leftNavLink:hover {
	color: #9BA5A8;
	background: #FFF;
}
a.contentLink:link, a.contentLink:visited, a.contentLink:hover {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #666;
	text-decoration: underline;
}
#myGallery {
	width: 575px !important;
	height: 480px !important;
	border: solid 5px #F00;
}
.contactForm {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	border: solid 1px #333;
	color: #666;
}
#contactFormDiv {
	margin-top: 20px;
}
label.formLabel {
	display: -moz-inline-box;
	display: inline-block;
	width: 90px;
}
.inlineImgLeft {
	border: none;
	float: left;
	padding-right: 8px;
	padding-bottom: 5px;
}
.inlineImgRight {
	border: none;
	float: right;
	padding-left: 8px;
	padding-bottom: 4px;
}