article, aside, figure, footer, header, hgroup, menu, nav, section { display:block; }
	/** MAIN VIEW **/
html, body {
	font-family: 'Droid Arabic Kufi'; 
	padding: 0;
	margin: 0;
	height: 100%;
}
body{
	background-image : url('../img/bg.png');
	color:#423338;
}


#nav_bar{
	width: 100%;	
	min-width: 960px;
	background-color: #260601;
	position: fixed;
	top: 0;
	height: 50px;
}
.nav_bar_ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav_bar_ul li{
	float: right;	
	margin: 10px 20px;
	padding: 0 0 2px 5px;
	background-image: url("../img/nav_li.png");
	background-repeat: no-repeat;
	background-position: left bottom;	
}
.nav_bar_ul li:hover{
	background-image: url("../img/nav_li_s.png");
}
.nav_bar_ul li a{
	color: #fff;	
	text-decoration: none;
	font-size: 25px;
	font-weight: normal;
	/*text-transform: uppercase;*/
}
#slinks {
	padding-top: 70px;
}
#slinks a{
	float:left;
	clear:left;
	}
#slinks a img{
	width:50px;
	}
	

.contentHolder {
	width: 960px;
	margin: auto;
	height: 100%;
}

.shadow-bar-down {
	height: 70px;
	width: 100%;
	background-image: url("../img/black_shadow_bottom.png");
}

.section {
	width: 100%;
	padding-bottom: 50px;
	background-size: cover;
	background-attachment: fixed;
	box-shadow: #000 0 0 5px 0;
	position: static;
	min-width: 960px;
}

#about {
	text-align:center;
	font-size:20px;
}
#about  p{
	color: #FFF;
	text-shadow: -1px 1px 8px #333, 1px -1px 10px #333, 1px -2px 3px #333, 2px -1px 20px #333;
	text-decoration: none;
}

/**/

.title-holder-branch{
	clear:both;
	background-image: url("../img/title_branch.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;
	margin: 0px 0px 0px 90px;
	background-position: right;
}

.title-holder-content,
.title-holder-right,
.title-holder-left{
	float: right;
	padding-top:7px;
	margin-bottom: -30px;
	color:#423338;
}


.title-holder-content h1{
	margin:0;
	font-size:45px;
}

#plan ul{
	text-shadow: -1px 1px 8px #333, 1px -1px 10px #333, 1px -2px 3px #333, 2px -1px 20px #333;
	color:#fff;
}
