/*
Ekare Yazılım, Bilg ve Özel Eğitim Hizm. San. Tic. Ltd. Şti. - http://www.ekareyazilim.com.tr
Project    : www.mekaniksistem.com
Date       : 13.05.2008
Contact    : engin.ayar@ekareyazilim.com.tr
File Name  : iletisim/css/structure.css
*/

#wrap {
	width:760px;
	margin:20px auto;
	}

#head-wrap {
	clear:both;
	width:760px;

	padding:0;
	margin:0;
	}
	
#content-wrap {
	margin-top:185px;
	width:416px;
	float:left;
	}
	
	#left-content {width:416px; float:left; padding-left:10px;}


	/*--CONTENT BOX--*/
	.content-box-bg {
		width:302px;
		background:url(/_images/bloc_bg.gif) repeat-y 0 0;
		float:right;
		margin:0 0 15px 0;
		padding:0;
		}
	
	.content-box {
		width:100%;
		background:url(/_images/bloc_top_bg.gif) no-repeat 0 0;
		margin:0;
		padding:0;
		}
	
	.content-box h1 { 
		width:272px;
		font:16px "Lucida Sans Unicode";
		color:#4b4b4b;
		padding:10px 15px 5px 15px;
		float:left;
		}
		
	.content-box p { 
		width:272px;
		height:100%;
		background:url(/_images/bloc_bot_bg.gif) no-repeat 0 0;
		background-position:bottom;
		font:12px "Lucida Sans Unicode";
		color:#4b4b4b;
		padding:0 15px 15px 15px;
		text-align:inherit;
		}
		
	/*--İLETİŞİM TEXT BOX--*/
		
	.txt1 {
		width:142px;
		height:19px;
		background:url(../_images/box_bg1.gif);
		text-align:center;
		float:left;
		margin:1px 0 2px 0;	
		}

	.txt2 {
		width:117px;
		height:19px;
		background:url(../_images/box_bg2.gif);
		text-align:center;
		float:left;
		margin:1px 5px 2px 0;
		}

	.txt3 {
		width:264px;
		height:89px;
		background:url(../_images/box_bg3.gif);
		text-align:center;
		float:left;
		}

	
	

