#main
{
	position: absolute;
	top: 0px;
	width: 800px;
}

#content
{
	position: absolute;
	left: 150px;
	right: 0px;
	background-color: white;
	padding: 8px;
	padding-bottom: 100px;
	border-top: 1px solid #D9C1DD;

}

#header
{
	border-bottom: 5px solid #DFCBE3;
}

body
{
	background-color: #B88AC6;
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-y;
	background-position:  center;
	color: black;
	font-size: 10pt;
	font-family: helvetica,arial;
}

h1, h2, h3, h4, h5, h6
{
	color: #835C91;
}

h1
{
	border-bottom: 1px solid #7a5676;
}

table
{
	border-collapse: collapse;
	border: 1px solid #D9C1DD;
}

hr
{
	border: 1px solid #D9C1DD;
}