body
{
	padding: 0;
	margin: 0;

	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	overflow:auto;
}




#header
{background:#FFFFFF;
	width: 990px;
	height: 90px;
	letter-spacing: 1px;
}


a
{
	text-decoration: none;
	color: #8B236D;
	padding: 10px;
	font-size:12px;
}

a:hover
{
	text-decoration: none;
	color:#EABCD8;
}


#containerleft
{background:#FFFFFF;
	float: left;
	width: 650px;
	height: 100%;


	padding: 0px;
}


#containerright
{background:#FFFFFF;
	float: left;
	width: 300px;
	height: 100%;


	padding: 0px;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 40%;
}
#footer
{background:#FFFFFF;
	width: 700px;
	height:40px;
	text-align: right;
	text-decoration:overline;
	font-size:14px;
	padding: 5px 0px;
	color: #8B236D;

}


