/* CSS Document */

body {
	background-color: #e6e6e6;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color: #000000;
}
a, a:visited, a:active {
	outline: none;
	color: #03351E;
}
a:hover, a:focus {
	outline: none;
	color: #e69824;
	text-decoration: none;
}
#container {
	width: 968px;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	height: 0px;
}
#container2 {
	width: 950px;
	background-color: #ffffff;
	border-right: 3px solid #f2f2f2;
	border-left: 3px solid #f2f2f2;
	border-bottom: 3px solid #f2f2f2;
	float: left;
	padding: 0 8px 10px 8px;
}


/**************************************** HEADER ****************************************/
#header {
	width: 950px;
	height: 325px;
	float: left;
}
#logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height: 65px;
	width: 364px;
	float: left;
	margin: 5px 0 3px 1px;
	display: block;
}
#logo h1 {
	height: 65px;
	width: 364px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#logo h1 a {
	display: block;
	width: 364px;
	height: 65px;
}
#logo span, #feature span {
	display:none;
}
#feature {
	height: 221px;
	width: 948px;
	float: left;
	background-color: #e7e7e7;
	overflow: hidden;
	border: 1px solid #000000;
/*	background-image:url(images/feature.jpg);
	background-repeat:no-repeat;*/
}
#navigation {
	height: 29px;
	width: 950px;
	background-image:url(images/nav_bg.gif);
	background-repeat: repeat-x;
	float: left;
}


/**************************************** Front Content ****************************************/

#content {
	float: left;
	width: 950px;
	margin: 10px 0 5px 0;
}
#left {
	float: left;
	width: 272px;
}
#left img {
	border: none;
}
#left h2{
	background-image:url(images/wedo.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 272px;
	display: block;
	background-color: #B4B4B4;
}
#right {
	float: right;
	width: 666px;
	background-image:url(images/africa.gif);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 420px;
}

#rtTop{
	float: left;
	color: #333333;
	min-height: 170px;
	margin-bottom: 15px;
	padding-right: 15px;
	font-weight: bold;
}
#rtTop h2{
	background-image:url(images/what.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0 0 30px;
	padding: 0;
	height: 30px;
	width: 640px;
	display: block;
}
#rtBot{
	float: left;
	width: 666px;
	background-image:url(images/rtBot_bg.png);
	background-repeat: repeat-y;
	min-height: 247px;
	margin-bottom: 6px;
}
#botLeft{
	float: left;
	width: 360px;
}
#botLeft h2{
	background-image:url(images/news.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 360px;
	display: block;
	background-color: #6F706F;
}
#botRt {
	float: right;
	width: 296px;
}
#botRt h2{
	background-image:url(images/trips.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 296px;
	display: block;
	background-color: #B4B4B4;
}
#botRt blockquote{
	margin: 0 0 8px 30px;	
}
#botRt a, #botRt a:visited, #botRt a:active{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}
#botRt a:hover, #botRt a:focus{
	text-decoration: none;
	color: #e69824;
}  
#rtTop span, #left span, #botLeft span, #botRt span {
	display: none;
}
.frDesc{
	padding: 10px 20px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: bold;
}

/**************************************** Article Content ****************************************/
#artRight {
	float: right;
	width: 663px;
	background-image:url(images/africa.gif);
	background-repeat: no-repeat;
	background-position: 50% 30px;
	min-height: 450px;
}
#article h2{
	margin: 0;
	padding: 0 0 0 10px;
	height: 30px;
	width: 653px;
	display: block;
	background-color: #B4B4B4;
	line-height: 30px;
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
}
#artDesc {
	padding: 0 10px 10px 10px;
	line-height: 1.4;
}
#artDesc p{
	margin: 0 0 15px 0;
}
/**************************************** Footer ****************************************/

#clear{
	clear: both;
}    
#footer {
	float: left;
	width: 930px;
	min-height: 25px;
	padding: 6px 10px;
	background-color: #056839;
	font-size: 10px;
	line-height: 1.3;
	color: #e6e6e6;
	text-align: center;
}
#footer a, #footer a:visited, #footer a:active{
	text-decoration: underline;
	color: #e6e6e6;
}
#footer a:hover, #footer a:focus{
	text-decoration: none;
	color: #e69824;
}  


