﻿/***************************************************** 

   Author:  Frank Statham
   Date:    Jan 13, 2009
   Email:   fstatham@gmail.com                       */ 
   
   
#page_label {
	width: 800px;
	height: 75px;
	background-color: #FCF6D6;
}
#masthead {
	background-position: center;
	height: 210px;
	width: 800px;
	overflow: visible;
}
body {
	font-family: "Trebuchet MS";
	width: 800px;
	font-style: normal;
	text-decoration: none;
}
#container {
	position: relative;
	width: 100%;
	background-image: none;
	background-color: #fcf6d6;
}
table {
	font-size: 80%;
}
/*  ***************************  Left Column  *******************************   */

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FCF6D6;
}
#left_col a {
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	display: block; /* border: 1px solid #7d5f50; */;
	padding-left: 1px;
	background-color: #FCF6D6;
	margin-right: 1px;
	width: 60px;
	position: relative;
	padding-top: 2px;
	margin-top: 2px;
}
#left_col a:hover {
	color: #fcf6d6;
	text-decoration: none;
	border: 1px solid #ffffff;
	background-color: #000000;
	width: 60px;
}
#left_col ul {
	list-style-type: none;
	width: 30px;
	padding: 0px;
	margin: 1px;
	font-size: 80%;
}

/*   ****************************  Page Content  ******************************  */

#page_content {
	padding: 10px;
	margin-left: 150px;
	background-color: #FCF6D6;
}
#page_content p {
	margin-top: 0px;
}

/*   ********************************* Top Navigation *****************************   */

#top_nav {
	background-color: #FCF6D6; /*page background */;
	width: 800px;
	height: 24px;
	margin-top: 10px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 1px 10px 1px 10px;
	font-size: 80%;
}
#top_nav li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#top_nav a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FCF6D6;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #fcf6d6;
	text-decoration: none;
	border: 1px solid #ffffff;
	background-color: #000000;
}

/*   ******************************* Bottom Navigation *******************************   */

#bottom_nav {
	background-color:#FCF6D6;
	width: 800px;
	height: 24px;
}
#bottom_nav a:hover {
	color: #FCF6D6;
	text-decoration: none;
	border: 1px solid #ffffff;
	background: #000000;
	margin-right: 1px;
}
#bottom_nav li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	/* width: 100px;
	left: 20px; */
}
#bottom_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 1px 10px 1px 10px;
	font-size: 80%
}
#bottom_nav a {
	font-size: inherit;
	background-color: #fcf6d6;
	border: 1px solid #7d5f50;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	display: block;
	text-decoration: none;
}

/*   ********************************* Footer  ************************************   */

#footer {
	background-color: #FCF6D6;
	left: 100px;
}

