body
{
	background-color: White;
	text-align: center;
	font: 14px/20px "century gothic", arial, sans-serif;
}


p
{
	/* color:#660033; */
	color: #333333;
}



h1
{
	color: #eb0000;
}

a:link
{
	color: #00cccc;
	text-decoration: none;
}

a:visited
{
	color: #00CCCC;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: #eb0000;
	text-decoration: none;
}

#mainContainer
{
	background: White;
	width: 750px;
	margin: 0px auto;
	border: 1px solid White;
}

#header
{
	
}

#leftColumn
{
	float: left;
	width: 375px;
	margin: 0px auto;
	padding: 20px;
}

#rightColumn
{
	margin-left: 400px;
	border-left: 1px solid Gray;
	padding: 20px;
	text-align: center;
}

#footer
{
	border-top: 30px solid White;
	font-size: 12px;
}

