﻿/* CSS layout */
#masthead {
	background-image: url('ban1.png');
	width: 700px;
	height: 180px;
	background-color: #E1C6A5;
	margin-left: 0px;
}
#left_col {
	margin-right: 5px;
	margin: 0px;
	width: 170px;
	position: absolute;
	left: 2px;
	top: 0px;
	height: 20px;
	visibility: visible;
}
#page_content {
	margin-left: 168px;
	position: relative;
	float: left;
	padding-bottom: 38px;
	background-color: #F3EFE0;
	padding-top: 15px;
	padding-left: 9px;
	z-index: auto;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	clear: both;
	clip: auto;
	text-align: left;
	margin-bottom: 40px;
	height: auto;
}
{
	list-style-type: circle;
	list-style-position: outside;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	text-align: center;
	font-weight: 500;
}



