/* Page Layout Document */

/*
*
* @website    www.youngmariners.org.nz
* @author     Ben Lilley <www.elements.net.nz>
* @updated    06/02/2006
* @updated    10/08/2011  john candy define depth of Nav 500 px
*
*/

body {
	width: 740px;
	margin: 0 auto;
	padding-top: 8px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/background.gif) repeat center center;
	}

/* Wrapper Everything Is Inside */
#pagewrapper {
	background: #eeeeee;
	border: 1px solid #000000;
	
	}

/* This Controls The Header Image */
#header {
	height: 170px;
	border-bottom: 1px solid #000000;
	background: url(../images/header.jpg);
	}
	
/* This Controls The Navigation */
#navigation {
	width: 134px;
	height: 500px;
	padding: 10px 8px;
	text-align: center;
	background: #c0cbd1;
	border-right: 1px solid #000000;
	}

/* This Controls The Content On The Right */
#rightcol {
	float: right;
	width: 568px;
	padding: 10px 8px;
	background: #eeeeee;
	
	}

/* Here Be The Footer Thing */
#footer {
	width: 738px;
	margin: 0 auto;
	text-align: center;
	background: #c0cbd1;
	padding: 4px 0;
	border-top: 1px solid #000000;
	}

/* Here Be The Links */
#navigation a {
	color: #666666;
	text-decoration: underline;
	}

#navigation a:hover {
	color: #006699;
	border-bottom: none;
	text-decoration: none;	
	}

#footer a { 
	color: #0b5479;
	text-decoration: none;
	}
#footer a:hover {
	color: #666666;
	text-decoration: none;
	}

#rightcol a { 
	color: #0b5479;
	text-decoration: none;
	}
#rightcol a:hover {
	color: #666666;
	text-decoration: none;
	}
	

/* Here Be The Font Stuff */
#navigation h1 {
	margin: 0px;
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	}

#footer p {
	margin: 0px;
	color: #000000;
	font-size: 0.8em;
	}

#rightcol h1 { 
	margin: 0; 
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	}
	
#rightcol p { 
	margin: 0; 
	}
