body {
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	background-image: url(images/gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
	}
#divWrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#divHeader {
	width: 770px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#divTagline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	margin-top: -35px;
}
#divTop {
	background-color: #223475;
	height: 75px;
	width: 100%;
}
#divNavigation {
	height: 25px;
	padding-left: 140px;
	width: 640px;
}
#divNavigation ul {
	list-style-type: none;
}
#divNavigation ul li {
	display: inline;
}
#divNavigation ul li a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #223475;
	text-decoration: none;
	float: left;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#divNavigation ul li a:link, #divNavigation ul li a:visited {
	color: #223475;
}
#divNavigation ul li a:hover {
	background-color: #F0E6BD;
}
#divColumn1 {
	width: 80px;
	float: left;
	margin-left: 70px;
	margin-right: 20px;
	margin-top: 35px;
}
#divColumn2 {
	float: left;
	width: 470px;
	margin-top: 20px;
	text-align: justify;
	padding-bottom: 50px;
}
#divColumn2 a {
	color: #000000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #74613A;
	font-weight: normal;
}
#divNavigation ul li.current a {
	font-weight: bold;
	background-color: #E6D48D;
	color: #223475;
}
#divFooter {
	width: 770px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#divFooter p {
	line-height: 10px;
	font-size: 10px;
	color: #223475;
	padding-bottom: 30px;
}

#divFooterRule {
	height: 2px;
	width: 100%;
	border-top-width: 8px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6D48D;
	border-bottom-color: #E6D48D;
	clear: both;
}
#divPhoto {
	border: 1px solid #223475;
	height: 250px;
	width: 770px;
	padding: 5px;
}
#divNoPhoto {
	height: 100px;
	width: 770px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divColumn2 a:hover {
	background-color: #F0E6BD;
}
