#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #006666;
}
#nav {
	background-color: #33ffcc;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}
#nav ul {
	margin: 0px;
	padding: 5px;
}
#nav a {
	font-size: 85%;
	color: #042F2E;
	text-decoration: none;
}
#nav li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
}
#nav a:hover {
	font-size: 85%;
	color: #FFFFFF;
	text-decoration: none;
}
#leftnav {
	float: left;
	width: 195px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#leftnav ul {
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 85px;
	list-style-type: none;
}
#leftnav li {
	text-align: left;
	padding: 2px;
	margin: 0px;
	list-style-type: none;
}
#leftnav a {
	font-size: 85%;
	color: #FFFFFF;
	text-decoration: none;
	list-style-image: none;
}
#leftnav a:hover {
	font-size: 85%;
	color: #00CCCC;
	text-decoration: none;
}
#main h2 {
	color: #FFFFFF;
	padding-left: 2px;
	font-style: italic;
}
h4 {
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
}
#lg_tile_pic {
	background-color: #35FFC3;
	float: left;
	border: medium solid #000066;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 21px;
	padding-left: 7px;
}
#gallery_left {
	float: left;
}
