﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	font-family: "egyptian 710";
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image:url('images/leaf.gif');
	height: 40px;
	visibility: visible;
	
	position:fixed;
	width: 100%;
z-index:1
}
#top_nav {
	color: #00FF00;
	line-height: 30px;
	width: 100%;
	height: 30px;
	left:100px;
	top: 40px;
	visibility: visible;
	background-image:url('images/leaf.gif');
position:fixed;
	
	z-index:1
	
	
}

#container {
	min-width: 600px;
	top:200px;
	background-image:url('images/leaf.gif');

}

#left_col {
	border-style: 0;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 120px;
	height: 900px;
	background-image:url('images/leaf.gif');

	visibility: visible;position:fixed
}
#page_content {
	margin-left: 100px;
	top: 60px;
	height: 1500px;

	width: 100%;
	position:absolute;
	background-image:url('images/leaf.gif');

}

#footer {
	clear: both;
	background-image:url('images/leaf.gif');
z-index:1;
	visibility: visible;position:fixed

}
