body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #e0e0e0 url('lbg.png') repeat;
text-align: center;
font : 70%/150% "trebuchet ms", sans-serif;
color : #808080; 

} 
#container { 
position: absolute;
left:0px;
text-align : left; 
width: 780px;
margin-top: 0px;
background : transparent;
} 
#header {
width: 390px;
height:730px;
background: transparent url('lucario.png') no-repeat center top;
text-align:center;
float: left;
}

#content {
width: 380px;
overflow: auto;
padding: 10px 0 0 0;
background: transparent;
float: right;
}
#footer {
clear:both;
text-align:left;
background : transparent;
color: #808080;
padding: 3px 3px 3px 8px;
height:auto;
}

#navigation {
position: relative;
float: right;
background: transparent;
width: 320px;
height: 10px;
text-align: center;
margin : 0 2px 0 2px;
padding : 3px;
}


#navigation a:link, #navigation a:visited {
float : inherit;
font: normal 11pt/17px "trebuchet ms", sans-serif;
color : #5F5F5F;
padding : 1px 5px 0 3px;
text-transform: lowercase;
} 

#navigation a:hover {
color : #a9a9a9;
text-decoration: underline;
} 


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





h1 {
	background: transparent;
             	color: #AB8727;
	font:18pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 0;
}



a:link, a:visited, a:active {
        text-decoration: none;
	font-weight: bold;
		color: #68BDE3;
	cursor: crosshair;
              }
a:hover { 
	text-decoration: none;
	font-weight: bold;
		color: #808080;
	cursor: crosshair;
}



input, select {
	background: #DBDBDB;
	font:8pt "trebuchet ms", sans-serif;
padding: 5px;
color: #000000;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

input:hover {
border-color: #808080;
}

select:hover {
border-color: #808080;
}

TEXTAREA {
	color: #000000;
	background: #DBDBDB;
		font:8pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
padding: 5px;
}

TEXTAREA:hover {
	border-color: #808080;
}


img {
padding : 4px;
}

blockquote { 
background : #DBDBDB;
text-align : justify; 
color : #808080;  
border-bottom: 6px solid #808080;  
padding : 6px; 
display: block;
}  


 

