body
{
	background-color: #EDE8F0;
	background-image: url(Images/home/bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-position: center;
}

.navbg
{
	background-image: url(Images/home/nav_spacer.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
}

.yourbusinessbg
{
	background-image: url(Images/home/yourbusiness_bg.jpg);
	background-repeat: repeat-y;
}

.quicklinksbg
{
	background-image: url(Images/home/quicklinks_bg.jpg);
	background-repeat: repeat-y;
}

.contentbg
{
	background-image: url(Images/nav/content_bg.jpg);
	background-repeat: repeat-y;
}

.yourbusiness
{
	color: #511C6B;
	font-size: 14pt;
	font-weight: bold;
}

.quicklinks
{
	margin-left: 30px;
	text-align: left;
}

p
{
	margin-left: 30px;
	margin-right: 30px;
}
	
h1
{
	margin-left: 30px;
	margin-right: 30px;
	color: #511C6B;
	font-size: 16pt;
	font-weight: lighter;
}	
	

.copyright
{
	color: white;
	font-size: 8pt;
}



a:link
{
	color: #511c6b;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #511c6b;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
