body {
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.mainbg {
	background-image: url(images/content-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 400px;
}
.main {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	padding-right: 30px;
	padding-left: 30px;
}
.topnav1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #00746b;
	font-variant: small-caps;
}
.topnav1 a {
	text-decoration: none;
	color: #00746b;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.topnav1 a:hover {
	color: #666;
}
.topnav2 a:hover {
	text-decoration: none;
	color: #666;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
	text-align: justify;
}
.content a {
	color: #00746B;
}

.content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	color: #00746b;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}



.topnav2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #c47e65;
	padding-top: 5px;
	font-variant: small-caps;
}
.topnav2 a {
	text-decoration: none;
	color: #c47e65;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.picleft {
	float: left;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 2px solid #DBDBDB;
}
.content h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #c47e65;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.picright {
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 2px solid #DBDBDB;
}
.picborder {
	padding: 5px;
	border: 2px solid #DBDBDB;
}

