/* CSS Document */
body{
	text-align:center;
	background-color:#DA78C9;

}

a{
	color:#DA78C9;
	font-weight: bold;
}

#email{
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
}

#content {
	background-color: #FFFFFF;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:16px;
	color: #000000;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding-top: 40px;
	padding-right: 50px;
	padding-left: 25px;
	padding-bottom:50px;
	background-image: url(top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footer{
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:15px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 645px;
	height:30px;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(bot.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#leftcol{
	padding-right:20px;
	vertical-align: top;
}

#rightcol{
	vertical-align: top;
}

#heading{
	font-size: 42px;
	line-height:42px;
	color: #333333;
}

