body {
	margin: 0px;
	background-color: #E1D4C0;
	background-image: url(http://www.tenprod.com/bg3.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#head1 {
	background-color: #10376d;
	background-image: url(http://www.tenprod.com/bg1.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 120px;
}
#head1 h1 {
	padding-top: 63px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#head2 {
	background-color: #A33636;
	background-image: url(http://www.tenprod.com/bg2.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 10px;
}
#content {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#content h2 {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: right;	
}
#footer
{
	font-size: 9px;
	line-height: 14px;
	color: #808080;
	background: #FFFFFF;
	opacity: 0.50;
	border-top: 1px dotted #999999;
	position: fixed; bottom: 0px; left: 0px; width: 100%;
	text-align: center;
	padding: 6px 0px 4px 0px;
}
