/* CSS Document */
body {
	margin:0px;
	padding:0px;
	text-align:center;
	color:#6E3219;
	background: #BD9271; 
/*	color:#855D51;
	background: #C2B4A9; */
	}

#container {
	background:url(images920/beige_bar_02.gif) right;
	height:100%;
	width:760px;
	text-align:left;
	padding:0px;
	margin:0px;
}	

#left_bar {
	background:url(images920/river_01.jpg) repeat-y top right;
	height:100%;
	width: 100px;
	float:left;
	margin:0px;
	padding:0px;
	border: 0px;
}

#content {
	background:url(images920/pebbles_03.jpg) no-repeat bottom right;
	width:660px;
	height:100%;
	float:right;
	margin:0px;
	padding:0px;
	border:0px;
}

#editable_content {
	float:left;
	padding:20px 10px 10px 20px;
	border:0px;
	width:480px;
	font-weight:normal;
}

#right_bar {
	width:147px;
	float:right;
	margin:0px;
	padding:0px;
	border: 0px;
	background:none;
}

.weblink {
	text-decoration:none;
	font-style:italic;
	color:#000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
a.h3_link:active, a.h3_link:hover, a.h3_link:link, a.h3_link:visited {
	text-decoration:none;
	color:#6E3219;
	text-align:left;
	font-size:11pt;
}
.small_authour {
	font-size:8pt;
	/*font-style:italic;*/
}
.formInput {
	font-size: 9pt;
	font-family:"Times New Roman", Times, serif;
	border:0px;
	padding:1px 3px;
	}

.formLabel {
	font-weight:bold;
}	
.light_footer{
	/*margin-top:15px;
	font-size:9pt;
	text-align:center;*/
	width:100px;
	float:left;
	height:25px;
	position:absolute;
	font-size:8pt;
	margin:0px;
	padding:0px;
	text-align:left;
}

a:link, a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover, a:active {
	text-decoration:underline;
}
h5_title {
	padding:0px;
	margin:0px 0px 4px 0px;
}
.th_review {
	font-size:9pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	height:15px;
}
.evenRow {
	background: #FEF9D8;
}

.oddRow {
	background: #F3F0EB;
}

.review_h1 {
	font-size:12pt;
}