﻿/* CSS layout */
#masthead {
	background-image: url('art/Picture150.jpg');
	height: 150px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FF0000;
}
#top_nav {
	margin: 3px;
	position: center;
	background-color: #FF0000;
}

#contact {
	font-size: x-large;
}

#page_content {
}

#page_content2 {
	height: 300px;
	width: auto;
	margin-bottom: 4px;
}
#footer {
	width: 100%;
	background-color: #FF0000;
	color: #FF0000;
	line-height: 112px;
}
main.css {
}
