﻿@import url(layout.css);
body {
	background-position: center top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background-image: url('../images/background/Augusta-Wi-Watertower-02.jpg');
}
#container {
	width: 1024px;
	margin: 0 auto 0 auto;
	position: relative;
	background-image: url('../images/background/White-01-Trans-40pc.png');
}
#masthead {
	background-position: center;
	text-align: center;
	width: 100%;
	background-color: transparent;
	background-image: url('../images/logos/augusta-wi-biz-logo-color-3-orange_v2.gif');
	background-repeat: no-repeat;
}
#navigation {
	background-color: #FFCC00;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	background-color: transparent;
}
#column_l {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 2%;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: Transparent;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */

table {
	margin-right: auto;
	margin-left: auto;
}

img {
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
h1 {
	font-size: 2em;
	color: #0033CC;
	text-align: center;
}
h2 {
	font-size: large;
	color: #0033CC;
	text-align: center;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#Containter-Header2 {
	font-size: xx-large;
	color: #FF9900;
	font-weight: bolder;
	font-style: normal;
	text-align: center;
}
