﻿/* CSS layout */
#container_main {
	margin: 2px 2px 2px 2px;
	background: #FFFFFF;
	border: thin #000000 solid;
	position: relative;
	width: 800px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
#masthead {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 110px;
	background-color: #FFFFFF;
}
#top_left {
	width: 200px;
	position: absolute;
	top: 0px;
	padding-left: 50px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	border: thin;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	text-indent: 20px;
}

#page_content {
	margin-left: 200px;
	background-color: #FFFFFF;
	margin-right: 10px;
}


IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

#footer {
	text-align: center;
	background: #C0C0C0;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #000000;
	font-family: Verdana;
	font-size: small;
}
