html {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background-image: url('images/background-swirls.gif');
}
body {
  margin: 40px 0px;
}
a img {
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-style: italic;
  color: #00affc;
  position: relative;
  left: -10px;
}
h1, h2, h3, h4, h5, h6, p {
  margin: .25em 0px;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
}
h5 {
}
h6 {
}
div#container_overall_background {
  background-color: #f3e1cf;
  width: 980px;
	height: 0px;
	overflow: hidden;
  margin: 0px auto;
	filter: alpha(opacity=72);
	-moz-opacity: .72;
	opacity: .72;
	position: relative;
	z-index: 0;
}
div#container_overall {
	width: 860px;
	padding: 25px 60px;
	margin: 0px auto;
  color: #01245e;
  position: relative;
  z-index: 1;
}
img#header {
  display: block;
  width: 860px;
  height: 86px;
}
img#sub_header {
  width: 860px;
  height: 57px;
  display: block;
  margin-bottom: -47px;
  position: relative;
}
div#nav_left {
  width: 144px;
  background: #e1ceb2 url('images/nav-left-background.gif');
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 0px 15px 6px;
  float: left;
  margin: 0px 20px 5px 0px;
}
div#nav_left a {
  color: #01245e;
  display: block;
  text-decoration: none;
  margin: 18px 0px;
  position: relative;
  z-index: 1;
}
div#nav_left a em {
  font-style: italic;
  font-weight: normal;
  display: block;
  text-transform: lowercase;
  font-size: 15px;
  margin-left: 15px;
}
img#current_image {
  width: 44px;
  height: 35px;
  position: absolute;
  margin-left: -5px;
  margin-top: -9px;
}
div#nav_left a:hover {
  color: #00affc;
}
img#right_image {
  float: right;
  display: block;
/*  width: 260px;
  height: 480px;*/
  margin-left: 20px;
}
img#panels_top {
  width: 402px;
  height: 134px;
  margin: 0px auto;
  display: block;
}
div#content {
  line-height: 1.7em;
}
div#content a {
  color: #000;
}
div#content a:visited {
  color: #333;
}
div#footer {
	text-align: center;
	font-size: .9em;
	clear: both;
	width: 940px;
	margin: 0px auto;
	padding: 0px 20px;
}
div#footer p {
	margin: 5px 0px;
}
div#footer a {
  color: #000;
}
div.breadcrumbs {
  text-align: center;
  margin: .6em 0px .25em 0px;
}
div.breadcrumbs a {
  font-weight: bold;
  font-style: italic;
  margin: 0px 5px;
  font-size: .9em;
}
div.breadcrumbs a:hover {
  color: #00affc !important;
}
