body
{
	background-color: #ffff99; <!-- ccccff -->
	text-align: center;
	color: #ffff99;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link
{
	color: #ffff99;
	text-decoration: none;
}

a:visited
{
	color: #ffff99;
	text-decoration: none;
}

a:active
{
	color: #ffff99;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.wrapper
{
	text-align: center;
	background: #5F7995;
	width: 800px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0;
}

.header
{
	background: url("images/header.jpg") no-repeat;
	width: 800px;
	height: 200px;
	padding: 0px;
	border: 0px;
}

.content
{
	width: 800px;
	border-top-color: #003300;
	border-top-width: 2px;
	border-top-style: solid;
}

.left
{
	float: left;
	width: 200px;
	background: #5F7995;
}

.right
{
	margin: 0px;
	float: right;
	width: 589px;	
	background: #5F7995;
	border-left-color: #003300;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.right img
{
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
}

.bio
{
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

.bio a
{
	text-decoration: underline;
}

.bio a:hover
{
	border: none;
}

.footer
{
	clear: both;
	background: #5F7995;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-color: #003300;
	border-top-width: 1px;
	border-top-style: dotted;
	bottom: 0px;
	line-height: 1.5em;
}

.currentPage
{
	color: #fff;
	font-weight: bold;
}

.photopage
{
	width: 650px;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.4em;
	color: #000;
}