html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff; 
	background-color: #000243;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}

a {
	font-size: 11px;
	color: #EEF9BC;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
#shadowwrapper {
	width: 970px;
	margin: 0px auto;
	background: url('images/outer_shadow.gif');
	background-repeat: repeat-y;
	}

#leftimg {
	z-index: 1;
	position: fixed;
	left: 50%;
	margin-left: -475px;
	height:618px;
	width: 180px;
	}

#banner {
	margin-left: 10px;
	background: url('images/banner.gif');
	width: 950px;
	height: 131px;
	}

#nav {
	padding-top: 90px;
	text-align: right;
	}

#nav ul {
	margin: 0px;
	padding: 2px 250px 0px;
	}
	
#nav li {
	list-style-type:none;
	display:inline;
	padding: 0px 10px;
	}

#nav a {
	font-size: 12px;
	color: #EEF9BC;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#content {
	margin-left: 10px;
	width: 950px;
	background: url('images/top_gradient_stars.gif');
	background-repeat: no-repeat;
	background-color: #000253;
	}

#leftcontent {
	float: left;
	width: 530px;
	height: 500px;
	margin-top: 30px;
	margin-left: 190px;
	background: url('images/arabic_text.gif');
	background-position: 0px 350px;
	background-repeat: no-repeat;
	}

#rightcontent {
	float: right;
	margin-top: 65px;
	width: 220px;
	}

#rightcontent img {
	margin-bottom: 15px;
	border: 0px;
	}

#footer {
	width: 950px;
	margin-left: 10px;
	padding-bottom: 5px;
	background-color: #000253;
	}

#footer a {
	color: #fff;
	font-weight: normal;
	}

#footer a:hover {
	color: #EEF9BC;
	font-weight: normal;
	}
	
#bodytext {
	text-align: left;
	line-height: 17px;
	}

.clear {
	clear: both;
	}

.title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	color: #EEF9BC; 
	font-style: italic;
	}

.galleryimg {
	border: 0px;
	}

.centered {
	text-align: center;
	}