body{
	font-family: tahoma, arial;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	text-align: center; 
		background-image: url('images/bg-grad.jpg');
		background-repeat: repeat-x;
	}

a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
.thumb{
	margin: 6px 12px;
	}
	
#standard_form{
	text-align: left;
	}
	
#standard_form p{
	text-align:left;
	margin: 0;
	}
	
#standard_form label{
	text-align: right;
	vertical-align: top;
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}
	
#standard_form .submit{
	margin-left: 5.5em;
	background: #ffffff;
	color: #000000;
	border: 2px solid #999999;
	font-size: 1em;
	}

.error{
	color: red;
	}

#head, #header_image, #nav, #main_content, #credit{
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-collapse: collapse;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffffff;
	}
	
#head{
	margin-top: 6px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
		
#head .top_title{
	font-weight: bold;
	}
	
#head .top_title, #head .right_title{
	font-size: 0.8em;
	margin: 0px 4px;
	}

#head .top_title{
	text-align: left;
	}
	
#head .right_title{
	text-align: right;
	}
	
#header_image{
	height: 200px;
	margin:0px auto;
	padding:0;
	border-collapse: collapse;
	}
	
#header_image tr td{
	margin:0px;
	padding:0;	
	}
	
#nav{
	background: #752A25;
	}

#nav .subnav{
	background: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#nav .subnav p{
	font-size: 0.8em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	}
	
#nav ul{
	background:#752A25;
	font:13px Arial, tahoma;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	height:26px;
	position:relative;
	clear:both;
	}
	
#nav li{
	background:url('images/rhs-btn.gif') no-repeat right bottom;
	display:inline;
	float:left;
	margin:3px 3px 0px 8px;
	padding:0px;
	border-bottom: 0px solid #000000;
}

#nav li a{
	width:auto;
	float:none;
	background:url('images/lhs-btn.gif') no-repeat left bottom;
	color:#000000;
	display:block;
	float:left;
	font-weight:bold;
	left:-8px;
	margin-right:-9px;
	padding:4px 15px;
	position:relative;
	text-decoration:none;
}
#nav li a:hover{
	text-decoration: underline;
	}

#nav li.current{
	background:url('images/rhs-btn.gif') no-repeat right top;
	}
	
#nav li.current a{
	background:url('images/lhs-btn.gif') no-repeat left top;
	color:#000000;
	}


	
#main_content{
	height: 450px;
	background: #ffffff;
	}
	
#main_content .content p{
	text-align: left;
	margin: 6px 6px 6px 10px;
	font-size: 0.9em;
	}
	

#main_content .left{
	background: #ffffff;
	width: 220px;
	vertical-align: top;
	}

#main_content .left p{
	font-size: 0.9em;
	}
	
.gallery{
	}

.gallery .title{
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	}
	
.gallery .image{
	text-align:center;
	margin: 12px;
	}
	
.gallery .desc p{
	color:#ffffff;
	text-align:center;
	}
	
#news{
	width: 230px;
	margin-top: 6px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}



#news .news_head{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #752A25;
	color: #ffffff;
	}
	
#news .news_head p{
	margin-top:4px;
	margin-left: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	font-size: 0.7em;
	}
	
#news .news_body{
	border: 1px solid #000000;
	background: #ffffff;
	}

#news .news_body p{
	font-size: 12px;
	margin: 0 0px;
	padding: 0;
	font-size: 0.7em;
	}
	
#news .news_body div{
	margin: 0 0 0 4px;
	padding: 0;
	overflow:auto;
	height:100px;
	width:auto;
	}

#news .news_foot{
	height: 20px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #752A25;
	color: #ffffff;
	}
	
#main_content .content{
	vertical-align: top;
	}

	
#credit{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0px;
	border-top: 1px solid #000000;
	background: transparent;
	}
	
#credit p{
	margin: 6px;
	font-size: 0.8em;
	color: #cdcdcd;
	text-align: center;
	}
	
#credit a{
	color: #cdcdcd;
	}