* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #c0ffc0 url(images/backGrad.jpg) repeat-x;
}

body {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background: white;
	color: #004000;
	font: normal 10pt arial;
	position: relative;
}

#heading {
	width: 100%;
	height: 110px;
	background: url(images/banner.jpg);
}

#content {
	width: 100%;
	height: 490px;
	background: #f8e4e2;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#navCol {
	width: 120px;
	height: 490px;
	background: #c0ffc0;
	position: absolute;
	top: 110px;
	left: 0px;
}

#detail {
	width: 680px;
	height: 490px;
	background: url(images/nwCorner.jpg) no-repeat;
	position: absolute;
	top: 110px;
	left: 120px;
}

#linkList a {
	display: block;
	text-decoration:none;
	font: normal 16px helvetica, arial, sans-serif;
	color: #004000;
	text-align: center;
	line-height: 20px;
}

#linkList a:hover, #linkList a.sfHover2 {
	text-decoration: underline;
}

#thumbs {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 390px;
	left: 0px;
	background: #fbefcf;
}

#group {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#thumbs img {
	border: 0px;
	display: inline;
	margin: 10px 6px;
}

#thumbs a {
	text-decoration: none;
}

ul {
	margin-top: 150px;
	list-style: none;
}

ul a {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	margin: 5px;
	color: #004000;
	background: #fff;
}

#navCol a:hover, #navCol a.sfHover {
	background: #e28791;
}

a#current, a#current:hover, a#current.sfHover {
	background: #f8e4e2;
	cursor: default;
}

h1 {
	font-family: times new roman, times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
	padding: 0px 30px;
}

h1#caption {
	margin: 0px;
	padding: 10px 144px;
	text-align: justify;
	font: normal 12px helvetica, arial, sans-serif;
}

h2 {
	font: bold 18px times new roman, times, serif;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 5px;
}

h3 {
	font: normal 16px helvetica, arial, sans-serif;
	text-align: left;
	margin-left: 275px;
	margin-bottom: 5px;
}

#center {
	width: 450px;
	height: 280px;
	position: relative;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px black;
}

img#insert {
	margin-top: 20px;
}

