*{
	padding: 0px;
	margin: 0px;
}

body{
	color: #999999;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	background: url(../_img/bg_swatch.jpg) repeat;
	}

img{
	border: none;
}

.image_right{
	position: relative;
	float: right;
	padding: 10px 0px 10px 10px;
}

.image_left{
	position: relative;
	float: left;
	padding: 10px 10px 10px 0px;
}

.caption{
	position: relative;
	width: 175px;
	font-size: 11px;
	line-height: 13px;
	padding-top: 5px;
}

a:link{
	color: #6699cc;
}

a:visited{
	color: #336799;
}

a:hover, a:active{
	color: #663300;
}

h1, h1 a:link{
	font-size: 14px;
	line-height: 16px;
	color: #003366;
	margin-bottom: 5px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}

h4, h4 a:link{
	font-size: 13px;
	margin-bottom: 10px;
}

h5{
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}

h6{
	font-size: 11px;
	font-weight: normal;
}

.note{
	font-size: 11px;
}

.error{
	color: red;
}

.date{
	color: #0941a1;
}

.right_align{
	float: right;
}

#container{
	width: 848px;
	position: relative;
	margin: auto;
	background: #FFF;
}

#header{
	height: 81px;
	width: 848px;
	position: relative;
	background: url(../_img/header.jpg) no-repeat;
}

#navigation{
	position: absolute;
	width: 540px;
	height:40px;
	top: 21px;
	left: 330px;
}

#navigation ul{
	list-style-type: none;
}

#navigation li{
	float: left;
	margin-right: 17px;
}

#navigation a, #navigation_member a{
	display: inline-block;
	height: 30px;
	text-decoration: none;
	font-size: 13px;
	color: #663300;
}

#navigation a:hover, #navigation a:active, #navigation a.selected{
	background: url(../_img/selector.jpg) no-repeat center 15px;
}

#content{
	position: relative;
	float: left;
	width: 838px;
	padding: 5px;
		background: #FFF url(../_img/body_bg.jpg);
}

#content p{
	margin-bottom: 10px;
	margin-left: 20px;
}

#content ul, #content ol{
	margin-left: 50px;
	margin-bottom: 10px;
}

#left_col{
	position: relative;
	float: left;
	width: 360px;
	padding: 0px 25px 0px 25px;
}

#blog_gallery{
	position: relative;
	width: 360px;
	background: url(../_img/blog_box.jpg) no-repeat;
	overflow: hidden;
}

#gallery{
	position: relative;
	float: left;
	width: 355px;
	height: 309px;
	background: url(../_img/picture_frame.jpg) no-repeat;
	margin-bottom: 10px;
}

.slide{
	position: absolute;
	top: 12px;
	left: 12px;
	height: 283px;
	width: 327px;
}

.rotating_image{
	position: relative;
	width: 327px;
	height: 253px;
	overflow: hidden;
}

.gallery_caption{
	position: relative;
	width: 350px;
	height: 25px;
	margin-top: 20px;
}
  
#blog{
	position: relative;
	float: left;
	width: 336px;
	border-right: 2px solid #336699;
	padding-right: 15px;
}

#blog_header{
	height: 22px;
	width: 342px;
	padding-top: 6px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	background: url(../_img/blog_header.jpg) no-repeat;
	margin-bottom: 10px;
}

#blog_content{
	margin-left: 20px;
	margin-bottom: 10px;
}

#blog_links{
	clear: both;
}

#right_col{
	position: relative;
	float: left;
	width: 411px;
}

#upcoming_events{
	width: 396px;
	border-right: 2px solid #336699;
	padding-right: 15px;
}

#events_header{
	height: 22px;
	width: 401px;
	padding-top: 6px;
	padding-left: 10px;
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	background: url(../_img/events_header.jpg) no-repeat;
	margin-bottom: 20px;
}

.event_item{
	position: relative;
	float: left;
	width: 400px;
	margin-bottom: 30px;
}

.event_image{
	position: relative;
	float: left;
	width: 85px;
}

.event_image img{
	float: left;
	padding: 3px;
	border: 1px solid #cc9933;
}

.event_text{
	width: 315px;
	float: left;
}

#box_bottom{
	position: relative;
	clear: both;
	width: 848px;
	height: 26px;
	margin: auto;
}

#footer{
	position: relative;
	clear: both;
	margin: auto;
	height: 25px;
	width: 848px;
	padding: 10px 0px 5px 0px;
	margin-bottom: 10px;
	font-size: 11px;
}

#footer p{
	color: #663300;
	text-align: center;
}

#footer a{
	color: #663300;
}