@charset "UTF-8";
/* CSS Document */

#masterpage
{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#header
{
	width: 800px;
	height: auto;
	padding-bottom: 10px;
}

#content
{
	width: 800px;
	height: auto;
	position: absolute;
}

	#nav
	{
		float: right;
		padding-right: 25px;
		text-align: center;
		width: 250px;
		height: auto;
		font-weight: bold;
	}
	
		#nav p
		{
			margin: 9px 0 9px 0;
		}
	
	#maintext
	{
		float: left;
		width: 500px;
		height: auto;
		/* padding-left: 10px; */
	}
	
	#clear
	{
		clear: both;
	}
	
	#footer
	{
		width: 800px;
		height: auto;
		padding: 10px 0 5px 0;
		text-align: center;
		font-size: 0.8em;
	}

biody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a
{
	text-decoration: none;
	color: #BF715A;
}

h1
{
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #BF715A;
}

h2
{
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

.imgleft
{
	padding: 0 12px 12px 0;
}

.imgspacer
{
	padding: 11px 0 11px 0;
}

.bold
{
	font-weight: bold;
}