/* CSS Document */

body {
	font-family: century gothic, sans-serif;
	text-align:center;
	background: #004456 url(images/bg_page.jpg) repeat-y top;
	margin: 0;
	padding: 0;
	}

#container {
	position: relative;
	width: 760px;
	text-align:center;
	margin: 0 auto;
	height: 800px;
	background:#EEF4F6 url(images/header_page.jpg) top center no-repeat;
}

#menu {
	position:absolute;
	width: 420px;
	left: 0;
	top: 35px;
	text-align: left;
	}


#menu a {
	text-decoration: none;
	display:inline;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	padding: 0 6px;
	text-align: left;
	}


#menu a:hover {
	color:#99FFFF;
}

#content {
	width: 650px;
	height:auto;
	position: absolute;
	top: 145px;
	left: 50px;
	text-align: left;
	color:#666666;
	font-size: 13px;
	}
	
#content h1 {
	font-weight: bold;
	font-size: 16px;
	padding-top: 25px;
}

#content h2 {
	font-weight: bold;
	font-size:13px;
	margin-bottom: -10px;
	padding-top: 10px;
	color:#15847E;
	
}

#content h3 {
	font-weight: bold;
	font-size:13px;
	}
	
#content .quote {
	color:#15847E;
	font-size: 11px;
	font-style: italic;
}

#content .quotesource {
	color:#15847e;
	font-size: 11px;
	}
	
#content .bold {
	font-weight: bold;
}

#content a {
	color:#15847E;
}

#content a:hover {
	color: #41BEAB;
}

#content ul {
margin-top: -15px;
}

#content .imgL {
	margin: 2px 20px 5px 0;
	border:#000033 1px solid;
	float:left;
}

#content .imgR {
	margin: 2px 10px 5px 8px;
	border:#000033 1px solid;
	float:right;
}

#donate {
	position: absolute;
	right: 32px;
	margin-top: 150px;
	display:block;
	z-index: 1;
	}




#footer {
	width: 720px;
	height: 20px;
	text-align:center;
	padding-top:35px;
	padding-bottom: 50px;
	font-size:10px;
	color:#15847E;
}

#footer a {
	font-size:10px;
	color:#15847E;
	text-decoration:underline;
	}
	
#footer a:hover {
	font-size:10px;
	color:#41BEAB;
	text-decoration:underline;
	}
.itl {
	font-style: italic;
}
