﻿h1 {
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 28pt;
	color: black;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

h3 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #A1A448;
}

p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

body {
	background-color: #A1A448;
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#base {
	background-color: #FBFCDC;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#head {
	background-color: #FBFCDC;
	width: 437px;
	height: 127px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#side {
	background-color: #FBFCDC;
	width: 195px;
	height: 700px;
	position: relative;
	float: left;
	border: 2px tan solid;
}
#nav {
	width: 185px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#nav a {
	text-decoration: none;
}

#content a {
	text-decoration: none;
	font-weight: bold;
}

#nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#nav li {
	border-bottom:3px #A1A448 solid;
	border-right: 2px #A1A448 solid;
}

#nav li a:link, #nav li a:visited {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 3px 0px 3px 3px;
	background-color: #E1EBCD;
	color: black;
}

#nav li a:hover, #nav li a:active {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 3px 0px 3px 3px;
	background-color: #A1A448;
	color: white;
}

#weather {
	position: relative;
	background-color: #FBFCDC;
	margin: 10px 10px 10px 10px;
}

#main {
	width: 570px;
	border: 2px tan solid;
	float: right;
	position: relative;
	padding: 5px 5px 5px 5px;
}

a:link img, a:visited img {
	border: none;
}

#footer {
	width: 800px;
	float: left; 
	font-size: small;
	text-align: center;
}
