html,html body {
	height:100%;
}
body {
	background: #fff url(../_public/_images/bg.gif) repeat-x top;
	font: 12px 'Lucida Sans', Verdana, Arial, sans-serif;
	color:#4d4d4d;
	margin:0;
	padding:0;
}
a, a:active, a:visited {
	color:#4d4d4d;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1 {
	font-size: 19px;
	/*font-weight:normal;*/
}
h2 {
	font-size:16px;
	font-weight:normal;
}
input, textarea, select {
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing:normal;
	color:#999;
	padding:2px;
	/*border:1px solid #999;*/
}
#content table {
	margin:0 auto 10px auto;
}
#wrapper {
	width:100%;
	min-height:87%;
	position:relative;
	margin:0 auto 0 auto;
}
* html #wrapper {
	height: 87%;
}
#logo {
	width:979px;
	text-align:center;
	margin:34px auto 0 auto;
}
#flash_home {
	z-index:100;
}
#wrapper_content {
	width:100%;
	background: #e4ddd7;
	/*padding:67px 0 58px 0;*/
}
#content {
	width:979px;
	min-height:296px;
	font-size:11px;
	line-height:170%;
	/*letter-spacing:0.1em;*/
	color:#333;
	background: #e3ddd8 url(../_public/_images/section_bg/floral.jpg) no-repeat top center;
	text-align:center;
	margin:0 auto 0 auto;
	padding:68px 0 48px 0;
}
.content_block {
	width:506px;
	min-height:170px;
	background: transparent url(../_public/_images/bg_content_block.png);
	margin:0 auto 0 auto;
	padding:15px 55px 30px 55px;
}
.content_block h1, .content_block p {
	/*color:#e4ddd7;*/
}
#wrapper_locations {
	width:100%;
	height:144px;
	background: #fff url(../_public/_images/bg_locations.gif) repeat-x top center;
	text-align:center;
}
#nav_main {
	width:979px;
	text-align:center;
	position:relative;
	margin:0 auto 0 auto;
	padding:0 0 0 11px;
	overflow:visible;
	z-index:900;
}
#nav_main a, #nav_main a:active, #nav_main a:visited {
	color:#a2936d;
	text-decoration:none;
}
#nav_mid {
	width:990px;
	text-align:center;
	position:relative;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	overflow:visible;
	z-index:900;
}
#copyright {
	height:100px;
	width:100%;
	bottom:5px;
	font-size:10px;
	letter-spacing:0.1em;
	position:relative;
	color:#999;
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	clear:both;
}
#copyright a, #copyright a:active, #copyright a:visited {
	color:#999;
	text-decoration:none;
}
#copyright a:hover {
	color:#000;
}
.page_links_wrapper {
}
.gold {
	color:#6f6039;
}
.header_image {
	margin-bottom:-10px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
.clear {
	clear:both;
}