body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #C24D84 url('') repeat;
text-align: center;
font : 75%/145% "arial", sans-serif;
color : #000; 

} 
#container { 
top: 0px;
margin : 0 auto; 
text-align : left; 
width: 600px;
margin-top: 0px;
background : #fff;
border: 5px solid #fff;
position: relative;
} 
#header {
width: 600px;
height:452px;
background: #c24d84 url('fne.png') no-repeat center top;
text-align:center;
}

#content {
width: 580px;
padding: 10px;
float: center;
background: #fff;
}
#footer {
clear:both;
border-top: 1px dashed #c24d84;
text-align:center;
background : #Fffffff;
color: #000000;
margin-bottom: -9px;
padding: 3px;
height:35px;
}

#nav { 
width: 600px;
padding : 0px; 
background : #fff;
} 

#navdiv { 
margin : 0; 
background : #fff;
} 

#navigation { 
list-style-type : none; 
margin : 0; 
padding : 0; 
background : #fff;
} 
#navigation li { 
list-style-type : none; 
float : left; 
background : #fff;
} 
#navigation li a { 
font: italic 173%/180% georgia;
text-align : center; 
color : #E6C08B; 
letter-spacing : -1px; 
width : 120px;
display : block; 
margin-bottom: 10px;
background : #c24d84; 
text-decoration : none;
} 
#navigation li a:hover { 
color : #e6c08b;
background : #fff; 
text-decoration: underline;
} 




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



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



input, select {
	background: #ffffff;
	font:9.5pt "helvitica", 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: #996677;
}

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

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

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


img {
padding : 4px;
}

blockquote { 
background : #ffffff;
text-align : justify; 
color : #000000;  
border-left : 12px solid #c24d84; 
border-right : 12px solid #c24d84;  
border-top : 2px solid #c24d84;
border-bottom : 2px solid #c24d84;
padding : 4px; 
display: block;
}  

