body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background: #fff url('gradient.png') repeat-x;
text-align: center;
font : 8pt/170% "trebuchet ms", sans-serif;
color : #659E9A; 
} 

#container { 
margin : 0 auto 0 auto; 
width: 560px;
height: auto;
text-align : left; 
position: relative;
} 

#header {
width: auto;
height: 200px;
background: transparent url('header.png') no-repeat scroll center;
text-align:center;
margin: 0 auto;
}

#icons {
margin: 0 auto;
text-align: center;
}

img.icon, img.icon2:hover {
border: 5px solid #87bbb7;
margin: 8px;
} 

img.icon:hover, img.icon2 {
border: 5px solid #AFCDCB;
margin: 8px;
}


#content {
width: auto;
padding: 5px 12px;
margin: 0 auto;
}
#footer {
clear:both;
margin-top: 3px;
text-align:right;
padding: 3px;
height:auto;
border-top: 1px solid #D5E3E2;
}

#navigation {
width : auto;
text-align : left;
margin : 0;
padding : 4px 5px 2px 0;
background: #fff;
text-align: center;
} 

#navigation ul, #navigation li{
list-style: none;
display : inline;
} 

#navigation a:link, #navigation a:visited {
float : inherit;
font : 10pt/170% "trebuchet ms", sans-serif;
color : #679E9A;
padding : 2px 5px;
margin-right: 8px;
margin-left: 8px;
font-variant: small-caps;
text-decoration: none;
} 

#navigation a:hover {
color : #AFCDCb;
text-decoration: none;
text-shadow: none;
border-bottom: 1px solid #AFCDCb;
} 





h1 {
	background: transparent;
             	color: #D5E3E2;
	font:21pt "trebuchet ms", sans-serif;
	font-weight: normal;
	text-align: justify;
margin: 0 0 1px 0;
border-bottom: 2px dashed #D5E3E2;
letter-spacing: -1px;
font-style: italic;
text-transform: lowercase;
text-shadow: #60918D 1px 1px 1px;
text-indent: 53px;
}



a:link, a:visited, a:active {
        text-decoration: none;
			color: #3E5E5B;
	cursor: crosshair;
	        }
a:hover { 
	text-decoration: underline;
	cursor: crosshair;
}



input, select, submit, textarea {
background: #fff;
font:8pt "trebuchet ms", sans-serif;
padding: 5px;
color: #366261;
font-weight: normal;
text-decoration: none;
border-width: 1px;
border-style: solid;
border-color: #A3C2C0;
}


input:focus, textarea:focus, select:focus, submit:focus{
border-color: #60918D;
} 


blockquote { 
background : #DAE7E6;
text-align : justify; 
border-bottom : 6px solid #7fa8a5; 
padding : 11px;
display: block;
}  

