BODY,HTML
{
	margin:0px 0px 20px 0px;
	background-color:#5f003a;
	font-family:verdana, sans;
	font-size:9pt;
	color:#FFFFFF;
}

#MainContent
{
	position:relative;
	width:760px;
	height:auto;
	margin-left: -380px;
	left: 50%;
	background-color:#FFFFFF;
	
	background-repeat: no-repeat;
	
}

#Content
{
	position:relative;
	width:500px;
	height:auto;
	margin:0px 0px 0px 130px;
	
}

#Nav
{
	position:relative;
	width:500px;
	height:30px;
	margin-top:20px;
	background-color:#5f003a;
}

#Logo
{
	position:relative;
	width:385px;
	height:53px;
	margin-top:38px;
	margin-left:20px;
  	background-image:url(../images/logo.gif);
	
}

#SubNav
{
	position:relative;
	margin-top:10px;
	margin-left:0px;
}

#Text
{
	position:relative;
	margin-top:75px;
	margin-left:20px;
	margin-bottom:75px;
	
	width:350px;
	font-family:arial, sans;
	font-size:11pt;
	color:#b587b0;
}

#Footer
{
	position:relative;
	width:500px;
	height:119px;
	background-color:#b587b0;
	color:#FFFFFF;
}

#Contact
{
	position:relative;
	width:140px;
	height:115px;
	margin-top: 20px;
	margin-left: -230px;
	left: 50%;
}

A:link, A:visited, A:active 
{ 
	text-decoration: none; 
	color:#876583;
}

A:hover 
{ 
	text-decoration:underline; 
	color:#876583; 
}

#Meta
{
	display:none;
}