html {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
/* hide from ie on mac \*/
	height: 100%;
/* end hide */
}


body {
	height: 100%;
	max-height: 100%;
	min-width: 780px;
	background-color: #000000;
	text-align: center;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}
h2 {
	font-family: Helvetica, Arial;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	color: #660000;
}
h3 {
	font-family: Helvetica, Arial;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #000000;
}

p {
	color: #000000;
	margin: 0 0 20px 0;
	padding: 0;
}

.grey_text {
	padding-left: 3px;
	color: #8B8B8B;
}

p.biography_floats {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
div.footer a:link, div.footer a:visited, div.footer a:active {
	text-decoration: none;
	color: #999999;
}
div.footer a:hover {
	text-decoration: underline;
	color: #999999;
}

.header_wrapper {
	width: 100%;
	min-width: 770px;
	height: 130px;
	text-align: center;
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-bottom: 20px;
/*	border-bottom: 1px solid #FFFFFF;*/
}

.header_bar {
	width: 770px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
.header_bar img {
	border-right: 0;
	margin: 0;
	padding: 0;
}

.content_wrapper {
	width: 770px;
	height: auto;
	text-align: center;
/*	border: 1px solid #FFFFFF;*/
}

.content_top_rounded {
	height: 20px;
	max-height: 20px;
	width: 770px;
	background-image: url(../images/content_background_top.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
/*.content_top_rounded {
	height: 29px;
	width: 770px;
	background-image: url(../images/content_background_gradient_top.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}*/
.content_middle_rounded {
	width: 770px;
	background-image: url(../images/content_background_middle.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}
.content_bottom_rounded {
	height: 11px;
	width: 770px;
	background-image: url(../images/content_background_bottom.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
.content_main_header {
	width: auto;
	height: auto;
	text-align: left;
	padding-top: 11px;
	margin: 0;
}
.content_float_right {
	float: right;
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 20px;
	padding-left: 21px;
}
.content_float_right img {
	border: 1px solid #000000;
}
.content_float_right_embedded {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 21px;
}

/*.gallery_left_arrow {
	float: left;
	position: relative;
	width: 44px;
	height: 44px;
	margin-top: 218px;
}
.gallery_right_arrow {
	float: right;
	position: relative;
	width: 44px;
	height: 44px;
	margin-top: 218px;
}
.gallery_photoset {
	position: 
	width: 640px;
	margin-left: 44px;
	margin-right: 44px;
}*/
.gallery_left_arrow {
	float: left;
	width: 41px;
	height: 41px;
	margin: 219px 0 0 0;
	padding: 0;
}
.gallery_right_arrow {
	float: right;
	width: 41px;
	height: 41px;
	margin: 219px 0 0 0;
	padding: 0;
}
.gallery_photoset {
	text-align: center;
	
}
.content_float_right_embedded img {
	border: 1px solid #000000;
}
.content_main_text {
	width: auto;
	height: auto;
	text-align: left;
	padding-top: 20px;
	padding-right: 21px;
	padding-bottom: 20px;
	padding-left: 21px;
}

.clear_floats {
	clear: both;
	height: 0px;
}

.footer{
	margin: 0;
	padding: 10px 0 10px 0;
	color: #999999;
	text-align: center;
}
