html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 4px 4px;
}

h5
{
	font-size: 135%;
}

#header
{
	position: relative;
	width: 100%;
	height: 145px;
	background-color: #EEEEEE;
	border-bottom: 1px solid black;
}

#body
{
	position: relative;
	height: 500px;
	width: 100%;
	top: 147;
	left: 0;
	background-image: url(background02.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	overflow: scroll;
}

#footer
{
	position: relative;
	height: 20px;
	background-color: #FFFFFF;
 	width: 100%;
}

@media print
{
	#header{display:none;}
	#footer{display:none;}
	#body{width:100%; float:none; overflow: visible;}
}
                                                                                                                                                                                                                                                                 
