﻿/* CSS layout */

body
{
	background-color: #663300;
	background-position: center;
}

h5{
	padding: 0px;
	margin: 0px;
	color: red;
	font-size: small;

}

#master {
	margin:0 auto;
	text-align:left;
	width:780px
}

#top_nav {
	position: absolute;
	top: 0px;
	height: 150px;
	padding: 0px;
	margin: 0px;
}

#middle {
	position: absolute;
	top: 150px;
	height: 20px;
	width: 826px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/middle.gif');
	background-repeat: no-repeat;
}

#container {
	position: absolute;
	top: 170px;
	width: 826px;
	height: 450px;
	background-image: url('images/main.gif');
	background-repeat: no-repeat;
}

#main{
	position: relative;
	width: 95%;
	height: 350px;
	margin-left: 20px;
	margin-top: 4px;
	background-color: #CCCC99;
	border: 1px solid #336699;
}

#left_col {
	position: relative;
	width: 200px;
	height: 200px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #336699;
	border-style: solid;
	border-width: 1px;
}

#page_content {
	position: absolute;
	top: 0px;
	width: 530px;
	margin-left: 227px;
}

#footer {
	position: absolute;
	top: 580px;
	width: 826px;
	height: 20px;
	background-color: #CCCC99;
	background-image: url('images/end.gif');
	background-repeat: no-repeat;
}

#counter {
	position: absolute;
	top: 600px;
	width: 826px;
	height: 20px;
	text-align:center;
}

#middle ul {
	position: relative;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 100%;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	list-style-type: none;
}
#middle li {
	height: 25px;
	color: #FFFFFF;
	float: left;
}
#middle a {
	text-decoration: none;
	color: #000000;
	width: 100px;
	height: 20px;
	padding-top: 0px;
	background-image: url('images/middleTitle.gif');
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	font-family: Arial;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#middle a:hover {
}

#left_col h2 {
	margin: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background-color: #FFCC33;
	font-family: Arial;
	font-variant: small-caps;
	text-align: center;
}

#left_col ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_col li {
	padding-top: 12px;
	font-family: Arial;	
}
#left_col a {
	height: 30px;
	padding: 5px 0px 0px 50px;
	background-image: url('images/leftmenu.gif');
	background-repeat: no-repeat;
	display: block;
	font-family:  Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#left_col a:hover {
	height: 30px;
	padding: 5px 0px 0px 50px;
	background-image: url('images/leftmenuhover.gif');
	background-repeat: no-repeat;
	display: block;
	font-family:  Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#page_content h2 {
	position: relative;
	top: 7px;
	left: 0px;
	width: 300px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	background-image: url('images/pageTitle.gif');
	background-repeat: no-repeat;
}

#page_content p {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-left: 5px;
	padding-top: 10px;
}

#footer h6 {
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px 0px 0px 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 70%;
}

