@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0;
}
body {
	background:url(../images/xbg.jpg) top center no-repeat #AB9154;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p { 
	line-height: 130%;
}
a img {
	border: 0;
}	
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #AB9154;
	margin-top: 0;
}
a:link {
	font-weight: bold;
	color: #be902d;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #be902d;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #b09863;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #be902d;
}
.txt_cent {
	text-align: center;
	font-size: 120%;
	font-style: italic;
}
.img_cent {
	text-align: center;
	display: block;
}
.img_left {
	float: left;
	padding-right: 10px;
}
.img_right {
	float: right;
	padding-left: 10px;
}
.para_bold {
	line-height: 150%;
}
.dates_bold {
	font-size: 100%;
	color:#660000;
}
#container {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
	width: 1000px;
}
#branding {
	background: url(../images/xbg_branding.png) no-repeat center top;
	position: relative;
	height: 120px;
}
#branding h1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 350px;
	height: 120px;
	background: url(../images/xlogo_main.png) no-repeat; 
	float: left;
}
#branding h1 a {
	display: block;
	width: 350px;
	height: 120px;
	text-indent: -9999px;
}
#sub_cont {
	height: 100%;
	background: url(../images/xbg_subcont.gif) repeat-x top center #333333;
	overflow: auto;
}
#sub_main {
	text-align: justify;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	float: left;
	width: 600px;
}
#sub_sidebar {
	text-align: justify;
	margin-right: 20px;
	margin-top: 20px;
	padding: 10px;
	float: right;
	width: 300px;
}
#sub_sidebar p {
	font-size: 80%;
}

#site_info {
	background: url(../images/xbg_foot.png) no-repeat center top;
	height: 60px;
}
#site_info p {
	text-align: center;
	bottom: 0;
}
#gallery {
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0 auto;
	width:900px;
	height:500px;
}
/* Forms */
fieldset {
	margin-bottom: 5px;
	padding: 10px;
	overflow: hidden;
	border: 0px;
}
fieldset input, textarea {
	float: right;
	width: 60%;
}
#form_cont {
	float: right;
	width: 600px;
	padding-right: 30px;
	padding-top: 50px;
}
#form_cont span {
	font-size: 10px;
}
label, label span {
	display: block;
	padding-bottom: .20em;
}
label {
	float: left;
	width: 100%;
}
label span {
	float: left;
	width: 35%;
	text-align: right;
}
form div {
	margin-bottom: 20px;
	padding: 10px 20px;
	text-align: right;
	font-size: 80%;
}