body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	background-color: #B7BEC7;
	color: #333;
}
a:active {
	text-decoration: none;
}
* html body {
	font-size: x-small; /* for IE/Win */
	f\ont-size: small; /* for otherIE versions */
}
/* This zezoes out all default values */
* {
	margin: 0;
	padding: 0;
}
/* BASIC LAYOUT */
#container {
	width: 774px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/new/hp_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	padding-top: 20px;
	width: 774px;
	background-color: #B7BEC7;
}
#content_l {
	float: left;
	width: 268px;
}
#featured {
	margin: 0 9px 0 38px;
	background-color: #F2F4F5;
	background-image: url(images/new/featured_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#featured ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	background-image: url(images/new/featured_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#featured li {
	text-decoration: none;
	margin: 0;
	padding: 0 10px 7px;
	font-size: 95%;
	font-weight: bold;
}
#featured li p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
}
#featured a:link, #featured a:visited {
	color:#b58717;
	text-decoration: underline;
}
#featured a:hover {
	color:#765d25;
	text-decoration: underline;
}
#hp_nav {
	margin: 0 9px 0 38px;
	width: 221px;
}
#hp_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}
#hp_nav li {
	padding: 0;
	font-size: 85%;
	text-transform: uppercase;
	border-bottom: 1px solid #B7BEC7;
}
#hp_nav li a {
	font-weight:200;
	display: block;
	padding: 5px 0 3px 10px;
	color: #fff;
	text-decoration: none;
}
#hp_nav li a:hover {
	color: #53585c;
	background-color:#CCCCCC;
}
#content_r {
	float: right;
	width: 506px;
}
#flash_box {
	margin: 0 33px 0 9px;
	height: 358px;
	background-image: url(images/new/flash_box_bg.jpg);
	background-repeat: no-repeat;
}
#flash_box div {
	padding: 11px 12px;
}
#sections {
	clear: both;
	margin: 20px 33px 10px 38px;
}
.section_box {
	margin: 10px 17px 10px 0;
	float: left;
	width: 223px;
	background-image: url(images/new/section_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.section_box2 {
	margin: 10px 0 10px 0;
	float: left;
	width: 223px;
	background-image: url(images/new/section_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.section_box h2, .section_box2 h2 {
	font-family: Helvetica, sans-serif;
	font-size: 115%;
	padding: 10px 5px 0;
	color: #B7BEC7;
	text-align: right;
	text-transform: uppercase;
	background-image: url(images/new/section_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
h2 a:link, h2 a:visited {
	color: #B7BEC7;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
.section_box p, .section_box2 p {
	font-size: 87%;
	line-height: 225%;
	margin: 0 5px 5px;
	color: #B7BEC7;
}
.section_box img, .section_box2 img {
	float: right;
	border: 0;
	margin: 5px 5px 10px;
}
#footer {
	clear: both;
	color: #333;
	text-align:center;
	color: #fff;
	font-size: 85%;
	background-color: #B7BEC7;
	background-image: url(images/new/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/* Hide from IE5/Mac \*/
* html #footer {
	height: 1%;
}
#footer p {
	padding: 20px 0 10px;
}
#main {
	width: 850px;
	margin: 0 auto;
}
#main p {
	margin: 0 20px 10px;
	font-size: 85%;
	line-height: 135%;
}
#main h2 {
	margin: 0 20px 5px;
	font-size: 100%;
	color: #AB4609;
}
#main h3 {
	margin: 10px 20px 5px;
	font-size: 90%;
	line-height: 135%;
}
#main h4 {
	margin: 0px 20px 5px;
	font-size: 85%;
	line-height: 100%;
}
img.leftmargin {
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-right: 10px;
	border:1px solid #b7bee7;
	padding: 3px;
}
.float_right {
	float: right;
	margin-left: 10px;
	border:1px solid #b7bee7;
	padding: 3px;
}
.clear {
	clear: both;
}
blockquote {
	margin-left: 20px;
	font-style:italic;
}
blockquote.exhibits {
	margin-left: 20px;
	font-style:normal;
}
blockquote.exhibits p {
	font-size:85%;
	margin-top:0;
}
blockquote.exhibits h3 {
	margin-bottom: 0;
}
#main ul {
	margin: 10px 40px;
	font-size: 85%;
	line-height: 125%;
	list-style:none;
}
#main ul.bullet {
	margin: 10px 60px;
	list-style:square;
}
#main ul li {
	margin-bottom: 5px;
}
#main ol {
	margin: 10px 20px 10px 60px;
	font-size: 90%;
	line-height: 135%;
}
#main ol li {
	margin-bottom: 5px;
}
#main table.paypal {
	font-size: 85%;
}
#main table.paypal td {
	font-size: 85%;
	border: 1px solid #b7bec7;
}
.join {
	float:right;
	padding:5px;
	border:1px solid #5e786b;
}
.85 {
	font-size: 80%;
	font-weight:normal;
	color:#333;
	margin-bottom:5px;
}
.section_box a:link, .section_box a:visited, .section_box2 a:link, .section_box2 a:visited {
	color:#aad0f5;
	text-decoration: underline;
}
.section_box a:hover, .section_box2 a:hover {
	color:#668ed3;
	text-decoration: underline;
}
.al {
	float:right;
	margin:0 0 15px 15px;
	padding: 2px;
	background-color:#ccc;
	border: 1px solid #666;
}
#main p.caption {
	font-size:75%;
	color:#666;
}
.left10 {
	margin-left:10px;
}
.center {
	text-align:center;
}
.two_images {
	margin-left:4px;
}
