html {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #231F20;
}

Body
{
    width: 804px;
	height: 650px;
	font-size: 10pt;
	margin: 0 auto 0 auto;
	padding: 0 100px 0 100px;
	background: url('Blush_background.jpg') top no-repeat;
}

.Normal {
	font-size: 10pt;
}

hr {
}

h1 {
}

p {
	margin: 10px;
}


div#Logo {
	text-align: right;	
	padding-top: 15px;	
	height: 200px;	
}

div#HomeLeftContentPane {
	clear: right;
	float: left;
	width: 36%;

}

div#HomeRightContentPane {
	float: right;
	width: 36%;	
}

div#ContentPane {
	clear: both;
	padding-top: 15px;
}



div#Footer {
	clear: both;
	text-align: center;
	padding-top:87px;
}

div#beautiful {
	padding-bottom:20px;
	}

div#Footer p {	margin: 0;}

.SkinObject,
a.SkinObject,
a.SkinObject:link,
a.SkinObject:focus,
a.SkinObject:visited,
a.SkinObject:hover,
div#Footer {
	font-size: 12px;
	color: white;	
	font-weight: normal;
}
a.SkinObject:hover {
	text-decoration: underline;
}


