﻿/* CSS layout */
<style type="text/css">
<!--
body 
#container_cent {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	position: relative;
	background-image: url('images/background_aftrnoon.GIF');
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
-->
</style>




#masthead {
}

#top_nav {
	background-color: #FFCC00;
	height: 20px;
	text-decoration: none;
	top: 0px;
	width: 100%;
	margin-top: 0px;
	position: relative;
}

#left_col {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('images/background_aftrnoon.gif');
}
#page_content {
	padding: 5px;
	margin-right: 190px;
	margin-left: 210px;
	width: 400px;
}
#right_col {
	width: 190px;
	position: absolute;
	top: 200px;
	left: 600px;
}
#footer {
	height: 20px;
	font-weight: 400;
	text-align: center;
	bottom: auto;
}
#masthead h1 {
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #FFCC00;
	text-transform: capitalize;
	text-decoration: none;
	height: 95px;
	width: 100%;
	text-align: center;
	text-indent: 130px;
	vertical-align: middle;
	position: static;
	background-image: url('images/money.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
}
#top_nav ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#top_nav li {
	float: left;
	text-decoration: none;
	list-style-type: none;
}
#top_nav a {
	color: #000000;
	display: block;
	border: 1px solid #FDDB51;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FDDB51;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FAE687;
	border: 1px solid #000000;
	background-color: #000000;
}
#left_col ul {
	text-decoration: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#left_col li  {
	text-decoration: none;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FDDB51;
	background-color: #FDDB51;
	list-style-type: none;
}
#left_col a {
	display: block;
	padding: 1px;
	border: 1px solid #FDDB51;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FAE687;
}
#left_col a:hover {
	color: #FFFFFF;
	border: 1px solid #C98080;
	margin-right: 20px;
	background-color: #000080;
}
#left_col p {
	font-size: 90%;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
#right_col img {
	margin-top: 0px;
	border-style: solid;
	border-width: 1px;
}
#container_cent {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/background_aftrnoon.gif');
	border-style: solid;
	border-width: thin;
	width: 797px;
	left: auto;
	right: auto;
}
#bffeed {
	border-style: none;
	list-style-type: inherit;
	border-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#about_contact {
	width: 100%;
	text-decoration: none;
}
redtext {
	color: #FF0000;
}
