* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

span.arabic{ font-size: 16.3px; }

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #684f28;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 980px;
}

body {
	background: #684f28 url(images/AB_body.jpg) no-repeat 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
}



a.title{
       font-size: 15px;
       color: #c7beb3;
       text-decoration: none;
       font-weight: bold;
	   text-align: right;
}

 p hover {
	color: #b5a379;
	}
		
#main {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0.75em;
}

#header {
	position: relative;
	height: 328px;
}


#menu {
	width: 570px;
	position: absolute;
	top: 48px;
	right: 20px;
	height: 65px;
}

	#menu li {
		float: right;
		padding: 0 0 10px 0;
		line-height: 1.2em;
		font-size: 1.2em;
		color: #c7beb3;
		font-weight: bold;	
	}
	
		#menu li a {
			display: block;
		
			width: auto;
			text-align:right;
			padding: 0 0 0px 24px;
			text-decoration: none;
			color: #c7beb3;
		}
		
		#menu li a:hover {
			color: #b5a379;
		}
		

#content {
	height: 210px;
	padding: 11px 19px 30px 441px;
	overflow: hidden;
	font-weight: bold;
	text-align: right;
}

	#content p {
		overflow: hidden;
		padding: 0 0 11px 0;
		line-height: 1.2em;
		font-size: 1.2em;
		color: #c7beb3;
		font-weight: bold;
	}
	
	#content p.extra {
		padding: 0 0 17px 0;
	}
	
	#content p.extra-1 {
		padding: 0 0 16px 0;
	}
	
	#content p.extra-style {
		background: url(images/arrow.gif) no-repeat 0% 6px;
		padding: 0 0 0 8px;
		font-weight: bold;
		color: #c7beb3;
	}
		
		#content p small {
			float: right;
			padding: 0 23% 0 0;
			font-size: 1em;
		}
		
		#content p b {
			color: #c7beb3;
		}


#footer {
	background: url(images/footer.gif) no-repeat 725px 0%;
	height: 80px;
	overflow: hidden;
}

	#footer p {
		padding: 20px 46px 0 0;
		text-align: right;
		color: #000000;
	}
	
		#footer p span {
			padding: 0 3px 0 0;
		}
	
		#footer p a {
			margin: 0 0 0 3px;
			color: #000000;
		}