

html {
	overflow-y:scroll;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}

/* CORE CLASSES */
.container {
	width:900px;
	margin:12px;
	text-align:left;
}
.Highlight {
	color:#F60;
}

.gallerytable {
	margin-left:45px;
}

/* HEADER STYLES */
.header {
	background:#fff;
	color:#FFF;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	height:120px;
}
.header, .header a {
	color:#FFF;
}
.header_left {
	background:#fff;
	float:left;
	text-align:left;
	width:200px;
}
.header_right {
	float:right;
	text-align:right;
	width:200px;
	padding:60px 10px 0 0;
}
.header_center {
	text-align:center;
}

.phone_heading {color:#663366; font-size:18px; font-weight:bold;}
.email_heading a {color:#666; font-size:12px; text-decoration:overline;}

/* NAV STYLES */
.nav {
	background:#fff;
	float:right;
	text-align:center;
	line-height:22px;
	width:271px;
	height:112px;
	padding:10px 0 0 6px;
}
.nav, .nav a {
	color:#813366;
	font-weight:bold;
}
.nav a {
	display:block;
}

/* BODYMAIN STYLES */
.bodymain {
	background:#fff;
}
.bodymain_left {
	text-align:left;
	background:#999;
	float:left;
	width:125px;
	display:none;
}
.bodymain_right {
	text-align:right;
	background:#999;
	float:right;
	width:200px;
	display:none;
}
.bodymain_center {
	text-align:center;
	width:590px;
	height:400px;
	margin-top:10px;
	border:1px solid transparent;
}
.scroll {
	text-align:left;
	overflow-y:scroll;
	height:380px;
	width:590px;
	margin:10px 0 0 -1px ;
	border:1px solid #ccc;
}
h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#51B747;
}
.scroll h1, .scroll h2, .scroll h3, .scroll h4, .scroll h5, .scroll h6 {
	margin:16px;
}
.scroll p {
	margin:16px 22px;
}

.bodymain, .bodymain_left, .bodymain_right {
	min-height:420px;
}
.content_bottom_right {
	width:286px;
	height:270px;
	border:1px solid #ccc;
	clear:both;
	float:right;
	padding:0px;
	overflow:hidden;
	z-index:1000;
	position:absolute;
	margin:126px 0 0 610px;
}
.content_bottom_right p, .content_bottom_right h5 {
	margin:11px;
}
.content_bottom_right p {
	font-size:11px;
	line-height:13px;
}

/* FOOTER STYLES */
.footer {
	background:#fff;
	clear:both;
	line-height:22px;
	color:#666666;
	font-size:10px;
}
.footer, .footer a {
	color:#51B747;
}
.footer_left {
	background:#fff;
	float:left;
	text-align:left;
	width:200px;
	border-top:1px solid #ccc;
	color:#666;
	display:none;
}
.footer_right {
	background:#fff;
	float:right;
	text-align:right;
	width:200px;
	border-top:1px solid #ccc;
	color:#666;
}
.footer_center {
	text-align:left;
	border-top:1px solid #ccc;
	color:#666;
}
