
*
{
 margin: 0;
 padding: 0;
}

body
{
 margin: 0px;
 padding: 0px;
 text-align: center; 
 font-family: arial, sans-serif;
 color: #666666;
 font-size: 13px;
}


h1
{
 color: #FF9900;
 font-weight: normal;
 font-size: 25px;
 margin-bottom: 10px;
 margin-top: 10px;
}

#wrapper
{
 width: 800px;
 text-align: left;
 margin-left: auto;
 margin-right: auto;


}

#logo
{
 height: 76px;
 width: 800px;
 background: url("logo3.jpg");
 background-repeat: no-repeat;
 margin-top: 15px;
}

#topnav
{
 width: 800px;
 height: 28px;
 background: url("topnav3.jpg");
 margin-top: 10px;
}

#extrapic
{
 width: 800px;
 height: 121px;
 background: url("pointlesspic.jpg");
 margin-top: 15px;
 margin-bottom: 15px;
}

#maintext
{
 float: left;
 width: 560px;
 line-height: 18px;
 /*letter-spacing: .04em;*/
 
}

#rightbit
{
 float: left;
 /*border: 1px solid gray;*/
 width: 210px;
 height: 300px;
 margin-left: 25px;
 margin-top: 5px;
 color: #FF9900;
 font-size: 15px;
 background: url("sidehead.jpg");
 background-repeat: no-repeat;
}

#rightbit p
{
 color: #333333;
 font-size: 12px;
 
}

.right-header
{
 font-size: 15px;
 margin-top: 5px;
 margin-bottom: 20px;
 text-align: center;
 display: block;
 color: #333333;
}

#maintext p
{
 margin-top: 10px;
}

#menu {
  /*margin-bottom: 12px;*/
  /*background: url(/images/menu_bottom.gif) bottom no-repeat;*/
}
#menu ul {
  padding: 5 15px;
/*  background: url(/images/menu_top.gif) top no-repeat;*/
}
#menu li {
  display: inline;
  margin-right: 20px;
  font-size: 1.1em;
  /* font-weight: bold; */
  /*line-height: 2.2;*/
}
#menu li a {
  color: #666666;
  text-decoration: none;
}
#menu li a:hover {
  background: none;
  border-bottom: none;
  text-decoration: underline;
}

#footer
{
}

#footer a
{
 color: #666666;
 font-size: 10px;
}