/* CSS Document */
#content-tb {
	background-color: #fdfbf1; 
	width: 970px; 
	margin: 0 auto 0 auto; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 135%; 
}

.menu-top {
	clear: both;
	text-align: right;
	height: 30px;
	margin-top: 30px; 
}

.menu-top-li {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #622713;
	text-decoration: none;
	margin: 0px;
	height: 41px;
    padding: 12px 5px 0 10px;
}

.menu-top-li:hover {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #f09030;
	text-decoration: none;
}

.menu-top-a {
	clear: both;
	text-align: center;
	height: 20px;
	margin-top: -10px;
	margin-bottom: 10px; 
}

.menu-top-a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #622713;
	text-decoration: none;
	margin: 0px;
	height: 41px;
    padding: 12px 5px 0 10px;
}

.menu-top-a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #f09030;
	text-decoration: none;
}
.left-side { 
	width: 215px; 
	float:left;
	margin-top: -30px;
	border-right: #CCCCCC thin solid;
}

.left-side-left { 
	width:216px; 
	float: left;	
}

.left-side-right { 
	width:185px;
	float: right;	
}

.right-side { 
	float: left; 
	width: 500px;
	margin-right: 5px;
	margin-left: 10px;
}
.more-link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	float: left;
	min-height: 19px;
	width: 160px;
	padding: 3px 0 0 13px;
	margin: 0 0 0 7px;
}	
	
		

