/*
      Created by Patrick Maki - Tall Guy Media (Infrastructure) for English River Outfitters A Fishing Camp located in Ear Falls, Ontario Canada.  
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(imgs/bgleft.jpg) repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 border: 1px solid #ccc;


}
#header {
 width: 800px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 0px 0px 0px 0px;
 background: url(imgs/header.jpg);
}
#navigation1 {
width: 100%;
overflow: hidden;
background: #7b6d4a;
border-bottom: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
border-top: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
}

#navigation1 ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

#navigation1 li{
display: inline;
margin: 0;
}

#navigation1 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 25px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #7b6d4a; /*background of tabs (default state)*/
}

#navigation1 li a:visited{
color: white;
}

#navigation1 li a:hover, #navigation1 li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#content { 
 width: 800px;
 color: #333;
 border: 0px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0 0 0px;
 height: auto;
}
#footer { 
 width: 800px;
 height: 72px;
 color: #fff;
 font-weight: bold;
 border: 0px solid #ccc;
 background: url(imgs/footer.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
#walleye {
float: right;
height: 150px;
width: 225px;
background: url(imgs/walleye4.png) no-repeat;
margin: -50px -150px 0px 0px;
padding: 0px 0px 0px 0px;
}


