
body, h1, h2, h3, h4, h5, p, div, img {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #2d263f;
	background-image: url(images/background.gif);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

.hr {
	height: 15px;
	background: url(images/dotted_pattern.gif) repeat-x center;
	clear: both;
}

.hr hr {
  display: none;
}

a:link, a:visited {
	color: #333;
	-webkit-transition: color .25s ease-out .1s;
	transition: color .25s ease-out .1s;
}

a:hover {
	color: #993333;
	text-decoration: underline;
	-webkit-transition: color .15s ease-out;
	transition: color .15s ease-out;
}

#wrapper {
	background-color: #fdfcf9;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px 16px 10px;
	background: url(images/shadowed_sides.png);
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.clearfloat {
	clear: both;
}

.align_right {
	float:right;
	margin:0 0 20px 20px;
	clear:right;
}

#header {
	background: url(images/header_graphic.jpg);
	height:169px;
	position:relative;
}

#menubar {
	background: #f6f2e5 url(images/menubar_bg.gif) repeat-x left top;
	margin: 0 0 20px;
}

#menu { /* this only needs to be here if you want the menubar background to fill up the space to the right */
	height: 32px; 
	background: #f6f2e5 url(images/menubar_bg.gif) repeat-x left top;
	margin: 0 0 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	float: left;
	text-align: center;
}

#menu ul li a {
	float: left; /* this is here to fix an IE6 bug */
	display: block;
	background: #F3EFDE url("images/menubar_button_bg.gif") right top;
	height: 22px;
	padding: 10px 24px 0 24px;
	color: #A28349;
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: none;
	transition: none;
}

#menu ul li a:hover {
	color: #FFF;
	background: #812724 url("images/menubar_button_bg.gif") right -32px;
	-webkit-transition: none;
	transition: none;
}

#vertical_divider {
	background-attachment: scroll;
	background-image: url(images/vertical_divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 800px;
}

#sidebar {
	display: inline;
	float: left;
	width: 160px;
	padding-left: 20px;
}

#sidebar p {
	font-size: 9px;
	color: #333;
	margin-bottom: 10px;
}

#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

#sidebar h2 {
	font-size: 10px;
	font-weight: bold;
	color: #993333;
}

#content {
	display: inline;
	float: right;
	width: 564px;
	padding-right: 20px;
}

#content p {
	margin-bottom: 10px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #993333;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a5e79;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#wrapper_bottomcap {
	background-image: url(images/shadowed_bottomcap.png);
	background-repeat: no-repeat;
	width: 820px;
	height: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
}

#footer {
	width: 800px;
	margin: 10px auto 30px auto;
}

#footer p {
	color: #645785;
	font-size: 9px;
}

#footer a {
	color: #645785;
	text-decoration: none;
}

#footer a:hover {
	color: #645785;
	text-decoration: underline;
}

#content .tanbox_topcap {
	background-attachment: scroll;
	background-image: url(images/tanbox_topcap.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 564px;
	font-size: 0;
	line-height: 0;
}

#content .tanbox_bottomcap {
	background-attachment: scroll;
	background-image: url(images/tanbox_bottomcap.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 564px;
	font-size: 0;
	line-height: 0;
	margin-bottom: 30px;
}

#content .tanbox {
	background-color: #f6f2e5;
	width: 539px;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 7px;
}

#content .tanbox p {
	padding-bottom: 10px;
	margin-bottom: 0;
}

#content .tanbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

#content .tanbox h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #332b47;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content .tanbox li {
	margin: 0 0 5px 0;
}

#content .tanbox a, #content .tanbox a:hover {
	text-decoration: none;
}

ul.photo_grid {
	font-size: 9px;
	line-height: 9px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.photo_grid li {
	text-align: center;
	width: 128px;
	height: 150px;
	float: left;
	margin: 0 5px 5px;
}

ul.photo_grid li a {
	color: #333;
	text-decoration: none;
}

ul.photo_grid li a:hover {
	color: #333;
	text-decoration: none;
}

ul.photo_grid li img {
	display: block;
	margin:0 auto 3px auto;
}

.thumb img {
	padding: 3px;
	margin-bottom: 3px;
	border: solid 1px #eee;
}

.thumb:hover img {
	padding: 1px;
	border: solid 3px #993333;
}
/* irrelevant definition to overcome IE bug */-->

#copyright {
	font: 10px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	text-align: left;
	visibility: visible;
}

.caption {
	font-size: 9px;
	line-height: 8px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 1em;
}
