/* herring pond tribe web site style sheet
******July 20, 2009
******designed by Peter Thornton
*/

body{
margin:0 0 0 0;
padding:0 0 0 0;
}

#wrapper{
width:960px;
margin:auto;
}

#header{
width:960px;
height:536px;
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
border: 4px solid #754c24;
}

#navi{
width:960px;
min-height:30px;
background-color: #e1ca9f;
background-repeat: repeat-x repeat-y;
border-left: 4px solid #754c24;
border-right: 4px solid #754c24;
border-bottom: 4px solid #754c24;
text-align:center;
font-family: Arial; 
font-size: 15pt;
padding-top:3px;
font-weight:bolder;

}

#body{
margin-top: 0px;
margin-bottom: 0px;
width:960px;
min-height:955px;
background-color: #e1ca9f;
background-repeat: repeat-x repeat-y;
border-left: 4px solid #754c24;
border-right: 4px solid #754c24;
border-bottom: 4px solid #754c24;
}

#footer{
width:960px;
min-height:150px;
background-color: #e1ca9f;
border-left: 4px solid #754c24;
border-right: 4px solid #754c24;
border-bottom: 4px solid #754c24;
font-family:Verdana;;
}

/*navigation markup*/

#navi ul{
margin:0 0 0 0;
padding:0 0 0 0;

}

#navi li{
margin-left:30x;
margin-right:30px;
display: inline;
margin-top:0px;
}

#navi li:link{
margin-left:30x;
margin-right:30px;
display: inline;
margin-top:0px;
color:#000000;
}

#navi li:hover{
margin-left:30x;
margin-right:30px;
display: inline;
margin-top:0px;
color:#303030
}

a{
	text-decoration:none;
	color:#000;;
}

#body h2{
margin-top:0px;	
}

p{
margin-left:20px;
font-family: Verdana;
}


h2{
margin-left:20px;
font-family: Verdana;
}

h3{
margin-left:20px;
font-family: Verdana;
}

h4{
	
font-family: Verdana;
}
.headingmargin{
margin-left:20px;
font-family: verdana;
}

#body a{
	
	color:blue;
}

#body li{
	list-style:none;
	font-family: Verdana;
	font-size:10pt;
	
}

.right{
float:right;
margin-right:15px;	
clear:right;
margin-bottom:10px;
}

