body {
	background-position : inherit;
	background-image : url(heart_bgr.jpg);
	background-color : White;
	font-family : sans-serif;
	color : Black;
}
div {
	background-color : White;
	border : thin solid Gray;
	padding: 1%;
	width : 96%;
}
.header{
	width : 96%;
	float : none;
}
.menu{
	height : 75%;
	width : 12%;
	float : left;
	margin-right : 1%;
}
.transparent{
	background-color : transparent;
	width : 100%;
	clear : both;
	border : none;
}
.content {
	float : left;
	width : 81%; width : "83%";
}
.footer{
	text-align : center;
	width : 96%;
	clear : both;
	margin-top : 20pt;
	bottom : 2%;
	/*position : absolute;*/
}

h1{
	font-size : 20px;
}
h2{
	font-size : 18px;
}
h3{
	font-size : 16px;
}
p{
	border : none;
}