
#frame {							/* ===== everything */
	width: 550px;
	margin-left: 175px;

}


#header {
/*	background: transparent url(../../head.gif) no-repeat top center; */
	filter:alpha(opacity=65);
	KHTMLOpacity: .65;
	-MozOpacity: .65;
	opacity: .65;
	padding: 10px;
	width: 550px;
	height:200px;
}
h1 {
	font-size: 25px;
	padding: 0;
	margin: 10px 0 0 100px;
}

#content {						/* ===== page specific content */
	width: 550px;
	height: 300px;
}

#footer {
	width: 550px;	
	border-top: 1px solid #627e99;
	margin: 2em 0 0 0;
	padding: 2em 0 0 0;

	text-align: center;
	font-size: 11px;
}
