@charset "utf-8";
/* CSS Document */
body {
	font: 12px "Trebuchet MS",Tahoma,Arial;
	color: #4d4c4c;
	background: white;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background: url(../images/fill-banner.jpg) repeat-x;
}
#container {
	width: 960px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/bg.jpg) no-repeat;
	overflow:visible;
}

#header {
	font-size: 32px;
	color: #FFFFFF;
	text-indent: 130px;
	height: 70px;
	line-height: 65px;
	font-family: "Trebuchet MS",Tahoma,Arial;
}

#sidebar {
	width: 221px;
	float: left;
	height: 730px;
}

#navigation {
	font-size: 14px;
	color: #178742;
}

#navlinks {
	margin-top: 50px;
	margin-left: 80px;
	list-style-type: none;
	list-style-image:url(../images/arrow.gif);
	color: #0096ff;
	font-weight: bold;
	line-height: 25px;
}

#navlinks a,
navlinks a:visited,
navlinks a:hover {
	text-decoration: none;
	color: #178742;
	font-weight: normal;
}

#mainContent {
	float:left;
	width: 737px;
	padding: 0;
	margin: 0;
}

#mainContent h1 {
	margin: 0px;
	margin-top: 50px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	color: white;
	font-size: 18px;
	font-weight: normal;
}

#mainContent h2 {
	height: 214px;
	margin:0;
	padding:0;
	background: url(../images/brood-bg.jpg) no-repeat;
}

#content {
	float: left;
	width: 408px; /* 428 total */
	text-align: justify;
	margin: 20px 10px 50px 10px;
	padding: 0;
}

#photos {
	float: left;
	width: 290px;
}

#footer {
	height: 48px;
	line-height: 48px;
	color: white;
	background: url(../images/footer.jpg) repeat-x;
	text-align:center;
	vertical-align:middle;
}

.clear {
	clear: both;
}

