body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* 	background-color: #dcdcdc; 	*/
	background-color: #E4DCC3;
	color: #2e1a0b;
}


#wrapper
{
	width: 950px;
	height: 690px;
	margin: 0 auto;
	margin-top: 0px;
	/*
	background-color: #004748;
	border: 1px solid #002F2F;
*/
	background-color: #f1eee4;
	border: 1px solid #7E6F41;
}

#inner_wrapper
{
	clear: both;
	width: 930px;
	height: 670px;
	margin: 0 auto;
	margin-top:10px;
	background-color: #ffffff;
}



#header
{
	clear: both;
	width:100%;
	height: 100px;
	border-bottom: solid 0px #AAAAAA;
	background-color: #FFFFFF;
}

#menu
{
	width: 930px;
	height: 33px;
	border-bottom: solid 0px #AAAAAA;
	color: #FFFFFF;
/*	background-image: url(images/menu-bg.gif);  */
	text-align: center;
	background: #0b1e0e url(js/images/ui-bg_glass_25_0b1e0e_1x400.png) 50% 50% repeat-x;
}


.menu-tabs
{
	float:left;
	text-align: center;
	width:231px; 
	margin-top:7px;
	font-weight: bold;
	font-size: 14px;
}

.menu-tabs a
{
color: white;
text-decoration: none;
}

.menu-tabs a:hover
{
	color: #c8ba82;
	text-decoration: none;
}


#main
{
	width:100%;
	height: 510px;
	border-bottom: solid 0px #AAAAAA;
	overflow:hidden;
	margin-top:10px;
	clear: both;
}




#left_area
{
	float: left;
	width:650px;
	margin-left:10px;
	margin-top:10px;
}

#right_area
{
	float: right;
	margin-top:10px;
	margin-right:10px;
	width:250px;
}


#footer
{
	width: 950px;
	height: 30px;
	margin: 0 auto;
	margin-top: 5px;
	color: #2e1a0b;
}


#footer 	a
{
color: #2e1a0b;
text-decoration: none;
}

#footer 	a:hover
{
color: #2e1a0b;
text-decoration: underline;
}


.menu_entry
{
	text-align:center;
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: Century Gothic, Tahoma, Verdana;
}

#slideshow1 img
{
	width:650px;
	height: 300px;
}


.date_input
{
	border: 1px solid #002F2F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #630811;
	width: 110px;
	text-align: center;	
}

.input_text
{
	border: 1px solid #e2e2e2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	width: 110px;
}

.submit_button
{
	border: 1px solid #dddddd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #630811;
	width: 140px;
	text-align: center;
	background: white;
}

.right_title
{
	width: 240px;
	height:25px;
	background: #0b1e0e url(js/images/ui-bg_glass_25_0b1e0e_1x400.png) 50% 50% repeat-x;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}


.th
{
	width:64px; 
	height:48px; 
	margin:4px;
	margin-left:7px;
	margin-right:7px;
	float:left;
}

.row_header
{
	background: #3a3c28;
	text-align: center;
	color: #e8e8da;
}
.row_dark
{
	background: #e1e1ce;
	text-align: center;
	color: #3e4028;
}

.row_light
{
	background: #d0d0bb;
	text-align: center;
	color: #3e4028;
}


.form_entry
{
	clear: both;
	border: 1px solid #cecece;
	width: 100%;
	height:50px;
	vertical-align: middle;
	font-size: 13px;
	padding:5px;
	margin-bottom: 5px;
}


.form_entry_over
{
	clear: both;
	border: 1px solid #630811;
	width: 100%;
	height:50px;
	vertical-align: middle;
	font-size: 13px;
	padding:5px;
	margin-bottom: 5px;
}

label
{
	cursor: pointer;
}


.comments
{
	font-size: 10px;
}

.error {
color: red;
font: 10px;
padding-left: 10px
}



