﻿/* CSS layout */
#masthead {
	z-index: 1;
	top: 0px;
	position: absolute;
	left: 0px;
	width: 800px;
}
#top_nav {
	font-family: "Verdana";
	font-size: medium;
	color: #333333;
	font-weight: bold;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 111px;
	background-image: url('nav-images/background.jpg');
	width: 800px;
}
#container {
	position: absolute;
	width: 790%;
	font-family: "Verdana";
	font-size: small;
	color: #333333;
	z-index: 40;
	left: 0px;
	top: 115px;
	background-image: url('nav-images/background.jpg');
	background-repeat: repeat;
}
#left_col {
	width: 133px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-left: 200px;
	left: 143px;
}
.text-left {
	margin-right: 0px;
	font-family: "Verdana";
	font-size: small;
	color: #35372D;
	background-color: #ECECDA;
	padding: 6px;
}
.image-left {
	z-index: 43;
	width: 800px;
	left: 0px;
	font-family: "Verdana";
	font-size: small;
	color: #2D3D3D;
	background-color: #B9BBAF;
}
.text-bold {
	font-family: "Verdana";
	font-weight: bold;
	color: #35372D;
}
.text-right {
	text-align: right;
	z-index: 43;
	width: 800px;
	left: 0px;
	font-family: Verdana;
	font-size: small;
	color: #35372D;
	background-color: #B9BBAF;
	text-indent: 6px;
}
a {
	color: #ECECDA;
}

