html, body {
  width:100%;  height:101%;
  border:0px;
  margin:0px;  padding:0px;
  
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  color:#000000;
  
  text-align:center;
}

#head{
   margin:0px auto;
   padding:0px;
   border:0px;
   
   width:793px;
   height:230px;
   
   background:url('../img/header.jpg') bottom no-repeat;
}

#menu{
   margin:0px 20px 0px 20px;
   padding:0px;
   border:0px;
   text-align:left;
   width:700px;
   position:relative;
   top:197px;
}

#content{
   margin:0px auto;
   padding:0px;
   border:0px;
   text-align:left;
   width:793px;
   background:url('../img/bg.jpg') repeat-y;
}

#text{
   margin:0px 20px 0px 20px;
   padding:20px;
   border:0px;
   text-align:left;
   width:700px;
}

#bottom{
   margin:0px auto;
   padding:0px;
   border:0px;
   
   width:793px;
   height:21px;
   
   background:url('../img/bottom.jpg') top no-repeat;
}

#footer {
  padding-right:40px;
}

a { color:#000000; text-decoration:none; }
a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:hover { color:#D45B02; text-decoration:underline; }
a:focus { color:#000000; text-decoration:none; }

a.act:link { color:#D45B02; text-decoration:underline; }
a.act:visited { color:#D45B02; text-decoration:underline; }
a.act:hover { color:#D45B02; text-decoration:underline; }
a.act:focus { color:#D45B02; text-decoration:underline; }

a.sitelink { color:#000000; text-decoration:underline; }
a.sitelink:link { color:#000000; text-decoration:underline; }
a.sitelink:visited { color:#000000; text-decoration:underline; }
a.sitelink:hover { color:#D45B02; text-decoration:underline; }
a.sitelink:focus { color:#000000; text-decoration:underline; }

h1 { 
  padding:0px 0px 20px 0px;
  margin:0px;
  border:0px;
  font-size:18px;
  font-weight:normal;
}

td.text { width:400px; }
td.pic { width:300px; text-align:right; }
td.picstart { width:300px; text-align:center; }

img { border:0px; }

td.col1 { background-color:#CCCCCC; }
td.col2 { background-color:#DDDDDD; }
