body {

	font-family: Verdana;

	font-size: 13px;

	color: #00252B;

	background-color:#AAE7F2;

	text-align:center;

	background-image: url('bg.jpg');

	background-repeat: no-repeat;

	background-position:top center;

	background-attachment:fixed;

		}



#container {
	text-align:left;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font: Georgia, Times;

}





#header {

	text-align:center;

}





#menu {

	text-align:center;

	padding:10px;

}



#menu a {

	color:#000000;

	margin-left:15px;	

	margin-right:15px;

}





#footer {

	font-size:10px;

	text-align:center;

	clear:both;

	color:#fff;

	background-color:#AAE7F2;

	padding:10px;

}





#right {

	margin-top:10px;

	background-color:#E9EFFF;

	width: 440px;

	float: left;

	padding:10px;

}



#left {

	width: 300px;

	float: left;

	padding:10px;

	font-size:15px;

}



#content {

	clear:both;

	padding:10px;

	text-align:justify;

}





img {

	border:0;

	}



h3 {
	margin-bottom:2px;
	color:#013A65;
	font-family: "Trajan Pro";
        font-size: 1.1em;

}
h2 {
	margin-bottom:0px;
	color:#013A65;
	font-family: "Trajan Pro";
        font-size: 1.2em;
}
h1 {
	margin-bottom:0px;
	color:#013A65;
	font-family: "Trajan Pro";
        font-size:1.2em;
}





/* LINKS

-----------------------------------*/

a {
	text-decoration: none;
	color:#44A2B3;
	font-weight:bold;
	margin-right: 0px;

}





a:hover {

	color:#1B6370;

	text-decoration: underline;

}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
