﻿/* CSS layout */

body{
	text-align: center;
	margin:auto auto;
	background:#bfbfbf;


}

#embody{
	width: 1000px;
  margin-left: auto ;
  margin-right: auto ;

	background-image:url('pics/chehab.jpg');
	height: 737px;	
	
}


#masthead {
}


#top_nav {
height: 170px;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 350px;
}

#right_col {
	width: 220px;
	position: absolute;
	right: 40px;
	top: 0px;
}

#footer {
margin-top: 545px;
text-align: right;
padding-right: 180px;
font-size: 12px;
}

#mainpagehr{
	width: 90%;
	color: maroon;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:-5px;
	display:none;

}

#tabs a{
	font-weight: bold;
	text-decoration: none;

}

#tabs-3 a:hover {
	text-decoration: underline;
}


#tabs-1 a:hover {
	text-decoration: underline;
}


#tabs{
	text-align: left;
	margin-left:0px;
	width:228px;
	padding-left: 5px;
	padding-right: 5px;

	background-image:url('pics/488px-Flag-map_of_Lebanon.svg.png');
	background-repeat: no-repeat;
	background-position: center -4px;	
}

	 #tabs br{
	margin-bottom: 20px;
	}
