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

#container { 
top: 0px;
margin : 0 auto 0 auto; 
width: 582px;
height: auto;
background: #ff7744 url('dufcbg.png') repeat;
text-align : left; 
border-left: 0px dashed #fff;
border-right: 0px dashed #fff;
border-top: 0px;
border-bottom: 0px;
position: relative;
} 

#header {
width: auto;
height: 383px;
background: #000 url('dufc.png') no-repeat scroll center;
text-align:center;
margin: 0 auto;
}

#content {
width: auto;
padding: 3px 9px;
float: center;
}
#footer {
clear:both;
margin-top: 3px;
text-align:right;
padding: 6px;
height:auto;
border-top: 1px dashed #fff;
}

#navigation {
width : auto;
text-align : center;
height: auto;
padding : 2px 5px 5px 5px;
background: #ff7744;
margin: 0;
text-align: center;
} 

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

#navigation a:link, #navigation a:visited {
float : inherit;
font: 6pt "Trebuchet Ms", sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
color : #fff;
padding : 4px 6px 6px 6px;
margin-right: 8px;
margin-left: 8px;
font-style: italic;
} 

#navigation a:hover {
color : #fff;
text-decoration: none;
background-color: #FF8E64;
cursor: default;
} 





h1 {
	background: transparent;
             	color: #FF7744;
	font:16pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 2px 0 0 0;
margin-bottom: 5px;
letter-spacing: 1px;
border-bottom: 3px solid #fff;
}

h1:first-letter {
color: #fff;
font: 20pt "Georgia", serif;
font-style: italic;
} 


a:link, a:visited, a:active {
        text-decoration: none;
	font-weight: bold;
		color: #ff8364;
	cursor: default;
        }
a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #ff7744;
	cursor: default;
}



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


input:focus, textarea:focus, select:focus, submit:focus{
background-color: #ffffff;
} 



img {
padding : 4px;
}

blockquote { 
background : #fff url('logo.png')no-repeat bottom right;
filter:alpha(opacity=60); 
opacity:0.60;
text-align : justify; 
border-right : 5px solid #ff8e64; 
border-left : 5px solid #ff7744; 
padding : 11px; 
display: block;
}  

blockquote:hover {
filter:alpha(opacity=100); 
opacity:1.0;
}



