/*
	***********************************************
	www.desertsojourntours.com (c)2006 by Mavawi.nl
	***********************************************
*/


body, html {
	margin				: 0px;
	padding				: 0px;
	background			: #6D5238;
	font-family			: Arial, Verdana, Helvetica, sans-serif;
	font-size			: 14px;
	color				: #000000;
}

img {
	border: none;
}

#container {
	position			: relative;
	margin				: 0px auto 0px auto;
	padding				: 0px;
	width				: 782px;
	background-image	: url(../graphics/content_bg.gif);
	overflow			: auto;
}


#header {
	position			: relative;
	margin				: 0px auto 0px auto;
	width				: 782px;
	height				: 180px;
	background-image	: url(../graphics/header.jpg);
	background-position	: top left;
	background-repeat	: no-repeat;
}


#navigation {
	vertical-align		: bottom;
	position			: relative;
	margin				: 0px;
	padding-top			: 4px;
	width				: 782px;
	height				: 28px;
	text-align			: center;

	background-image	: url(../graphics/nav_bar.gif);
	background-position	: top left;
	background-repeat	: no-repeat;
}

#navigation a {
	font-family			: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #FFFFFF;
	font-weight			: bold;
	text-decoration		: none;
}

#navigation a:hover {
	font-size			:13px;
	color				:#000000;
	font-weight			:bold;
	text-decoration		:none;
}

#navigation a:active {
	color				: #FFFFFF;
}

#navigation #highlight {
	color				: #000000;
}



/* ******* content placement *********** */

#content {
	position			: relative;
	margin				: 20px;
	width				: 740px;
	_height: 1%;
	overflow			: auto;

}

#left {
	position			: relative;
	margin				: 0px;
	padding				: 0px;
	width				: 200px;
	float				: left;
}


#front_image {
	color				: #745C45;
	background-color	: #FFFFFF;
	border-width		: 2px;
	border-style		: solid;
	border-color		: #BB6E36;

	position			: relative;


	margin				: 0px
	padding				: 0px;
	width 				: 180px;

	text-align:	center;
}


#right {
	width				: 510px;
	min-height			: 500px;
	color				: #745C45;
	background-color	: #FFFFFF;
	border-width		: 2px;
	border-style		: solid;
	border-color		: #BB6E36;
	margin				: 0px 0px 0px 00px;
	padding-top			: 12px;
	padding-left		: 12px;
	padding-right		: 12px;
	padding-bottom		: 12px;
	position			: relative;
	float				: right;
}
* html 	#right{	height	: 500px}			// IE Hack

#center {
	position			: relative;
	margin				: 0px 0px 0px 6px;
	padding				: 0px;
	float				: left;
}


#footer {
	position			: relative;
	margin				: 0px 0px 0px 0px;
	width				: 782px;
	height				: 17px;
	font-size			: 12px;
	text-align			: right;
	padding-top			: 2px;
	padding-bottom		: 0px;
	background-image	: url(../graphics/footer_bg.gif);
	background-position	: top left;
	background-repeat	: no-repeat;
}

#footer a {
	margin-right		: 20px;
	font-size			: 12px;
	color				: #000000;
	text-decoration		: none;
}

#footer a:hover {
	font-size			: 12px;
	color				: #000000;
	text-decoration		: underline;
}

/* ********************************** */