@charset "utf-8";

body  {
	font: 13px Arial, Helvetica, sans-serif;
	background:url(../images/deeb_back.jpg) repeat-x #201823; 
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #8e8374;
}
#header { 
	background:url(../images/header.jpg) no-repeat; 
	height:210px;
} 
#container { 
	width: 787px;
	background:url(../images/back.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
} 

#sidebar1 {
	float: left;
	width: 130px;
	padding: 0px 0px 0px 15px;
}

#gallery{
	position:relative;
	left:-60px;
}

#mainContent { 
	position:relative;
	margin: 0 30px 0 230px;
	width:500px;
	line-height:17px;
	text-align:justify;
} 

#mainContent p
{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	position: relative;
}

#mainContent h1{
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	margin-top:40px;
}

#mainContent h2{
	color:#736F8C;
	font-size:15px;
	font-weight:bold;
	margin-top:40px;
}

#mainContent h3{
	color:#736F8C;
	font-size:12px;
	margin: 0px 0px 0px 0px;
}

#logos {
	position: absolute;
	bottom: -30px;
	z-index:3;
	text-align: center;
	width: 153px;
	left:-200px;
}

#footer { 
	padding: 10px 0px 0px 50px;
	background:url(../images/footer.jpg) no-repeat  #201823; 
	height:20px;
	color:#736F8C;
	font-size:10px;
} 

#footer a, #footer a:link { 
	text-decoration:none;
	color:#736F8C;
} 

#footer a:hover{ 
	color:#ffff00;
} 



.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.back{
	border-bottom:1px solid #999999;
	text-align:right;
}

a, a:link{
	color:#736F8C;
	text-decoration:none;
}
a:hover{
	color:#0099cc;
}

HR {
height: 1px;
border-style: none;
color:#756e63;
background-color: #756e63;
width: 96%;
}
.readMore {

}

