BODY
{
	background-color: #fcf6f5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*
DIV
{
	border: 1px solid gray;
}
*/
#Site
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#Header
{
	width: 270px;
	float: left;
}

#Header H1
{
	background-image: url(images/header.gif);
	width: 270px;
	height: 180px;
	background-repeat: no-repeat;
}

#Header H1 SPAN
{
	visibility: hidden;
}

#Content
{
	margin: 0px 0px 0px 270px;
	padding: 125px 20px 20px 20px;
}

#Menu
{
	font-size: 17px;
}

UL#Menu 
{
	list-style: none;
	margin: 0px 10px;
	padding: 0;
	text-align: right;
	padding-top: 40px;
}

UL#Menu LI
{
	list-style: none;
	margin: 0;
	padding: 3px 9px;
}

UL#Menu LI.Sep
{
	border-top: 1px solid #dac6c5;
}

UL#Menu LI.Active
{
	background-image: url(images/m-active.gif);
	background-position: right;
	background-repeat: no-repeat;
}

HR
{
	border-top: 1px solid #a6160c;
}

H2#Personal
{
	background-image: url(images/h-personal.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
	/*border: 1px solid gray;*/
	margin-right: 13px;
}

H2#Sites
{
	background-image: url(images/h-sites.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
	/*border: 1px solid gray;*/
	margin-right: 13px;
}

H2#History
{
	background-image: url(images/h-history.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
	/*border: 1px solid gray;*/
	margin-right: 13px;
}

H2#Personal SPAN,
H2#Sites SPAN,
H2#History SPAN
{
	visibility: hidden;
}

TABLE
{
	/*border: 1px dotted gray;*/
}

TABLE TD
{
	width: 230px;
}

#MainImage2
{
	margin-top: 30px;
	margin-right: 30px;
}
#MainImage
{
	margin-top: 10px;
}