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

body {
   font-family : "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
   font-size : 12px;
   color : #a52a2a;
   background : #d4d0c8 url(../Images/brkfbackgr.jpg) repeat-x;
   width : 100%;
}

a:link {
   color : #494949;
   background : transparent;
}

a:visited {
   color : #666666;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
}

a:active {
   color : #484500;
}

 p {
   line-height : 1.8em;
   margin : 1.2em 0.5em 1.2em 0.5em;
} 

img {
   border : none;
}

p.divid {
   border-top : 1px solid #cad1a4;
   border-bottom : 4px double #cad1a4;
   width : 35%;
   padding : 5px 8px 5px 10px;
   text-align : left;
   font-weight : bold;
   color : #7F5E3B;
   float : right;
}

#logo {
   position : absolute;
   left : 0px;
   top : 0px;
   background : url(../Images/brkflogo.jpg) no-repeat;
   width : 125px;
   height : 94px;
}

#midlogo {
   position : absolute;
   top : 0px;
   left : 500px;
   background : url(../Images/brkfmidlogo.jpg) no-repeat;
   width : 177px;
   height : 94px;
}

#dots {
   position : absolute;
   top : 10px;
   left : 220px;
   background : url(../Images/brkfdots.jpg) no-repeat;
   width : 183px;
   height : 55px;
}

#wrapper {
   margin: 156px 10% 0px 10%;
   border: 1px solid #B59C89;
  
}

#content {
   margin : 10px;
   padding-top : 10px;
   background-color : #fff;
}

#content h1 {
   text-align : left;
   border-bottom : 2px groove #c0c0c0;
}

#contentpic {
   background : url(../Images/brkfbody.jpg) no-repeat;
   height : 132px;
   width : 162px;
   float : left;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  
  
}

#buttoncontainer {
  float : left;
   width : 94px;
   border-bottom : 1px solid #000000;
   border-left : 1px solid #000000;
   border-right : 1px solid #000000;
   margin : 80px 20px 10px 20px;
} 

#button ul {
   margin : 0;
   padding : 0;
   list-style-type : none;
} 

#button li a {
   background : transparent url(../Images/brkfactive.jpg);
   width : 90px;
   display : block;
   border-top : 1px solid #000000;
   padding : 2px;
   color : #484500;
   text-decoration : none;
  
}

#button li a:visited {
  color : #666666;
}

#button li a:hover {
   color : #007101;
   background : transparent url(../Images/brkfhover.jpg);
   
}  

li#here a:link, li#here a:visited, li#here a:hover {
   background : transparent url(../Images/brkfhover.jpg);
   color : #007101;
} 

#footer {
   padding : 4px;
   border-top : 4px double #B59C89;
   margin-top : 20px;
   background : #FFFFFF;
}

.cleaner {
	clear: left;
}

