html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body,div,td,p,img,h1,h2,h3,h4,h5,h6,td {
  margin: 0;
  padding: 0;
}
body {
  height: auto !important;
  height: 100%;
  min-height:100%;
  font-family: sans-serif;
  font-size: 14px;
  color: 0;
  background: #dcdad5;
}
p {
  margin: 3px 0px 7px 0px;
  text-indent: 15px;
  text-align: justify;
}
a {
  text-decoration: none;
}
a img { border: none; text-decoration: none;} /* ie fix*/
a img, a:visited img, a:hover img, a img:hover, img+a, img+a:hover { border: none; text-decoration: none;}
ul, ol {margin-left: 15px;}
h1 {font-size: 14pt; line-height: 1.2em; margin: 0; font-weight: normal;}
h2 {font-size: 11pt; margin: 5px 0 10px 0; font-weight: normal;}
h3 {font-size: 10pt; margin: 5px 0 10px 0;}
h4 {font-size: 9pt; margin: 5px 0 10px 0;}
h5 {font-size: 8pt; margin: 5px 0 10px 0;}
h6 {font-size: 7pt; margin: 5px 0 10px 0;}
#workspace {
  width: 980px;
  margin: 20px auto;
  background: url(images/header.jpg) top left no-repeat;
}
#header {
  width: 980px;
  height: 290px;
  margin-left: 40px;
  padding-top: 50px;
}
#header h1 a {
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #b13800;
}
#header h1 a:visited {
}
#header h1 a:hover {
  color: #d55000;
}
#header h3 {
  padding-top: 5px;
  font-size: 15px;
  color: #302010;
}
#menu {
  position: absolute;
  width: 980px;
  top: 320px;
  margin-left: 15px;
  height: 40px;
}
a.button {
  display: block;
  float: left;
  height: 35px;
  padding: 5px 30px 0 20px;
  font-size: 18px;
  color: #75909d;
  background: url(images/delimiter.gif) bottom right no-repeat;
}
a.button:visited {
}
a.button:hover {
  color: #90a7c0;
}
#search {
  float: right;
  height: 20px;
  width: 222px;
  margin-top: 6px;
  background: url(images/searchform.gif) top left no-repeat;
}
input#s {
  width: 125px;
  padding-left: 15px;
  border: 0;
  background: transparent;
}
input#searchsubmit {
  width: 30px;
  border: 0;
  background: transparent;
}
#wrapper {
  overflow: hidden;
  _zoom: 1;
  background: #fff;
}
#main {
  min-height: 500px;
}
*html #main {
  height: 500px;
}
#upbar {
    margin-right: 240px;
    padding: 15px;
    padding-bottom: 0;
}
#content {
  margin-right: 240px;
  padding: 15px;
}
*html #content {
  margin: 0;
}
#sidebar {
  float: right;
  width: 220px;
  padding: 15px;
}
#footer {
  clear: both;
  width: 980px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  background: #fff url(images/footer.jpg) bottom left no-repeat;
  border-top: 3px solid #CCCCCC;
}