﻿/*  111 Main Street  */
body {
	background-color: #C0C0C0;
}
.wraper {
	background-color: #FFFFFF;
	width: 800px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#masthead {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#top_nav {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#nav_bottom {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: small;
	font-weight: normal;
	color: #000000;
	padding-bottom: 10px;
}
#page_content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	clear: both;
}
.page_title {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	font-family: Tahoma;
	font-size: x-small;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 300px;
	padding-top: 50px;
}
h1 {
	font-family: Tahoma;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: Tahoma;
	font-size: medium;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #C0C0C0;
}
a:active {
	color: #000000;
}

