﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-image: url('images/water003.jpg');
	border-bottom-color: #FFFFFF;
	border-bottom-width: medium;
}

#top_nav {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #800080;
	text-align: center;
}

#container {
	min-width: 600px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FF00FF;
}

#left_col {
	width: 200px;
	float: left;
	margin-left: 10px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	color: #800080;
	font-weight: bold;
	font-style: italic;
}
#page_content {
	margin-left: 200px;
	background-color: #CCFFFF;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	color: #FF00FF;
}

#footer {
	clear: both;
	background-image: url('images/WideFlowerWaterfall.jpg');
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #F5EFE9;
}


