html,body { margin: 0px; padding: 0px;}
body {
	background-color: #a19ba2;
}

.gallery_image
{
	cursor: pointer;
}

.subSubHead {
	font-family: Helvetica;
	font-size: 18px;
	color: #820B0B;
	letter-spacing: normal;
}

.bioBottomDIV {
	padding: 20px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 24px;
	color: #820B0B;
	text-decoration: none;
}

#page {
	margin-top: 40px;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 923px;
	background-color: #efeeff;
}

#wide_page
{
	margin-top: 40px;
	text-align: left;
	background-image: url(images/wideheader.jpg);
	background-repeat: no-repeat;
	width: 923px;
	background-color: #efeeff;
}

#left_column {
	margin-top: 97px;
	width: 446px;
	height: 100%;
}

#right_column {
	width: 477px;
	margin-top: 28px;
	background-image: url(images/nav-background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 69px;
	/*height: 100%;*/
}

.column {
	float: left;
}

.clr {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

#pictures {
	display: block;
}

#menu_holder {
	background-image: url(images/nav-background.jpg);
	background-repeat: repeat-x;
	height: 34px;
	padding-left: 20px;
}	

h1 {
	font-family: Helvetica;
	font-size: 30px;
	color: #820B0B;
	letter-spacing: normal;
	line-height: normal;
	font-weight: normal;
}
h2 {
	font-family: Helvetica;
	font-size: 24px;
	color: #820B0B;
	letter-spacing: normal;
	line-height: normal;
}
h3 {
	font-family: Helvetica;
	font-size: 18px;
	color: #820B0B;
	letter-spacing: normal;
	line-height: normal;
}
body,p,td,input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#footer {
	width: 920px;
	text-align:  left;
	padding-top: 5px;
	padding-bottom: 40px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#content_main, #content_right {
	border: solid 0px #000000;
	margin-left: 20px;
	margin-right: 20px;
}

a { 
	color: #820B0B;	
}

a:hover {
	text-decoration: none;
}

#column_holder {
	background-image: url(images/weights.jpg);
	background-repeat: no-repeat;
	background-position: 90px bottom;
}

#navigation {
	margin-left: 0px;
}
#navigation a.top {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	height: 24px;
	
}

#navigation a:hover.top {
	background-color: #403e38;
	background-image: url(images/nav-background-over.jpg);
	background-repeat: repeat-x;
}

/* Flyout menu */
#navigation ul 
{
	display: none;
	position: absolute;
	width: 140px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation ul li ul
{
	width: 140px;
	margin-left: 151px;
	margin-top: -1px;
	border-top: 1px solid #4A778E;
}

#navigation li
{
	display: inline;
}

#navigation a:link.flyout,
#navigation a:visited.flyout,
#navigation a.flyout
{
	display: block;
	background-color: white;
	border: 1px solid #4A778E;
	border-top: none;
	padding: 5px;
	margin: 0;
	color: black;
	text-decoration: none;
	width: 140px;
}

#navigation a:hover.flyout
{
	background-color: #4A778E;
	color: white;
}

