body {
  padding: 0;
  margin: 10px 0 10px 0;
  background-color: #FFFFFF;
  background-image: url(./../siteimages/mainbg.gif);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: left;
/*  font: 13px Verdana, Arial, Helvetica, sans-serif; */
  font: 13px Georgia, "Times New Roman", Times, serif;
  color: #000;
}

#container {
  width: 780px;
  padding: 20px 20px 20px 20px;
/*
note: if padding = 0 then border flush with header img
*/
  margin: auto;
  text-align: left;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: center;
}

#header {
  height: 163px;
  margin: 0;
  width: 780px;
  border-bottom: 17px solid #cccccc;
  position: relative;
  z-index: 100;
}

#sidebarFrame {
  width: 225px;
  float: right;
  margin: 0;
  padding: 0 6px 0 6px;
  border: none;
  position: relative;
  z-index:1;
}

#sidebar {
  width: 200px;
  float: right;
  margin: 6px 0 6px 0;
  padding: 6px 6px 0 6px;
  border: 2px solid #333333;
  position: relative;
  z-index:1;
}

#main {	
  width: 780px;
  padding: 20px 0px 0px 10px;
  margin: 0 20px 30px 0;
}

h1, h3, h4, h5 { padding: 0; margin: 0; }

p.main {
  margin-left: 0;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 0;
}

h2 {
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

a:link, a:visited, a:active {text-decoration:none; color: #333333; font-weight: bold; font-family: Courier New, Courier, serif; }
a:hover {text-decoration:underline; color: #333333; font-weight: bold; font-family: Courier New, Courier, serif; }