body {
  font-size: 10pt;
  background-color:<%=bg_color%>;
  color: <%=text_color%>;
  text-align: center;
  font-family: arial, helvetica, verdana, sans-serif;
  background-image: url(/images/backgrounds/background.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#wrapper {
  margin:0 auto;
  width:700px;
  background-color:<%=wrapper_bg_color%>;
  border: 1px solid <%=border_color%>;
  min-height:800px;
}

#header{
  position:relative;
  width:100%;
  min-width:700px;
  text-align:center;
  background-image:url(/images/backgrounds/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#navigation{
  position: relative;
  z-index:4;
  width:100%;
  margin:0px;
  text-align:left;
}

#content{
  position:relative;
  margin: 0 auto;
  padding: 10px;
  text-align:left;
}

#footer{
  position:relative;
  width:100%;
  text-align:center;
  clear:both;
}
#footer, #footer a{
  color:<%=link_color%>;
  text-decoration:none;
}

.floatright{
    float:right;
    margin:5px;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{
  font-style: oblique
}

#content th{
    background-color:<%=bg_color%>;
}

.noshow{
  font-size: smaller
}

.boxborder{
    border:1px solid <%=border_color%>;
    padding:3px;
}

.nolink{
  text-decoration:none;
  color: <%=text_color%>;
  cursor:text;
}

