body {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	background: url(../img/bkgd_page.jpg);
	color: #000;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, img, form, fieldset, label, img {
	margin: 0;
	padding: 0;
	border: none !important;
}
.hidden{
	display: none;
}
h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #6a2f7e;
	margin: 20px 20px 0.5em 0;
}
h2 {
	margin: 1.2em 20px 0.2em 0;
	font-size: 1.3em;
	color: #6a2f7e;
}
h3 {
	margin: 1.2em 20px 0.3em 0;
	font-size: 1.2em;
	color: #6a2f7e;
}
#middle p, #middleWide p {
	margin: 0 20px 0.5em 0;
	line-height: 1.5em;
}
#right p {
	margin: 15px 15px 0.5em 15px;
	line-height: 1.5em;
	color: #fff;
	font-size: 11px;
}
ul, ol {
	margin: 1em 20px 1em 20px;
}
li {
	margin: 0 0 0.5em 0;
}
fieldset {
	background: #fff;
	padding: 10px 10px 10px 0;
	margin: 0 20px 10px 0;
	width: 360px;
}
fieldset br {
	clear: both;
}
label, input {
	float: left;
	display: inline;
}
label {
	width: 180px;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-weight: bold;
}
input, textarea, select {
	width: 170px;
	margin: 3px 0 0 0;
}
input, textarea {
	border: 1px solid #6a2f7e;
}
label.long {
	width: 360px;
}
label.long input, label.long textarea, label.long select {
	width: 350px;
	margin: 3px 0 0 0;
}
input.button {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #6a2f7e;
}


/*GALLERY*/
.thumb {
	float: left;
	display: inline;
	background: #fff;
	margin: 20px 35px 0 0;
	width: 150px;
}
.thumb .imgHolder {
	background: #000;
	border: 1px solid #000;
	height: 100px;
	width: 150px;
	overflow: hidden;
	text-align: center;
}
.thumb a {
	text-decoration: none;
	border: none;
}
.thumb p {
	margin: 2px 5px 5px 5px !important;
	line-height: normal !important;
	font-size: 11px;
	text-align: center;
}

#head {
	height: 91px;
	overflow: hidden;
}
#content {
	background: url(../img/bkgd_content.gif) repeat-y;
	float: left;
	width: 739px;
}
#contentWide {
	background: url(../img/bkgd_content_wide.gif) repeat-y;
	float: left;
	width: 739px;
}
#nav {
	width: 175px;
	float: left;
	display: inline;
	background: url(../img/bkgd_nav.gif) no-repeat;
	padding-top: 150px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
}
#nav a {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	background: url(../img/bkgd_button1.gif) repeat-y;
	text-decoration: none;
	font-weight: bold;
	color: #fddf82;
}
#nav a:hover {
	background: url(../img/bkgd_button2.gif) repeat-y;
}
#nav a.active {
	color: #fff;
}
.navBanner {
	width: 175px;
	float: left;
	display: inline;
	padding-top: 20px;
	margin-left: -18px;
	text-align: center;
}
.navBanner a {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	text-decoration: none;
}
#middle {
	width: 406px;
	float: left;
	display: inline;
	background: #fff;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}
#middle a, #middleWide a {
	color: #3a631d;
}
#middle a:hover, #middleWide a:hover {
	color: #6a2f7e;
}
#right {
	width: 158px;
	float: left;
	display: inline;
	background: url(../img/right_top.gif) no-repeat;
}
#middleWide {
	width: 564px;
	float: left;
	display: inline;
	background: url(../img/middleWide_top.gif) no-repeat top right;
}
.clear {
	clear: both;
}
#foot {
	clear: both;
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	width: 589px;
	padding: 10px 0 10px 150px;
}