body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #f3d535 url('y.png') repeat;
text-align: left;
font : 70%/155% "trebuchet ms", sans-serif;
color : #000; 

} 

#header {
width: 800px;
height:440px;
background: transparent url('') no-repeat center top;
margin: 0;
}

#content {
width: 649px;
position: absolute;
left: 25px;
padding: 0 14px 14px 14px;
background: #ffc015;
filter:alpha(opacity=75); 
opacity:0.75;
}
#footer {
clear:both;
border-top: 1px dashed #df6502;
text-align:right;
background : #f0d331;
color: #000;
padding: 3px;
height:auto;
}


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

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

#navigation a:link, #navigation a:visited {
float : inherit;
font : 400 18px "Trebuchet MS", sans-serif;
color : #FFF;
padding : 5px 22.25px;
margin-left: 25px;
} 

#navigation a:hover {
color : #fff;
text-decoration: none;
background: #ffc015;
} 





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

h1:first-letter {
	font-style: italic;
}



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



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

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

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

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

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




blockquote { 
background : #f0d331;
text-align : justify; 
color : #000000;  
border-bottom : 6px solid #df6502; 
padding :7px; 
margin: 0 auto;
width: 340px;
}  

