@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/_media/_images/m_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #8c5802;
}

td {vertical-align:top;}

.nav {
	background-color: #fbf3de;
	background-image: url(/_media/_images/m_bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 162px;
	vertical-align: top;
	text-align: left;
}

.shadow_left {
	background-image: url(/_media/_images/m_shadow_left.png);
}

.shadow_nav {
	background-image: url(/_media/_images/m_shadow_nav.jpg);
}

.shadow_right {
	background-image: url(/_media/_images/m_shadow_right.png);
}

.content_frame {
	background-color: #f8e6b6;
	background-image: url(/_media/_images/m_bg_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	width: 567px;
	vertical-align: top;
}

.content_info {
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}

.bios_icons {
	width: 189px;
	text-align: center;
	vertical-align: top;
}

.bios_content {
	width: 189px;
	text-align: left;
	vertical-align: top;
}

.images {
	float: right;
	width: 267px;
	padding-right: 10px;
	text-align: center;
}

.tv {
	float: left;
	width: 216px;
	height: 194px;
	text-align: left;
}

.font_brown {
	color: #8c5802;
	font-size: 0.8em;
	padding-right: 10px;
}

.font_brown_bionav {
	color: #8c5802;
	font-size: 0.7em;
	padding-right: 10px;
}

.font_footer_brown {
	color: #8c5802;
	font-size: 0.6em;
}

.font_footer_white {
	color: #ffffff;
	font-size: 0.6em;
}

a:link { color: #663300; text-decoration: none; }
a:active { color: #ffffff; text-decoration: none; }
a:visited { color: #8c5802; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline; }

a.link_yellow:link { color: #8c5802; text-decoration: none; }
a.link_yellow:active { color: #8c5802; text-decoration: none; }
a.link_yellow:visited { color: #8c5802; text-decoration: none; }
a.link_yellow:hover { color: #dca81c; text-decoration: underline; }

a.link_white:link { color: #8c5802; text-decoration: none; }
a.link_white:active { color: #8c5802; text-decoration: none; }
a.link_white:visited { color: #8c5802; text-decoration: none; }
a.link_white:hover { color: #ffffff; text-decoration: underline; }

