body { 
  background-color: #fff;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#header {
  background-color: #594B31;
  height:           83px;
}

#main {
  background:       #fff;
  font-size:        110%;
  line-height:		1.4em;
  border-left:		1px dotted #000;
  padding:          15px;
  margin:           10px 0px 10px 0px;
  width:            495px;
  float:            right;
}

#sidebar {
  background:       #fff;
  font-size:        105%;
  padding:          15px;
  margin:           0px 0px 0px 0px;
  width:			110px;
  float:			left;
}

#footer {
  background-color: #fff;
  color:            #000;
  text-align:       center;
  border-top:		1px dotted #000;
  padding:          10px;
  margin:           0px;
  font-size:        90%;
  clear:            right;
}

h1 {
  font-size:        130%;
  color:            #954b4b;
}

h2 { font-size: 100%; }

h3 { font-size: 90%;}


.leftnavlinks {
  text-align:       left;
  line-height:      1.8em;
}

a:link {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    1px dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    1px dotted #675c47;
}



#allcontent {
  width:            670px;
  padding-top:      0px;
  padding-bottom:   0px;
  background-color: #fff;
  margin-left:      auto;
  margin-right:     auto;
  border: 1px solid #594B31;
}