body { background: url(back.png) fixed; }
	
p#end {	font-size: 10px; font-style: italic; border-top: solid #b6b2a7 1px;}
	
#content { 
    float: center;
    width: 725px;
    margin-left:25%;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    border: solid #b6b2a7 2px;
    padding: 10px;
    background: #f4daa9;
}
#links { 
    float: left;
    width: 22%;
}


h1 { 
     text-align: center;
     font-size: 30px;
     font-family: arial, sans-serif;
     padding-top: 15px;
     padding-bottom: 5px;
     border-bottom: solid #b6b2a7 2px;
     border-top: solid #b6b2a7 2px;
   }

h2 { background: #b6b2a7; color: #f4daa9; font-size: 18px; font-family: arial, sans-serif; padding-top: 6px; padding-bottom: 6px; margin: 5px; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; color: purple; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline;}


div#links h2 { 	text-align: center; 
		color: #f4daa9;
		font: bold 16px sans-serif; 
		padding: 5px 10px; 
		margin: 0 0 5px; 
		border: solid #f4daa9 1px;
		background: #b6b2a7;
		}
div#links a {	display: block; 
		text-align: center; 
		font: bold 1em sans-serif; 
		padding: 5px 10px; 
		margin: 0 0 5px; 
		border: solid #b6b2a7 1px;
		color: #b6b2a7;
		background: #f4daa9 ;
		text-decoration: none; 		
		}
div#links a.this { }
div#links a:visited { }
div#links a:hover { 
 background: #a2ad83;
 color: #f4daa9; 
 border: solid #b6b2a7 1px;
}

div#footer {
	font-size: 11px;
	font-style: italic;
}
