/* Background */





body         { background-color: #3D3B3A;  
background-image: url(images/bg.png);
background-attachment:fixed; text-align: center; margin-left: 
               0; margin-right: 0; margin-top: 5px; margin-bottom: 5px; 
               padding-left: text-align; padding-right: text-align; 
               padding-top: 0; padding-bottom: 0 }


 
 
 /* Font and Links */
 
 body { font-family: arial; font-size: 12px; color: #9A9A97; text-align:left; line-height: 150%;}
      a:link{cursor: crosshair; text-transform: none; color: #A8664F; text-decoration:underline; font-weight: none;}
      a:active{cursor: crosshair; text-transform: none; color: #E2E2E2; text-decoration:underline; font-weight: none;}
      a:visited{cursor: crosshair; text-transform: none; color: #A8664F; text-decoration:underline; font-weight: none;}
      a:hover{cursor: crosshair; text-transform: none; color: #E2E2E2; text-decoration:underline; font-weight: none;}
 
 
h1 { margin:0px 5px; font:italic 30px lucida grande; text-transform: lowercase; letter-spacing: 5px; color:#E2E2E2; text-align: center;}



 /* Layout */

#wrap {
	width: 500px;
	margin: 0px auto;
        text-align:left;
}




#content {  

        margin-top: -12px;
	padding: 0px 6px; 
	background-color: #070707;
}




div.menu a {
font-family: "times", serif;
letter-spacing: 1px;
font-size: 14px;
}




 .updates {
   margin: 5px auto 0px auto;
	width: 310px;
	border-collapse: collapse;
	border: 1px solid #A70202;
 } 



 
 
 
 /* Text Stuff */
 


.bullet {      background-image: 
               url('images/bullet.gif'); 
background-position: center left;
               background-repeat: no-repeat; 
               padding-top: 0; padding-bottom: 0; padding-left: 20px; 
        }

.bullet:hover {      background-image: 
               url('images/bullet2.gif'); 
background-position: center left;
               background-repeat: no-repeat; 
               padding-top: 0; padding-bottom: 0; padding-left: 20px; 
        }




 
blockquote {
margin: 0;
margin-left: 5px;
margin-right: auto;
padding: 5px;
}


blockquote.quote {background-image: url(images/quote.png); background-align: top left; background-repeat: no-repeat; margin: 5px 50px; padding: 5px 7px 7px 30px; color: #A59973;}




 div.menu a {
 font-family: "times", serif; 
text-align:right;
 letter-spacing: 1px;
 font-size: 14px;
 
 }
 
 
 

 
p, p.list           {
             padding: 0.5em;
text-indent: 1em;
} 




p.show_update_intro_link_to_join { padding-left: 0em; }





 
 p.copy
                   {
 		   font-size: 9px;	
                                       }
 
 
 
 em, i                 {
 		    margin-left: 2px;
 		    margin-right: 1px;
                     color: #5D5D59;	
                                       }
 
 strong, b             {
 		    margin-left: 2px;
 		    margin-right: 1px;
                     
color: #E2E2E2;
                                       }
 
 
div.code {margin: 0 90px; border: 1px solid #E2E2E2;}




.images3 {

   margin-left:10px; 
   margin-right:10px;
}


.images2 {
   border: 1px solid #5D5D59;
   margin-left:7px; 
   margin-right:7px;
}
	
.images2:hover {
	border: 1px solid #e2e2e2;
   margin-left:7px; 
   margin-right:7px;
}

