@charset "UTF-8";

img, div { behavior: url(/iepngfix.htc) }	/* Fixes PNG transparency for IE 5.5 and 6 */

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 {
	color: #993333;
	text-decoration: none;
}

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

a:visited {
	color: #993333;
	text-decoration: none;
}

#wrapper {
	background-color: #fdfcf9;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 16px;
}

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

#menubar { background: #f6f2e5 url(images/menubar_bg.gif) repeat-x left top; margin: 0 0 20px; }
#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-right: 15px;
	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: left;
	width: 564px;
	padding-right: 20px;
	padding-left: 21px;
}

#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;
}

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, sans-serif;
	font-size: 9px;
	color: #645785;
	background-attachment: scroll;
	background-image: url(images/btmcap.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 50px;
}

#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_btmcap {
	background-attachment: scroll;
	background-image: url(images/tanbox_btmcap.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;
}

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;
}