body {
	background-color: #BBCC77;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #C9120D;
}

a:hover {
	text-decoration: underline;
}

#contents_box {
	margin: 0 auto; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	width: 770px;
	background-color: #FFFFFF;
}

#header_bar {
	background-color: #BDBDBD;
	width: 100%;
	height: 45px;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	margin: 0;
}

#footer_bar {
	clear: both;
	font-size: 10px;
	height: 20px;
	background-color: #BDBDBD;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0 5px;
	line-height: 20px;
	text-align: right;
}

#nav_bar {
	background-color: #C9120D;
	width: 100%;
	height: 35px;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	vertical-align: middle;
	margin: 0;
}

#nav_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_list li {
	display: inline;
	float: left;
	text-align: center;
	width: 93px;
}

#nav_list a {
	display: block;
	background-image: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 35px;
	padding: 0px 5px;
	font-weight: normal;
}

#nav_list a:hover, #nav_list a#current_nav {
	background-image: url(../images/common/nav/canoe_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#sub_nav_bar {
	background-color: #C9120D;
	height: 35px;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	vertical-align: middle;
	margin: 0 0 15px 0;
}

#sub_nav_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sub_nav_list li {
	display: inline;
	float: left;
	text-align: center;
	width: 165px;
}

#sub_nav_list a {
	display: block;
	background-image: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 35px;
	padding: 0px 15px;
	font-weight: normal;
}

#sub_nav_list a:hover, #sub_nav_list a#current_nav {
	background-image: url(../images/common/nav/canoe_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

#body_box {
	padding: 20px;
}

h1 {
	font-size: 15px;
	letter-spacing: 1.0px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#side_bar, #side_bar_details {
	float: right;
	margin: 0px 0px 20px 20px;
	background-color: #BDBDBD;
	border: 1px solid #000000;
}

#side_bar {
	width: 190px;
}

#side_bar_details {
	width: 250px;
}

#side_bar h2 {
	text-align: center;
	color: #C9120D;
	font-size: 14px;
	letter-spacing: 0.9px;;
	font-weight: bold;
}

#side_bar h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

#side_bar p, #side_bar_details p {
	margin: 0px 0px 10px 0px;
}

#side_bar_details h3 {
	font-weight: bold;
	font-size: 13px;
	color: #C9120D;
	margin: 5px 0px;
}

#main_body {
	margin: 0;
}

#main_body h2 {
	font-size: 13px;
	letter-spacing: 1.0px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#main_body h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

#main_body h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
}

#float_contents {
	width: 450px; 
	float: left;
}

#float_contents h4 {
	clear: both;
}

.photo_lists {
	width: 450px;
	margin-bottom: 10px;
}

#main_body p {
	margin: 0px 0px 10px 0px;
}

#main_body img {
	border: 2px solid #000000;
}

.divider_mark {
	margin: 20px auto;
	border-bottom: 1px solid #C9120D;
}

ul.descriptions {
	margin-top: 0;
	margin-bottom: 0;
}

li.listings {
	margin-bottom: 10px;
}

.session_listing, .session_listing_full {
	width: 100%; 
}

.session_listing_full {
	background: url(../images/common/nav/session_full.jpg) no-repeat top right;
}
