body {
	margin:0;
	padding-top:5px;
	background:url("http://www.aquariusabroad.org/assets/templates/aquarius/images/header.jpg") no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #006699;
	font-style:italic;
	font-weight:normal;
	line-height:1.2em;
	margin-top:0;
	}
	
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	}
	
/* Page Layout */

/* Header */

#headercontainer {
	margin:0 auto;
	height:236px; 
	width:80%;
	min-width:850px;
	max-width:1200px;
	position:relative;
	}
	
#logo {
	height:150px;
	width:136px;
	}
	
/* Top Menu */

#navbar {
	background:url("http://www.aquariusabroad.org/assets/templates/aquarius/images/menubar.jpg") repeat-x;
	height: 31px;
	border-top: 1px solid #8D9298;
	border-bottom: 1px solid #8D9298;
	}
	
#menucontainer {
	margin:0 auto;
	width:80%;
	min-width:850px;
	max-width:1200px; 
	line-height:29px;
	}

#topmenu {
	float:left;
	font-size:13px;
	font-weight:bold;
        border-left:1px solid #ffffff;
	}

#container {
	margin:40px auto;
	width:80%;
	min-width:850px;
	max-width:1200px;
	overflow:hidden;
	}
	
/*#content {
	margin:0 0 0 250px;
	}*/

#content p {
	color: #000000;
	line-height:1.5;
        font-size:11px;
}

/* Footer */
#footerbar {
	background:url("http://www.aquariusabroad.org/assets/templates/aquarius/images/footer.jpg") repeat-x;
	height: 31px;
	border-top: 1px solid #8D9298;
	line-height:30px;
}

#footer {
	margin:0 auto;
	width:80%;
	min-width:850px;
	max-width:1200px; 
	font-size:10px;
	}
	
#copyright {
	float:left;
	}
	
#footerlinks {
	float:right;
	}

#footer a:link, a:visited {
	color: #006699;
	text-decoration:none;
}
#footer a:hover {text-decoration: underline;}
	
/* Links */
	
a:link, a:visited {
	color: #006699;
	text-decoration:none;
}
a:hover {text-decoration: underline;}


