body { 
  background-color: #600; 
  color: #F1C06C; 
  font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, sans-serif; 
  }

p { 
  text-indent: 20px;
  padding-right: 24px;
  }

img { 
  border: none; 
  }

div#wrapper { 
  text-align: center; 
  width: 98%; 
  }

div#logo { 
  position: absolute; 
  top: 0; 
  left: 10px; 
  text-align: left; 
  width: 90%; 
  border-bottom: 1px solid #963E3E; 
  padding-bottom: 10px; 
  }

div#navi { 
  background: url('images/feather.jpg') top right no-repeat;
  text-align: left; 
  width: 230px; 
  position: absolute; 
  top: 155px; 
  left: 10px; 
  height: 425px; 
  padding-top: 10px; 
}

div#navi a { 
  display: block; 
  margin: 0 0 10px 15px; 
  }

div#navi a#home { 
  padding-top: 4px; 
  }

#rightbar { 
  float: right; 
  padding: 80px 0px 24px 40px; 
  text-align:center;
  }

#rightinner { 
  float: right; 
  padding: 20px 20px 20px 20px;
  border: 1px solid #963E3E;
  font-size: 13px;
  }

#rightinner a:link { 
  color: #CD841C; 
  }

#rightinner a:visited, div#content a:active { 
  color: #CB8282; 
  }

#rightinner a:hover { 
  text-decoration: none; 
  }

#rightinner .title { 
  font-size: 14px;
  font-weight: bold; 
  color: #CD841C; 
  }

ul { 
  list-style-type:none;
  list-style-position: outside;
  padding-left:10px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  }

div#content { 
  text-align: left;
  position: absolute; 
  top: 162px; 
  left: 270px; 
  padding-right: 13%; 
  }

div#content h1 { 
  color: #E5A83F; 
  font-size: 26px;
  height: 40px;
  background: url('images/sep.gif') left no-repeat;
  padding: 0 0 20px 0;
  margin: 0; 
  }

div#content h2 { 
  margin-top: 0; 
  font-size: 20px; 
  color: #CD841C; 
  }

div#content p { 
  margin-top: 0; 
  color: #E3C085; 
  }

div#content a:link { 
  color: #CD841C; 
  }

div#content a:visited, div#content a:active { 
  color: #CB8282; 
  }

div#content a:hover { 
  text-decoration: none; 
  }

.bordered { 
  border: 1px solid #963E3E;
  }