﻿/* CSS layout */
body {
	margin: 40px 0;
	padding: 0;
	background: #F9FCEA;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339933;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #008000;
}

#masthead {
}
#top_nav {
	margin-left: auto;
	margin-right: auto;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

<!-- 20090131 added text-transform  -->
a:hover {
	text-decoration: none; text-transform: uppercase;
}

img {
	border: none;
}
#header {
	font: large serif;
	width: 900px;
	height: 100px;
	background: url('images/046.JPG');
	margin-left: auto;
	margin-right: auto;
}
#header2 {
	font: large serif;
	width: 775px;
	height: 350px;
	background: url('images/046.JPG');
	margin-left: inherit;
	margin-right: auto;
}



/* Menu */

#menu {
	width: 900px;
	height: 40px;
	background: url('images/046.JPG');
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFF00;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 0 0 2em;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #FFFF00;
}

#page_content {
	background-position: left top;
	width: 900px;
	height: 6000;
	margin-left: auto;
	margin-right: auto;
	font-size: large;
	background-repeat: no-repeat;
	background-image: url('images/046b.JPG');
}
/* Footer */
.style2 {
	text-align: left;
file:///C:/Users/Vic/Documents/My Web Sites/GFN5/gfncatalog2009.doc	color: #008000;
	text-indent: 10px;
}
.style3 {
	text-align: center;
	color: #FFFF00;
	font-size: xx-large;
	font-weight: bolder;
	font-style: italic;
}
#footer {
	width: 900px;
	margin: 0 auto;
	background-image: url('images/046.JPG');
}

#footer p {
	margin: 0;
	padding: 1em 1em 0 0;
	text-align: right;
	font-size: x-small;
}