body {
	background-image: url(../layout/bgtile.jpg);
	background-color: #7DABAB;
	background-repeat: repeat-x;
}
#wrapper #header {
	background-image: url(../layout/header.jpg);
	height: 223px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #62774E;
}
#wrapper {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../layout/contenttile.jpg);
}
#wrapper #content {
	background-color: #FFFFFF;
	width: 540px;
	margin-left: 200px;
	margin-top: 8px;
	padding: 8px;
}
.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
}

#wrapper #nav {
	float: left;
	width: 185px;
	margin-left: 8px;
	margin-top: 12px;
}
#nav li a{
	font-weight:bold;
	height:20px;
	text-decoration:underline;
	color:#FFFFFF;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #BAAD8A;
	border: thin solid #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
}
#nav li a:hover{
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #6B6B51;
	text-decoration: underline;
	border: thin solid #000000;
}
#wrapper #footer {
	clear: both;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 8px;
}
#wrapper #footer .line1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6F7744;
}
#wrapper #footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#wrapper #nav li {
	list-style-type: none;
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #nav ul {
	padding: 2px;
	width: 182px;
	border-left-width: thick;
	border-left-style: none;
	border-left-color: #CCCCCC;
	list-style-type: none;
	margin: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #5B683A;
	margin: 0px;
	padding: 0px;
}
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.photoCaptions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
}
#wrapper #content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

