html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% sans-serif;
	line-height: 1.5;
	color: #384001; 
	margin: 0; 
	padding: 0;
	text-align:center;
	background-color: #384001;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}

li.current{
	color:#384001;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #384001;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #384001;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #A4BF7A;
	}


/* -----------------------------------------specific divs  */

#titlebanner {
	*outline: orange solid thin;
	}

#titlebanner h1 {
	background: url(images/titlebanner.jpg);
	width: 760px;
	height: 200px;
	margin-left:auto;
	margin-right:auto;
	}

#titlebanner h1 span {
	display:none;
	}

#titlebanner h3 {
	position:relative;
	top:-16px;
	line-height:1;
	font-size:90%;
	width: 760px;
	border=5;
	color: white;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#868C54;
	margin-left:auto;
	margin-right:auto;
	}

#titlebanner h3 a {
	color: white;
	}

#container {
	position: relative;
	max-width:760px;
	min-height: 700px;
	margin-top: -20px;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	*outline: red solid thin;
	}

#navbar {
	width:150px;
	min-height: 690px;
	position: absolute;
	top:0px;
	left:0px;
	padding: 5px;
	background-color: #DCDCDC;
	text-align:left;
	*outline: blue solid thin;
	}

#navbar ul {
	list-style-type:none;
	margin:0 0 0 3px;
	padding:0;
	}

#intro { 
	position: relative;
	top:0px;
	left:160px;
	width:374px;
	padding:10px;
	*outline: yellow solid thin;
	}

#pageHeader {
	*outline: blue solid thin;
	}

#pageHeader h1 span {	
	font-size: 110%;
	}

#pageHeader h2 span {	
	font-size: 100%;
	}
	
#contentText {
	position: relative;
	*outline: pink solid thick;	
	}

#contentText ul {
	list-style-type:none;
	margin:0 0 1.5em 10px;
	padding:0;
	text-align:left;
	}

#contentText ul li {
	margin:0 0 1.5em 0;
	}

#photos {
	position: absolute;
	left: 556px;
	top: 0px;
	width: 204px;
	background-color: #384001;
	*outline: red solid thin;
	}

#photogallery {
	position:absolute;
	top: 0px;
	left: 136px;
	}



























