@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #1d4daa;
	background: #d9d1e1 url(images/bgbar.gif) top center repeat-y;
}
div#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafacc;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #a73058;
}
h1 {
	font-size: 220%;
	text-align: center;
}
h2 {
	font-size: 190%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 130%;
}
div#header {
	padding-left: 295px;
	background: url(images/logo.gif) center left no-repeat;
	height: 169px;
	color: #0aadab;
	text-align: center;
	font: 200% Georgia, "Times New Roman", Times, serif bold;
	line-height: 2em;
	vertical-align: middle;
	border-top: thin dotted #1d4daa;
	border-bottom: thin dotted #1d4daa;
}
div#text {
	padding: 5px;
	width: 395px;
	float: left;
	border-right: thin dotted #1d4daa;
}
div#photos {
	padding-left: 400px;
	text-align: center;
}
/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
a:link {
	color: #9a74c7;
}
a:visited {
	color: #bea1e1;
}
a:hover {
	color: #50129c;
}

