BODY {
	font-size			:11px;
	font-family			:Verdana, Arial, Helvetica, sans-serif;
	background-color	:#999999;
	color				:#333333;
	margin				:0px;
}
TD {
	font-size			:11px;
	font-family			:Verdana, Arial, Helvetica, sans-serif;
	color				:#333333;
}
TD.nav {
	background-image	:url(../images/background.jpg);
	background-repeat	:repeat-x;
	background-position	:bottom;
	padding-left		:15px;
	padding-top			:60px;
	vertical-align		:top;
	background-color	:#ffffff;
	text-align			:left;
}
a.nav:link, a.nav:active, a.nav:visited {
	color				:#666666;
	font-weight			:bold;
	text-decoration		:none;
}
a.nav:hover {
	color				:#b7a776;
	font-weight			:bold;
	text-decoration		:underline;
}
a.nav2:link, a.nav2:active, a.nav2:visited {
	color				:#666666;
	text-decoration		:none;
	font-size			:10px;
}
a.nav2:hover {
	color				:#b7a776;
	text-decoration		:underline;
	font-size			:10px;
}
a:link, a:active, a:visited {
	color				:#0033cc;
	text-decoration		:underline;
}
a:hover {
	color				:#0033cc;
	text-decoration		:none;
}
.title {
	color				:#b7a776;
	font-weight			:bold;
	font-size			:18px;
}
TD.content {
	background-image	:url(../images/background.jpg);
	background-repeat	:repeat-x;
	background-position	:bottom;
	padding-left		:15px;
	padding-right		:25px;
	padding-top			:25px;
	vertical-align		:top;
	background-color	:#ffffff;
	text-align			:left;
}
hr {
	border-bottom		:1px dotted #999999;
	border-top			:0px;
	border-left			:0px;
	border-right		:0px;
}
.photo-border {
	border-color		:#333333;
	border-width		:2px;
}
.photo-border:hover {
	border-color		:#b7a776;
	border-width		:2px;
}
.photo-bio {
	padding-right		:15px;
}