body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  min-height: 100%;
  height: 100%;
  background: #fff url('img/bg.gif') repeat-x top right;
}

* {
  margin: 0;
  padding: 0;
}

#wrapper {
  color: #555;
  /*width: 798px;*/
  width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #555;
  background: #fff;
}

a { color: #55492b; }
a:hover { color: #87835a; text-decoration: none; }
a img { border: 0; }

#header {
  height: 80px;
  margin-left: 10px;
  background: #fff url('img/angela_s_choi_header.jpg') no-repeat top left;
}

#nav {
  border-top: 1px solid #ccc;
  line-height: 22px;
  padding-right: 8px;
  font-size: 12px;
  height: 22px;
}

#main {
  padding: 0 16px 16px 16px;
}

.indent {
  margin: 0 80px 32px 80px;
}

p {
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;	
}

#nav li {
  float: right;
  margin-right: 2px;
  margin-top: 1px;
  padding: 0;
}

#nav li a {
  background: #fff url('img/btn.gif') repeat-x top right;
  color: #666;
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid #ccc;
}

#nav li a:hover {
  background: #fff url('img/btn2.gif') repeat-x top right;
  color: #444;
  border: 1px solid #999;
}

#nav li.sel a {
  background: #fff url('img/btn2.gif') repeat-x top right;
  color: #444;
  border: 1px solid #444;
}

#footer {
  padding: 12px;
  text-align: center;
  font-size: 11px;
  color: #999;
}

h1 {
  padding: 12px 0;
  color: #999;
  font-size: 32px;
  line-height: 2em;
  font-weight: normal;
}

h2 {
  padding-left: 20px;
  font-size: 16px;
}

br.clearFloat {
  clear:both;
  line-height: 0px;
}