body {
  font-family:      arial;
  font-size:        small;
  color:            #000000;
  line-height:      150%;
}

p {
  font-size:        110%;
}

p.link {
  font-size:        160%;
  color:            #505027;
}

p.bold {
  font-weight:      bold;
  text-align:       center;
}

hr {
  background-color:  #505027;
  height: 2px;
  border-width: 0px;
}

a:link { color: #2323ae; }
a:visited { color: #2323ae; }
a:hover { color: #505027; 
          text-decoration: none; }

#allcontent {
  width:             800px;
  padding-top:       20px;
  margin-left:       auto;
  margin-right:      auto;
}

#top {
  border-top-style:  solid;
  border-top-width:  2px;
  border-bottom-style:  solid;
  border-bottom-width:  2px;
  border-color:         #505027;
  width:             800px;
}

#logo {
  margin-right:      20px;
  width:             150px;
  
}

#topinfo {
  margin-right:      75px;
  float:             right;
  width:             300px;
}

#topcontacts {
  float:             right;
  width:             180px;
}

#middle {
  border-bottom-style:  solid;
  border-bottom-width:  2px;
  width:                800px;
  border-color:         #505027;
  margin-bottom:        50px;
}

#main {
  width:             550px;
}

#sidebar {
  width:             180px;
  float:             right;
  margin-top:        -10px;
}
