﻿@import url(layout.css);
body {
	color: white;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url('wood%20backroundjpg.jpg');
	text-align: left;
}
#container {
	background-color: #fff;
	width: 700px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('brownflower-bkgrd.jpg');
}
#masthead {
	text-align: right;
	background-image: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: 200;
	font-style: oblique;
}
#navigation1 {
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 200;
	color: #000000;
	width: auto;
	height: auto;
}
#column_l {
	background-position: center center;
	width: auto;
	margin: 0;
	padding: 0 0px 0 0px;
	background-image: url('../lakeview-lake-bk.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	height: auto;
	font-weight: 200;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
a {
	margin: 0px;
	padding: 0px;
	width: auto;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 200;
	color: #000000;
	text-align: center;
	height: auto;
}
/* Styles for Masthead */
#masthead img { 
	border-style: solid;
	border-width: 3px;
	float: left;
	margin-top: 6px;
}
#masthead p {
	font-size: large;
	color: #000000;
	margin: 0px;
	font-weight: 200;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	text-align: right;
	width: 700px;
	background-image: url('brownflower-bkgrd.jpg');
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 700px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 200;
	text-align: center;
}
#navigation li {
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 200;
	text-align: center;
	width: auto;
	overflow: auto;
	display: table-row-group;
	position: relative;
}
#navigation a {
	color: #000000;
	display: block;
	padding: 5px;
	border: 0px none #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 200;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
