@charset "UTF-8";

/* ----------  Base Styles ----------  */

* { margin:0;
	padding:0;
	}
	
body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
		/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center;
		/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	height: 1200px;
	background-color: #7C9962;
	}
	
#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	position:relative;
	text-align:left;
	width: 870px;
	}
	
#clear {
	clear:both;
	}
	
/* ----------  Header Styles  ----------*/	

#header {
	height: 174px;
	background-image: url(../Assets/2009-10_HarbourSingers-flat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#header h1 {
	margin-left: -9000px;
	}
	
/* -- main navigation styles -- */

#header ul {
	margin: 0;
  	padding: 0;
	position:absolute;
	top:147px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	}		
#header ul li {
	float:left;
	}	
#header ul a {
	padding: 0 0.8em;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float:left;
	display:block;
	background:url(../Assets/menu_sep.jpg) no-repeat top left;
	}
#header ul a.first {
	margin-left:390px;
	background:none;
	}
#header ul a:hover {
	color:#95ae7f;
	}
	
/* ----------  Content Styles  ----------  */

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0em;
	height:575px;
	padding: 1em 2.5em;
	line-height: 1.2;
	}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
	font-size: 1.5em;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color: #00066;
	line-height: 1.5em;
	}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size:100%;
	line-height: 1.5em;
	}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 90%;
	margin-top: 6px;
	margin-left: 4px;
	}

#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#004400;
	font-weight:bold;
	text-decoration: none;
	}

/* ----------  Quote box Styles  ----------  */
#quote {
	padding: 0.5em 1.5em;
	background: url(../Assets/quote_bkgrd.gif) repeat-y;
	margin: 1em 1em;
	 }
#quote h2 {
	color: #000099;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 95%;
}

#quote h2.sig {
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style:italic;
	text-align: right;	
}

/*  ----------  Footer Styles ---------- */
#footer {
	margin:0;
	padding:1em;
	background:#000000;
	}
#footer h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-align:center;
	}
	

