
/* Layout Stylesheet */ 

body {
 margin:20px;
background-image: url("images/rock9bk2.jpg");
         
 color: #333333;
 text-align:center;
 padding:0;
 font: 10pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif; 
 }

a:link{ color: #631010;
     text-decoration: none;}
	 
a:visited{ color: #e5a26e;
     text-decoration: none;}
	 
a:hover { color: #b5a38b;
     text-decoration: none;}
	 
a:active { color: #631010;
     text-decoration: underline;}
     
#outer {
 text-align:left;
 border:1px solid #99261f;
 width:650px;
 margin:auto;
 }

#hdr {
 height:60px;
 background:#FFFFE1;
 color: #333333;
 }

#bar {
 height:25px;
 background:#99261f;
 color: #fbd5be;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #FFFFE1;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#FFFFE1;
 color: #333333;
 width:145px;
 text-align:center;
 }

#cont {
 width:495px;
 background:#FFFFE1;
 color: #333333;
 border:solid #99261f;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#99261f;
 color: #fbd5be;
 border:solid #631010;
 border-width:1px 0 0 0;
 margin:0;
 }