﻿/* CSS layout */

#e { margin: 0 auto; text-align: left }
body { text-align: center }

#masthead {
}

#top_nav {
	width:935px;
	
}

#container {
	position: relative;
	width: 935px;
	height: 400px;
	background-color:#ffffff;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}
#footer{
}
.footerTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
#Foot_Menu {
	width: 900px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.FootBlock{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin-top: 5px;
	line-height: 25px;
}
