
/* ----- Structure and Layout ----- */

body {
	text-align : center;
        background: url(../images/water01.jpg);
	min-width : 770px ;
	}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	}

#maincontainer {
	float: left;
	width : 770px;
	background-color: #ffffff;
	}

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}

#content {
	float: left;
	width: 700px;
	padding: 0 0 10px 40px;
	}


/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	height: 41px;
	background: #000000;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	
	}
	
#nav li a:hover {
	color: #ffffff;
	border-bottom: 2px solid #0000FF;
	border-right: 2px solid #0000FF;
	background: #0066ff;
	
	}
	
#nav li a.active {
	color: #ffffff;
	background: #0066ff;
	border-bottom: 2px solid #0000ff;
	border-right: 2px solid #0000ff;
	}
	

/* ----- Typography ----- */

body {
	font: small Comic Sans MS, Sans-serif;
	line-height: 1.6em;
	color: #000000;
	}

h1 {
	padding-top: 10px;
	font-size: 2.0em;
	color:#000066
	}
h2 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#000066
	}

h3 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#000000
	}
h4 {
	padding-top: 10px;
	font-size: 1em;
	color:#000066
	}


h5 {
	font-size: 1em;
	font-style:italic;
	color: #000000;
	}

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

/* ----- Links ----- */

a:link { 
	color: #0000ff;
	text-decoration:none;
	}
a:visited { 
	color: #9900cc;
	text-decoration:none;
	}
a:hover { 
	color: #0066ff;
	text-decoration:underline;
	}


/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: 1.0em;
	color: #000000;
	}

	