body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background: #FFF;
text-align: left;
font : 8pt/24px "verdana", Arial, sans-serif;
color : #4F404B; 
width: auto;
} 

#header {
width: auto;
height: 300px;
background: transparent url('gbg.png') repeat-x;
text-align: center;
border-bottom: 1px dotted #ccc;
margin-top: -13px;
}

.hime {
margin-top: -13px;
}

#content {
width: 660px;
background: transparent;
height: auto
text-align: right;
padding: 20px;
margin: 0 auto;
height: auto;
}


#navigation {
width : auto;
text-align : left;
margin-bottom: 0;
padding : 0 5px 0 0;
background: transparent;
text-align: center;
} 

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

#navigation a:link, #navigation a:visited {
float : inherit;
font : 17pt/145% "La Belle Aurore", Arial, serif;
color : #FF79AF;
padding : 2px 5px 0 5px;
margin-right: 8px;
margin-left: 8px;
text-decoration: none;
text-transform: lowercase;
} 

#navigation a:hover {
color : #FABED6;
text-decoration: none;
text-shadow: none;
} 


#footer {
clear:both;
text-align:center;
padding: 13px 20px;
height:auto;
}



h1{
background: transparent;
color: #C199A3;
font:19pt/120% 'Quattrocento Sans', arial, serif;
margin: 0;
text-transform: uppercase;
}


h2 {
background: transparent;
color: #FAB6D1;
font:13pt/120% 'Quattrocento Sans', arial, serif;
text-transform: lowercase;
margin: 0;
margin-top: 6px;
}




a:link, a:visited, a:active {
text-decoration: none;
color: #C199A3;
	        }
a:hover { 
text-decoration: underline;
}



input, select, submit, textarea {
background: #fff;
font:8pt "verdana", sans-serif;
padding: 5px;
color: #000;
font-weight: normal;
text-decoration: none;
border-width: 1px;
border-style: solid;
border-color: #FF79AF;
outline: none;
}



blockquote { 
background : #F7F2F3;
text-align : left; 
border-bottom : 4px solid #FF79AF; 
padding : 11px;
display: block;
color: #44605A;
}  



