body  {background-image:url(images/cloth096.jpg);
      background-color: white;
      background-attachment:fixed;
      }
      
p   {font-family: helvetica, sans-serif;
     font-size:1.5em;
    }
    
h1  {color:#000000;
    text-align:center;
    }

h2  {color:#ff99cc;
    text-align:left;
    }
    
h3  {color: black;
    text-align:center;
    }
        
ul {border:0;
    margin:2px 30px 10px 2px;
    padding:0;
    list-style-type: none;}
    
li {margin:0;
   padding:.3em 0;
   border-bottom:2px solid #069;}
   
li:first-child {border-top:2px solid #069;}   

#mainwrapper  {width:840px;
              margin-left:auto;
              margin-right:auto;
              text-align:left;
              background-image:url(images/cloth119.jpg);
              background-attachment:fixed;
              }

#header       {
              }
              
#header_inner {padding:1em 2em;
              text-align:center;
              border-bottom:3px solid #000000;
              }

#nav          {width:18%;
              float:left;
              }
              
#nav_inner    {margin:20px;
              padding:1em;
              border:1px solid #000;
              }
              
             
                    

#content      {width:60%;
              float:left;
              }
              
#content_inner  {padding:1em 1em 1em 1em; 
                background:transparent;
                }
                
#rightcol  {width:22%;
           float: left;
           }

#rightcol_inner {margin:20px;
              padding:1em;
              border:1px solid #000;
                }
      

#footer       {clear:both;
              }
              
#footer_inner {text-align:center;
              }             
             
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #ff99cc;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: none;
}
                     
