* { 
margin: 0px; 
padding: 0px; 
}

BODY, TD, P  { font-size : 12px; font-family : verdana, helvetica, arial, sans-serif; color : #2A2323; line-height : 1.5em;}

P {margin-top : 0; margin-bottom : 1em;}

BODY {
  margin : 0;
  color : #2A2323;
  background : #DCD6CF;
  text-align: center;
}

ul { list-style-position: outside; margin-left : 1em; margin-bottom : 1em; }
li {margin-left : 1.33em;}

h1 {font-weight : bold; font-size : 22px; color : #B57676; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h2 {font-weight : bold; font-size : 18px; color : #B57676; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h3 {font-weight : bold; font-size : 16px; color : #B57676; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h4 {font-weight : bold; font-size : 14px; color : #B57676; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h5 {font-weight : bold; font-size : 12px; color : #B57676; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}
h6 {font-weight : bold; font-size : 11px; color : #B57676; margin-bottom : 0.5em; font-family : "Trebuchet MS", Verdana, sans-serif;}

A  {color : #571236; font-weight : bold; text-decoration : none;}
A:Visited  { color : #571236; font-weight : bold; text-decoration : none;}
A:Active  { color : #571236; font-weight : bold; text-decoration : none;}
A:Hover  { color : #571236;	font-weight : bold; text-decoration : underline;}

hr {
  width : 85%;
  text-align : center;
  margin : 5px auto;
  border : 0;
  border-bottom : 2px dotted #0B7B7B;
  color : fff;
  background : none;
}

div#wrapper {
   width: 733px;
   margin: 20px auto 20px auto;
   background : #fff;
   border : 1px solid #fff;
   border-width : 4px 6px 0 6px;
   text-align: left;
}


ul#nav {
  font: normal 13px "Trebuchet MS", Verdana, sans-serif;
  color : #000;
  background : #B06D6D;
  width : 733px;
  float : right;
  margin : 3px 0;
}

ul#nav li {
  list-style: none;
  margin : 0;
  float : left;
  display : inline;
}

/* Fix IE. Hide from IE Mac \*/
 * html ul#nav li { float : left; height: 1%;} 
 * html ul#nav li a { height: 1%;} 
/* End */


ul#nav li a, ul#nav li a:link, ul#nav li a:visited
{
  text-decoration: none;
  color : #fff;
  font-weight : normal;
  float : left;
  padding : 2px 10px;
  background : none;
  border : 0;
}

ul#nav li a:hover {
  background : #896A6A;
}

div#sidebar {
  float : right;
  width : 150px;
  padding : 3px;
  border : 3px double #000;
  background : #FFF500;
}

div#footer {
  width : auto;
}

div#footer h3 {
  font-size : 22px;
  margin-bottom : 0;
}

div#footer p#contact_info {
  font-size : 10px;
  text-align : left;
  color : #000;
  line-height : 1.2em;
}

div#content {
  background : #fff;
  padding : 5px 0px 0 7px;
  border-bottom : 3px solid #B06D6D;
}

div#clear {
  clear :both;
}

.photo {
  position : relative;
  float: left;
  width: 185px;
  height : 200px;
  margin: 5px;
  padding: 0;
  font-size : 10px;
  text-align : center;
  overflow : auto;
}

.photo img {
  display : block;
  margin : 0 auto;
  text-align : center;
  border : none;
}

div#norlink {
  text-align : center;
  font-size : 9px;
  color : #3F3F3F;
}

div#norlink a {
  color : #3F3F3F;
  font-weight : normal;
  background : none;
  border : 0;
}