body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background: transparent url('ppbg.png') repeat;
text-align: center;
font : 8pt/170% "trebuchet ms", sans-serif;
color : #553B22; 
} 

#container { 
margin : 22px auto 0 auto; 
width: 613px;
height: auto;
background: #000;
text-align : left; 
border: 5px solid #110D00;
} 

#cheetah {
float: right;
width: 252px;
height: auto;
background: #000;
} 

#content {
width: 348px;
padding: 10px 0 10px 10px;
float: left;
background: #000;
height: auto;
}
#footer {
clear:both;
margin-top: 3px;
text-align:right;
padding: 3px;
height:auto;
}

#navigation {
width : auto;
text-align : left;
margin : 0;
padding : 13px 5px 2px 0;
background: #000;
text-align: center;
} 

#navigation ul, #navigation li{
list-style: none;
display : inline;
} 

#navigation a:link, #navigation a:visited {
float : inherit;
font : 9pt/155% "trebuchet ms", sans-serif;
color : #403300;
padding : 2px 5px;
margin-right: 8px;
margin-left: 8px;
text-transform: uppercase;
text-decoration: none;
} 

#navigation a:hover {
text-decoration: none;
text-shadow: none;
border-bottom: 1px solid #403300;
} 







h1 {
	background: transparent;
             	color: #774700;
	font:19pt "arial", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 1px 0 1px 0;
text-indent: 13px;
letter-spacing: -1px;
font-style: italic;
text-transform: lowercase;
border-bottom: 2px solid #331F00;
}



a:link, a:visited, a:active {
        text-decoration: none;
		color: #6D683A;
	cursor: crosshair;
        }
a:hover { 
	text-decoration: underline;
	color: #6D683A;
	cursor: crosshair;
}



input, select, submit, textarea {
background: #000;
font:8pt "trebuchet ms", sans-serif;
padding: 5px;
font-weight: normal;
text-decoration: none;
border-width: 1px;
border-style: solid;
border-color: #6D683A;
color : #553B22; 
}


input:focus, textarea:focus, select:focus, submit:focus{
border-color: #553300;
} 


blockquote { 
text-align : justify; 
border-bottom : 6px solid #372100; 
padding : 11px;
filter:alpha(opacity=65); 
opacity:0.65;
}  

blockquote:hover {
filter:alpha(opacity=80); 
opacity:0.80;
}


