@media screen {
#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}
#header {
	height: 180px;
	width: 780px;
	background-image: url('../assets/header_banner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding:0px;
	float:left;
}
#headermenu {
	width: 780px;
}
div#printheader {
	display: none;
}
#content {
	width:770px;
	padding:5px;
	float:left;
	color: #223366;
	background-color: #ffffff;
}
#footer {
	width:780px;
	height:20px;
	padding:0px;
	background-image: url('../assets/footer_banner.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding:0px;
	float:left;
}
}
@media print {
div#printheader {
	text-align: left;
}
#headermenu {
	display: none;
}
#footer {
	display: none;
}
}