@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: white url('images/slice.jpg') repeat-x;}
	
#masthead {
	margin: auto;
	width: 1000px;
	height: 262px;
	background: url('images/banner.jpg') no-repeat;}
	
#page_content {
	margin: auto;
	width: 1000px;
	color: #233F52;
	background-color: white;}
	
#footer {
	margin: auto;
	width: 1000px;
	height: 260px;
	background-image: url('images/footer.jpg');
	text-align: center;}
	
#contact {
	margin: auto;
	width: 1000px;
	background-color: #E6BC15;
	color: #233F52;
	text-align: center;}

img {
	padding: 10px;}
	
blockquote {
	font-style: italic;
	font-size: small;}

