﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	background-color: #C1D3DF;
}
#masthead {
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	background-image: url('assets/clinch_mtn_overlook.jpg');
	background-color: #CECFCC;
	border-bottom-style: double;
	border-bottom-width: 8px;
	border-bottom-color: #008080;
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	padding: 15px;
	margin-left: 200px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000080;
}
.ital {
	font-style: italic;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #008080;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #008080;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #008080;
}
#masthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #000080;
}
