@charset "utf-8";
BODY { margin: 0; padding: 0; background: #464646; font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 12px; }

#rwc .inner {
	width: 766px;
	margin: 0 auto 0 auto; 
}
#rwc img { border: none; padding: 0; margin: 0; }

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 225px;
	background-color: #999999;
}
#container {
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #d4d3ce;
	padding: 0px;
}
#bodyContainer {
	padding: 15px;
}
#sideBar {
	float: left;
	width: 150px;
}

#NaviContainer {
	background-color: #663333;

	background-image: url(images/nvi_bg.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 2px #fff; 
	margin-bottom: 20px; 

}

#NaviContainer ul { list-style: none; margin: 0; padding: 0; }
#NaviContainer ul li { list-style: none; margin: 0; padding: 0; height: 1%; }
#NaviContainer ul li a.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 8px;
	display: block;
}

#NaviContainer ul li.selected a.button {
	background: #464646;
}

.top {
	border-top: solid 1px #fff;
}

#NaviContainer .subNav  {
	border-bottom: solid 1px #fff;
	display: none; /* By Default not shown */
	background: #999;
}

#NaviContainer .selected .subNav  { display: block; } /* shown when placed below that ".selected" class selector */

#NaviContainer .subNav a{
	display: block;
	padding: 5px 5px 5px 25px;
	color: #fff;
	background: #999;
}


#feature {
	margin-left: 30px;
	float: left;
	width: 550px;
}

#gallery {
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 20px
}
#time {
	float: left;
	width: 200px;
	padding: 8px;
}
#location {
	margin-left: 230px;
	padding: 8px 8px 8px 28px;
	border-left: 1px solid #999; 
}
#footer {
	height: 232px;
	background: url(images/footer.jpg) top center;
	margin: 0px;
	background-position: center -208px -10px;
	clear: left;
}

#navi_footer{
	background-image: url(images/navi_footer.jpg);
	height: 60px;
}

.subtitle{
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 20px;
}

h2 { color: #666; margin: 5px 0 8px 0; padding: 0; font-size: 18px; }
 
p {

	line-height: 24px;
	color: #333333;
	text-decoration: none;
}
img{
	padding: 5px;
	border: 1px solid #666666;
	margin: 5px;
}
.titleSmall{
	font-family: Georgia, "Times New Roman", Times, serif;

	line-height: 20px;
	color: #666666;
}
.sectionTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	color: #8B3F32;
	font-weight: bold;
}

li{
	line-height: 24px;
	color: #333333;
	text-decoration: none;
	list-style-type: square;
}