html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #47005c url(../images/home_background.jpg) repeat-x;
}
img { border: none;}
#container {
	top: 0px;
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin: auto;
	position: relative;
	bottom: 120px;
	background: url(../images/orange_dec1.jpg) repeat-x;
}
html>body #container {
	height: auto;
}

#logo {	
	position: absolute;
	top: 137px;
	left: 15px;
	width: 161px;
	height: 81px;
	z-index: 10;
}
#camel {
	background: url(../images/camels.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 112px;
}
#nav {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 100%;
	height: 35px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	font: 10px Arial;
	font-weight: bold;
	height: 35px;
	float: left;
	color: #47005c;
	padding-left: 22px;
	padding-right: 22px;
	vertical-align: middle;
	list-style-type: none;
}
#nav li:hover, #nav li.current { color: #47005c; text-decoration: none; background: url(../images/nav_dec.jpg);}
#nav a { width: 100%; height: 100%; color: #47005c; text-decoration: none; background: none;}
#nav a:hover { color: #ffffff; text-decoration: none; background: none;}
#nav li.current a { color: #ffffff; text-decoration: none; background: none;}
.home {
	position: absolute;
	top: 5px; 
	left: 40px;
}
.camel_man {
	position: absolute;
	top: -5px; 
	left: 385px;
}
.our_camels {
	position: absolute;
	top: -5px; 
	left: 210px;
}
.racing {
	position: absolute;
	top: -5px; 
	left: 295px;
}
.little_egypt {
	position: absolute;
	top: -5px; 
	left: 125px;
}
.fossicking {
	position: absolute;
	top: -5px; 
	left: 468px;
}
.bookings {
	position: absolute;
	top: 5px; 
	left: 545px;
}
.contact {
	position: absolute;
	top: 5px; 
	left: 635px;
}
#booking-form {
	width: 250px;
	display: table;
}
#thumbs {
	padding: 120px 5px 20px 5px;
}
#orange_dec1 { 
	background: url(../images/orange_dec1.jpg) repeat-x;
	position: absolute;
	top: 112px;
	left: 0px;
	width: 182px;
	height: 558px;
	z-index: 0;
}
#orange_dec2 { 
	background: url(../images/orange_dec2.jpg) repeat-x;
	position: absolute;
	top: 112px;
	right: 0px;
	width: 228px;
	height: 558px;
	z-index: 0;
}
#dash { 
	background: url(../images/dash.jpg) no-repeat;
	position: absolute;
	top: 173px;
	right: 230px;
	width: 1px;
	height: 435px;
	z-index: -1;
}
#welcome {
	padding: 115px 15px 10px 5px;
	font: 11px Tahoma;
	color: #FFFFFF;
}
#horse {
	padding: 0px 10px 10px 10px;
}
.image {
	margin-bottom: 10px;
	margin-left: 14px;
	border: 1px solid #47005c;
}
.image:hover {
	margin-bottom: 10px;
	margin-left: 14px;
	border: 1px solid #ffffff;
}
.yellow {
	font: 11px Tahoma;
	color: #dbcf7d;
}
.blue {
	font: 11px Tahoma;
	color: #243a72;
}
.purple {
	font: 11px Tahoma;
	color: #47005c;
}
.h1, h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
#content {
	position: absolute;
	top: 115px;
	right: 5px;
	left: 5px;
	z-index: 10;
	font: 11px Tahoma;
	color: #484440;	
}
#footer {
	background-color: #47005c;
	position: absolute;
	top: 680px;
	width: 100%;
	height: 50px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	z-index: 5;
}
#footer a, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
.fm-logo {
	float: right;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 0px;
}
	