div.body
{
	align: center;
	margin-left: 150px;
	margin-top: 130px;
	position: absolute;
	width: 80%;
	height: 100%;
	text-align: center;

}
div.leftmargin
{
position: absolute;
width: 150px;
height: 75%;
border-right: thin solid #ff0000;

}
div.header
{
position: absolute;
margin-left: 150px;
border-bottom: thin solid #ff0000;
width: 80%;
height: 120px;

}
div.navigation
{
position: absolute;
width: 100px;
height: 100%;
margin-left: 85%;
margin-top: 130px;
}
.h1{
	font-weight:bold;
}
.p1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
	
