body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#3A3C3E;
	
	background-color: #5c554d;
}

#container {
	position:relative;
	left:24px;
	top:13px;
	width:800px;
	height:600px;
	z-index:1;
	margin: 0 auto;
}

#masthead {
	position:absolute;
	width:800px;
	height:120px;
	z-index:500;
	top: 0px;
	left: 0px;
	background-image: url(images/mastlogo.jpg);
}

#detail {
	position:absolute;
	width:800px;
	height:480px;
	z-index:2;
	left: 0px;
	top: 120px;
	
	background-image: url(images/homeimage.jpg);
	background-repeat: repeat;
}


/* collumn styles */	

#lhs {
	position:relative;
	float: left;
	width:158px;
	padding-left:10px;
	padding-right:10px;
	padding-top:14px;
	min-height: 218px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 218px; /* this line for IE6 */
	text-align:left;
	background-image: url(../countryhabit/countryhabit-01.jpg);
}

#centre {
	position:relative;
	float: left;
	width:312px;
	padding-left:10px;
	padding-right:100px;
	padding-top:15px;
	margin-bottom: 10px;
	height: 238px; /* this line for IE6 */
	text-align: justify;
	overflow: auto;
}


#rhs {
	position:absolute;
	width:162px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height: 125px;
	
	left: 600px;
	top: 58px;
}

.rhsbreakout {
	width:180px;
	background-color:#cccccc;
	padding-left:5px;
	padding-top:8px;
	
	padding-bottom:8px;
	z-index:1;
	line-height:15px;
	
}

.clear {
clear: both;
}

#thumbnails {
	position:relative;
	width: 580px;
	height: 100px;
	margin-top: -80px;
	padding-bottom: 10px;
	padding-left: 12px
	}


#thumbnails img {
padding: 10px;
border: none;
}

#footer {
	position:absolute;
	width:780px;
	height:27px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	background-color: #002340;
	background-repeat: no-repeat;
	top: 448px;
	left: 0px;
}	



/* text styles*/



	
h3 {
	
	font-weight:bold;
	color:#3A3C3E;
	font-size: 11px;
}
	
a {
	color:#3A3C3E;
	text-decoration: underline;	
}
	
a hover {
	color: #002340;	
}

hr {
	color: #002340;
}	
#rhs p, #rhs a {
color: #413b37;

}
	
 #footer p, #footer a:link, #footer a:visited{
	font-size:10px;
	color:#cccccc;	
}	
#rhs h3{ font-weight:bold;
margin: 4px;
}


ul {
margin: 0;
padding: 12px;
padding-top: 0;
}

	
	
	
