/* CSS Document */


A:link{ text-decoration: none; color: #5A93C9; }

a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

* { margin: 0; padding: 0; border: 0 }

div#main {

margin-left:auto;
margin-right:auto;
background-color:#f3f3f3;
border-right: 2px solid #D0D0D0;
border-left: 2px solid #D0D0D0;
border-bottom: 2px solid #D0D0D0;
width:696px;
height: auto;
font-family:"verdana";
font-size:15px;
font-color:#000000;

}

.ind {
margin:15px; text-align: justify;
}

#header-photo {
	clear: both;
	padding:0;
	height: 320px;
	width: 700px;
	margin-left:auto;
    margin-right:auto;
	background: #FFF url(images/mungo2.jpg) no-repeat center center;
}

#cont{
	
	float: right;
	width: 26%;
	padding: 0 10px 0 0; margin: 10px 0 0 0;	
	
}


#nav {
	position:relative;
	clear: both;	
	padding: 0;		
}

#nav {
	clear: both;	
	padding: 0;
}
#nav ul {
	
	float: left;
	list-style: none;
	background: url(images/nav2/nav.jpg) repeat-x;	
	width: 696px;		
	text-transform: uppercase;
	margin: 0 0 0 0px;
	padding: 0px;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin:0;
	padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 2 10 2 10px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 13px/2.0em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(images/nav2/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(images/nav2/nav-current.jpg) repeat-x;	
}

body {
	background: #E8FDE3;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;	 
	text-align: center;
	margin: 15px 0;
}
