html,body
{
  font-family: "trebuchet ms",arial,verdana,helvetica;
  background-color: #A2925F;
  font-size: 14px;
  width: 100%;
  height: 100%;
}


*
{
  padding: 0px;
  margin: 0px;
}

h1
{
margin:3px;
font-size:18px;
font-weight:bold;
}



.fl { float: left; }
.fr { float: right; }

.wrapper
{
  width: 881px;
  height: auto;
  text-align: left;
  z-index: 2;
}

#logo
{
  background-image: url(/images/bberger_logo.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 881px;
  height: 86px;
  text-align: right;
  z-index: 3;
  position: relative;
}

#logo a
{
  display: inline-block;
  margin-top: 40px;
  color: #eee;
  font-size: 16px;
  text-decoration: none;
  margin-left: 20px;
}

#logo a:hover { color: #4E4740; }

#nav
{
  position: relative;
  top: -6px;
  z-index: 20;
  text-indent: 9px;
  background-color: #C8BE9A;
  padding: 2px;
}

#nav a
{
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 6px 61px 3px 0px;
}

#nav a:hover { color: #666; }

#left_copy
{
  position: relative;
  top: -6px;
  background-color: #fff;
  padding: 20px;
  color: #666;
  float: left;
  width: 420px;
  height: 464px;
  font-size:12px;
  line-height:18px;
}

#right_photo
{
  position: relative;
  top: -6px;
  float: left;
  width: 420px;
  background-color: #968967;
  padding: 0px;
  height: 504px;
  overflow: hidden;
}


#fullbody
{

line-height:18px;
color:#666;
min-height:400px;
}

.brownbg
{
background-color: #fff;
position: relative;
top: -6px;
padding: 20px;
font-size:12px;
line-height:18px;
color:#666;
}

#footer
{
  /*margin-top: 10px;*/
  width: 881px;
  position: relative;
  text-align: center;
  float: left;
  padding:0 10px 10px 10px;
}

#footer a
{
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
}

#footer a:hover { color: #000; }


a.black
{
  color:#000;
  text-decoration: underline;
}

a.black:hover
{
  color: #666;
  text-decoration: none;
  font-style: none;
}

a.buttons:link,a.buttons:visited
{

display:block;
font-size:14px;
font-weight:bold;
color:#666;
line-height:28px;
text-decoration:none;
text-align:center;
background-image: url(/images/buttons.png);
background-repeat:no-repeat;
background-position: 0px 0px;
width:174px;
height:29px;
margin-bottom:3px;
}

a.buttons:hover
{
background-position: 0px -29px;
}

.sm
{
font-size:11px;
}






