﻿/* CSS layout */
#masthead {
	position: relative;
	width: 1000px;
}
#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 120px;
}

#top_nav {
}

#container {
	position: relative;
	width: 1000px;
}
#page_content {
	margin-right: 200px;
	width: 680px;
	font-family: Tahoma;
	font-size: small;
	color: #000000;
}
.SearchTable {
	background-image: url('red015.jpg');
	height: 75px;
}
.SearchTable2 {
	font-size: 1pt;
}
.SearchTable0 {
	border: 8px solid #000000;
	height: 70px;
}
#right_col {
	width: 310px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
}
#footer {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
}
