* { padding: 0; margin: 0; }

body {	
	font-family: Georgia,Times,'Times New Roman',Utopia,Palatino,'Palatino Linotype',serif;
	font-size: 30px;
	text-align: left;
	color: #b6b6b6;
}

#container {
	margin: 0 auto;
	width: 820px;
	background:#fff;
	border-width: 0px;
	border-style: solid;
	border-color: #b6b6b6;
}

#header {
	width: 820px;
	height: 176px;
	background:#fff;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b6b6;
	background-image: url(images/banner.jpg);
}

#logo {
	position: absolute;
	padding: 30px 0px 0px 0px;
}

#navigation {
	padding: 112px 0px 0px 295px;
}

#content {
	clear: left;
	padding: 25px 0px 25px 80px;
}

.style1 {
	color: #004b46;  
}

.style2 {
	font-size: 18px;
}

.style3 {
	color: #004b46; 
}

.style4 {
	font-size: 20px; 
}

.gallery li {
    display: inline;
    list-style: none;
    width: 220px;
    min-height: 165px;
    float: left;
    margin: 10px 0px 25px 25px;
    text-align: left;
	font-size: 12px;
	font-family: helvetica, arial, trebuchet, sans-serif;
	color: #63cba1;
	}

#footer {
	font-family: helvetica, arial, trebuchet, sans-serif;
	clear: both;
	position:relative;
	background:#fff;
	text-align: left;
	padding: 20px 0px 20px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b6b6b6;
	font-size: 13px;
	font-weight: bold;
	color:#b6b6b6;
}

#credit {
	position:absolute;
	top:20px;
	left:580px;
}

/* styling for email link and sorca link in the footer */
.footerlink a:link {
	color: #b6b6b6;
	text-decoration:none;
}
.footerlink a:visited {
	color: #b6b6b6;
	text-decoration:none;
}
.footerlink a:hover {
	color: #63cba1;
	text-decoration:none;
}

img
{  border-style: none;
}


