 body {
   font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
   font-size: 100%;
   color: #101010;
   font-weight: bold;
   font-style: normal;
   background-color: white;
   margin: 0 auto;
   text-align:center;
   background:url("../images/fancy-background.jpg") center no-repeat;
   }
 img {
   border: 0px;
   }
#header {
   padding: 0px 25px 25px 25px;
}

#centercontent {

   padding: 25px 25px 25px 25px;

   margin: 0 auto;
   text-align:left;
   width: 1000px;
   padding:25px 25px 25px 25px;
   }
#leftmenu {
   float:left;
   width: 350px;
   text-align: left;
   padding: 25px 25px 25px 25px;
   }
#rightmenu {
   float: right;
   width: 350px;
   text-align:right;
   padding: 25px 25px 25px 25px;
   }
#rightcolumn{
   float:left;
   width: 1000px;
   }
#leftcolumn{
   float:right;
   width: 510px;
   padding: 25px 50px 25px 25px;
   }
#spacedlist{
   line-height: 190%;
   padding: 25px 25px 25px 25px;
}
 .header {
   font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
   font-size: 300%;
   color: white;
   text-align: center;
   font-weight: bold;
   font-style: normal;
   font-variant: normal;
   border-style: none;
   }
 .subheader {
   font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
   font-size: 250%;
   color: rgb(255,31,31);
   font-weight: bold;
   font-style: italic;
   font-variant: small-caps;
   padding:0px 25px 0px 25px;
   }
 .pagename {
   font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
   font-size: 200%;
   color: black;
   font-weight: bold;
   font-style: normal;
   font-variant: small-caps;
   padding: 0px 0px 0px 0px;
   }
 .link{
   border-style: groove;
   border-color: #a40000;
   width: 70%;
   border-width: thick;
   text-align: center;
   }
 .footer {
   font-size:75%;
   color: rgb(97,97,97);
   text-align: center;
   }
   a:link {
   color: rgb(72,72,72);
   font-weight:bold;
   text-decoration:none;
   }
 a:visited {
   color: rgb(72,72,72);
   font-weight:bold;
   text-decoration:none;
   }
 a:hover {
   color: #000000;
   font-weight:bold;
   text-decoration:none;
   }
 a:active {
   color: #000000;
   font-weight:bold
   ;text-decoration:none;
   }

