#gh_main {
	background-color: #FFFFFF;
	height		: 335px;
	width		: 660px;
	font-family	:"Century Gothic",Arial;
	font-size	:12px;
	text-align	:left;
}


#gh_left {
	float	:left;
	height	: 310px;
	width	: 250px;
	background-color: #FFFFFF;
	border	: 1px solid #e6f9b3;
	border-bottom:5px solid #e6f9b3;
}

	#gh_left img{ border:none;}
	
	#gh_left .left_title { width:220px; min-height:16px;line-height:16px;margin-top:3px;padding:0 5px;color:#686868}
	#gh_left .left_title a{ text-decoration:none}
	#gh_left .left_title a:hover{ text-decoration:underline}
	#gh_left .left_textlink { width:240px; height:100px;overflow:hidden;line-height:16px;margin-top:5px;padding:0 5px;color:#312727; }
	#gh_left .left_textlink a{ color:#312727;text-decoration:none;}
	#gh_left .left_textlink a:hover{ color:#686868;text-decoration:none;}




#gh_right {
	float	:right;
	height	: 310px;
	width	: 400px;
	background-color: #FFFFFF;
	border	: 1px solid #e6f9b3;
	border-bottom:5px solid #e6f9b3;
}


	#gh_right .gh_right_baslik{width:360px;#width:400px;font-size:14px;height:28px; line-height:24px; background:#e6f9b3; color:#61b70c; padding:0 20px;font-weight:bold;}
	
	#gh_right .gh_right_liste ul{ 
		margin: 0;
		padding: 0 5px;
		list-style-type: none;
	}

	
	#gh_right .gh_right_liste ul li a{ 
		overflow:hidden;
		display		:block;
		width		:370px;	
		#width		:390px;	
		height		:29px;
		line-height	:29px;
		color 		:#686868;
		font-weight	:bold;
		background	:#FFF url(nokta_p.png)  no-repeat;
		background-position:3px 12px;
		border-bottom	: 1px solid #f1f9da;
		text-decoration	:none;
		padding-left	:20px;
	}

	#gh_right .gh_right_liste ul li a:hover{ 
		background:#f1f9da url(nokta_a.png) no-repeat;
		background-position:8px 12px;
		border-bottom: 1px dotted #9fdb63 ;
	}