#content {
	margin-top: 15px;
}

#nav {
	background: url(../img/layout/navigation_page.gif);
}

ul.topnav li a {
	background-image: url(../img/layout/navigation_page.gif);
}

	#content div.block {
		float: left;
	}

	#content div#sidenav {
		width: 209px;
		padding: 15px 9px 0 0;
		border-right: 1px solid #F7F7F7;
		margin: 0 0px 0 0;
	}
	
		#sidenav ul li {
			border-bottom: #e4e7e9 1px solid;
			border-top: #e4e7e9 1px solid;
			padding: 5px 0 5px 5px;
			margin-top: -1px;
		}
		#sidenav ul li:hover, #sidenav ul li.active {
			background: #ebedee;
		}
		
			#sidenav ul li a  {
				text-decoration: none;
				font-weight: bold;
				font-size: 11.5px;
			}
			#sidenav ul li a:hover  {
				text-decoration: underline;
			}
	
	#content div#main {
		width: 731px;
		margin-left: 10px;
	}
	
		#main #main_body {
			float: left;
			width: 486px;
			margin-right: 5px;
		}
		
		#main #main_side {
			float: left;
			width: 235px;
			margin-left: 5px;
		}


	#feature_top {
		height: 6px;
		width: 235px;
		background: url(../img/layout/feature_top.gif);
		font-size: 1px;
	}
	
	#feature {
		width: 213px;
		background: url(../img/layout/feature_bg.gif);
		padding: 5px 11px 15px 11px;
	}
	
	#feature_bottom {
		height: 6px;
		width: 235px;
		background: url(../img/layout/feature_bottom.gif);
		font-size: 1px;
	}
	
	.ft_img {
		text-indent: -19000px;
		margin-bottom: 10px;
		width: 213px;
	}
	
	#ft_info {
		background: url(../img/layout/more_info.gif);
		height: 89px;
	}
	
	input
{
color: #000000;
border: 1px solid #000000
}

