/*
html { font-size:100%; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, table, th, td, form, fieldset, input, select, textarea, button { margin:0; padding:0; font-size:1em; font-weight:normal; }
img { border:0; }
ul { list-style-type:none; }
*/

body { 
	background: #006594; 
	color:#222; 
	text-align: justify; 
	font-family: Verdana; 
	font-weight: lighter;
	font-size:0.875em; 
	line-height:1.5em; 
}

#content { 
	margin: 0px auto 30px auto; 
	width:600px; 
	-moz-border-radius:20px; 
	-webkit-border-radius:20px; 
	background: #fff url(/images/bg.png) no-repeat bottom right; 
	padding: 5px 50px 5px 50px; 
}



h1 {font-size:4em; 
	text-align: center; 
	color: white;
	font-family: Verdana; 
	font-weight: lighter;
	} /*{ margin:0 auto; width:265px; height:114px;  } */

#intro { 
	margin-top: 10px; 
	color: white; 
	width: 50em;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}


h2 { 
	font-size:1.6em; 
	font-family: Verdana; 
	font-weight: lighter; 
/*	line-height:1.1em; */
/*	background: #4AB2D6;*/
}

a { 
	text-decoration:underline; 
	color:#039; 
}

img {
	float: left;
	padding: 10px 10px 10px 10px;
}
a:hover { 
	color:#444; 
}  

#footer { color:#48B; font-size:0.929em; text-align:center; margin-bottom:10px; }
#footer a { color:#369; }
#footer a:hover { color:#777; }
