body
{
	background:white;
}
div.header
{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
	border-bottom:2px solid #7E377B;
}
div.body
{
	width:800px;
}
div.body p
{
	font-family:"Century Gothic";
	font-size:small;
	text-align:left;
	color:#61297A;
}
div.body h1
{
	font-family:"Century Gothic";
	color:#61297A;
	text-align:left;
}
div.body table
{
	background-color:#F6F6F8;
	width:800px;
	font-family:"Century Gothic";
	font-size:small;
	text-align:left;
}
div.body table td
{	
	vertical-align:top;
	text-align:center;
	padding:10px;
}
div.footer
{
	width:800px;
	heigh:14px;
	text-align:right;
	font-family:"Century Gothic";
	font-size:small;
	color:#61297A;
	background:#FFFFFF;
	border-top:1px solid #7E377B;
	border-bottom:8px solid #7E377B;
}