/*
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  : somfy/structure.css
*/

#wrap {
	width:760px;
	margin:20px auto;
	}

#head-wrap {
	clear:both;
	width:760px;
	height:170px;
	padding:0;
	margin:0;
	}
	
#content-wrap {
	margin:10px 0 0 0;
	width:760px;
	}
	
	#left-content {float:left;width:435px; padding-right:5px; margin-top:10px;}
	#right-content {width:305px; float:right; padding-left:5px; margin-top: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;
		}
		

