* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}
#header {
	background:url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 104px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 786px;
	margin: 10px auto;
	background: url(images/shadow_bg.jpg);
	background-repeat: repeat-y;
}
#flashHead {
}
#navbar {
	height: 27px;
	background: url(images/nav_grad.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding: 3px 20px 0px;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 15px;
	letter-spacing: .1em;
}
#navbar ul li a {
	color: #602502;
	text-decoration: none;
	padding: 4px;
}
#navbar ul li a:hover {
	color: #fec09c;
	background: #602502;;
}
#container {
	padding: 8px 0px;
}
#col1, #col2, #col3 {
	float: left;
	width: 230px;
	margin-left: 12px;
}
#col1 {
}
#col2 {
}
#col3 {
	margin-right: 12px;
	width: 266px;
}
#col1b {
	width: 460px;
	margin-left: 12px;
	margin-right: 6px;
	margin-top: 0;
	float: left;
}
#col3b {
	margin-right: 8px;
	padding: 0;
	width: 300px;
	float: left;
}
#col1b p {
	margin-bottom: 6px;
}
* html #col1, * html #col2, * html #col3, * html #col1b, * html col3b {
	margin-left: 6px;
	margin-right: 4px;
}

#footer {
	font-size: 10px;
	color: #999999;
	letter-spacing: .04em;
}
#bottomShadow {
	background: url(images/bottom_shadow.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
.nestedDiv {
	border-top: 1px solid #000;
	padding-top: 6px;
	margin-top: 6px;
}
.boldRed {
	font-weight: bold;
	color: #602502;
}

/* clear floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { /*fix for IE Mac */
	display: display: inline-table;
}
/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */
