body
{
	margin: 0 50px;
	padding: 0 200px 0 200px;
	color: rgb(153,139,130);
	font-size: 0.75em;
	font-family: "Lucida Grande", Verdana, "Lucida Sans", Arial, sans-serif;
	line-height: 150%;
	background-color: white;
}

#container
{
	background-color: #fff;
	float: left;
	width: 100%;
	border-left: 200px solid #fff;
	/* The width and color of the left column */
	border-right: 200px solid #fff;
	/* The width and color of the right column */
	margin-left: -200px;
	margin-right: -200px;
	display: inline;
	/* So IE plays nice */
}

#leftColumn
{
	float: left;
	width: 200px;
	margin-left: -200px;
	position: relative;
	text-align: right;
	padding: 0;
}

#leftPad
{
	padding: 24px 24px 12px 12px;
}

#centerColumn
{
	float: left;
	width: 100%;
	margin-right: -100%;
	border-left: 1px solid #53674c;
	border-right: 1px solid #53674c;
	padding-bottom: 48px;
}

#centerPad
{
	padding: 12px 24px;
}

#rightColumn
{
	float: right;
	width: 200px;
	margin-right: -200px;
	position: relative;
	padding: 0;
}

#rightPad
{
	padding: 24px 12px 12px 24px;
}

#header
{
	background-color: #fff;
	border-bottom: 1px solid #53674c;
	margin-left: -200px;
	margin-right: -200px;
	margin-top: 6px;
	clear: both;
	padding: 12px;
}

#footer
{
	background-color: #fff;
	border-top: 1px solid #53674c;
	margin-left: -200px;
	margin-right: -200px;
	clear: both;
	text-align: center;
	font-size: 0.75em;
	padding-top: 48px;
}

.pageHeadline
{
	color: rgb(153,139,130);
	border-bottom: 1px solid #53674c;
	padding-bottom: 3px;
}

.vertSpace
{
	margin-bottom: 24px;
}

li
{
	margin-left: -12px;
}

#header img
{
	border: none;
}

.picFrame
{
	border: 1px solid #53674c;
	float: left;
	margin: 0 18px 12px 0;
}

.who
{
	margin-top: -12px;
	font-size: smaller;
	white-space: normal;
}

.nameHeadline
{
	color: #53674c;
}

.clearRule
{
	clear: both;
	padding: 24px 0;
	width: 80%;
	margin: 0 auto;
}

a:link
{
	color: #53674c;
	text-decoration: none;
	background-color: #fff;
}

a:visited
{
	color: #53674c;
	text-decoration: none;
	background-color: #fff;
}

a:hover
{
	color: rgb(153,139,130);
	text-decoration: none;
	background-color: #e3dcc1;
}

a:active
{
	color: #fffbd1;
	text-decoration: none;
	background-color: #53674c;
}

#rightColumn a:link
{
	color: #53674c;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #fff;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#rightColumn a:visited
{
	color: #53674c;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #fff;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#rightColumn a:hover
{
	color: #53674c;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #e3dcc1;
	display: block;
	border-top: 1px solid #99896a;
	border-bottom: 1px solid #99896a;
}

#rightColumn a:active
{
	color: rgb(255,78,0);
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #e3dcc1;
	display: block;
	border-top: 1px solid #53674c;
	border-bottom: 1px solid #53674c;
}

a.footlink:link
{
	color: rgb(153,139,130);
	text-decoration: none;
	background-color: #fff;
}

a.footlink:visited
{
	color: rgb(153,139,130);
	text-decoration: none;
	background-color: #fff;
}

a.footlink:hover
{
	color: #53674c;
	text-decoration: none;
	background-color: #e3dcc1;
}

a.footlink:active
{
	color: #fffbd1;
	text-decoration: none;
	background-color: #53674c;
}
