/*
Primary Layout
*/
body {
	background-color: #d8b577;
	margin: 0px;
	padding: 0px;
}

#page_layout {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #73350a;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/hdr_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6e0a16;
	border-bottom-color: #6e0a16;
	border-left-color: #6e0a16;
}

#page_footer {
	font-size: 9px;
	color: #FFF;
	text-align: center;
	height: 75px;
}


#page_header {
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 150px;
}

#page_content {
	background-color: #fff7ee;
	border-top-width: 5px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #6e0a16;
	border-bottom-color: #6e0a16;
	width: 100%;
	min-height: 200px;
	clear: both;
	display: block;
}

#page_menu {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #6e0a16;
	width: 100%;
	height: 20px;
	background-image: url(../img/menu_background.png);
	text-align: center;
}

#page_menu.transparency {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/menu_background.png');
}

a img{
	text-decoration: none;
	border: 0px none;
}

.text_menu {
	font-size: 10px;
	text-transform: capitalize;
	color: #cdcdcd;
	margin: 10px;
	padding: 0px;
}

.text_menu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

.text_menu li a {
	text-decoration: none;
	color: #cdcdcd;
}

.copyright {
	color: #FFF;
}

h1 {
	font-size: 18px;
	color: #73350a; /*#73350a;*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	background-color: #FF9; /*#5A76A6;*/
	padding-left: 5px;
}

h2 {
	color: #73350a;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #73350a;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #73350a;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	color: #73350a;
}

h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #73350a;
}
.pull_quote {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #cdcdcd;
	font-style: italic;
	border: 1px solid #333;
	padding: 3px;
	font-size: 10px;
}
#Column1 {
	float: left;
	width: 510px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8B577;
}
#Column2 {
	width: 269px;
	float: right;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a .galleryLink {
	cursor: auto;
}


div .clearer {
	clear: both;
}

.bioEntry {
	float: left;
	width: 520px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.bioName {
	font-family: Verdana, Geneva, sans-serif;
	color: #73350a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73350a;
	font-size: 18px;
	margin-top: 5px;
}

.bioPhoto {
	padding: 5px;
	text-align: center;
	margin-top: 20px;
}
.bioContainer {
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #6E0A16;
}

.img_caption {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 10px;
}

div.slideshow {
	background-color: #000;
	float: right;
	margin: 10px;
}

div.background1 {
	background-color: #CCC;
}
div.background2 {
	background-color: #fff7ee;
}

div.centered {
	text-align: center;
}

.roundedBorder {
	border: 1px solid #73350a;
	-moz-border-radius: 5px;
	padding: 10px;
}

#widgets p.heading {
	color: #ff9;
	background-color: #73350a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
	margin-top: -2px;
	text-align: center;
}

#widgets p.title {
	color: #73350a;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

#widgets p.date {
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

#widgets a {
	color: #73350a;
}

.margin5Top {
	margin-top: 5px;
}
