body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-color: #E1EDED;
	background-position: center top;
	font-size: 12px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #448C99;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 12px;
	color: #366F78;
}


.header {
	background-image: url(images/leaves.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 160px;
}
#nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 14px;
	padding: 0px;
	margin-right: 0px;
}
#nav li {
	padding-top: 0px;
	padding-bottom: 6px;
	list-style-image: none;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #CC0000;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
a.nav:hover {
	color: #5D9BA7;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
.nav-over {
	color: #5D9BA7;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#contacts {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 12px;
	padding: 0px;
	margin-right: 0px;
	color: #333333;
}
a {
	color: #CC0000;
	text-decoration: underline;
	padding-top: 1px;
	padding-bottom: 1px;
}
#content {
	margin-right: 20px;
}

a:hover {
	color: #5D9BA7;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
.pic {
	border: 1px solid #448C99;
	padding: 0px;
	margin-left: 10px;
}
