body
{
	height: 100%;
	font-family: "Hoefler Text", "Adobe Castlon Pro", Serif;
	font-size: 16.5px;
	line-height: 130%;
	color: black;
	background-color: white;
	margin: auto;
	background-color: white;
	background-image: url('images/hearts.png');
	background-repeat: no-repeat;
}	
	
a
{
	text-decoration: none;
	color: #b30000;
}

a img
{
	text-decoration: none;
	border: none;
}

.bodyContent
{
	width: 900px;
	display: block;
	height: 100%; 
}

.contentArea
{
	color: #333333;
	text-align: justify;
	width: 560px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 200px;
	overflow: auto;
	height: 655px;
}

.sidebarleft
{
}

.sidebarright
{
}

.mainMenuArea
{
	text-align: right;
	bborder-top: 2px solid #fff7e5;
	bborder-bottom: 2px solid #fff7e5;
	bbackground-color: #e50000;
	background-color: black;
	width: 785px;
}

.mainMenuArea a 
{
	color: white;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.15em;
	padding-left: 20px;
	padding-right: 20px;
}
.footerArea
{
	text-align: center;
	bborder-top: 2px solid #fff7e5;
	bborder-bottom: 2px solid #fff7e5;
	background-color: #e50000;
}

.footerArea a 
{
	color: white;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: 0.25em;
	padding-left: 2em;
	padding-right: 2em;
}
.title
{
	font-size: 150%;
	padding-top: 50px;
	color: black;
}

