﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#container {
	min-width: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	top: auto;
}
#left_col {
	width: 256px;
	float: left;
	position: relative;
	height: auto;
	top: auto;
	padding-left: 10px;
	background-image: url('_images2/divbgr02.jpg');
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
}
#page_content {
	border: 1px solid #808080;
	width: 510px;
	position: relative;
	height: auto;
	float: left;
	background-color: #FFFFFF;
	background-image: url('images/background03.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	text-transform: capitalize;
	color: #3a3a3a;
}
#HeadderText a {
	color: #000080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#HeadderText a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#FooterText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#FooterText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

#footer {
	clear: both;
}
#left_col a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #0066FF;
	text-decoration: none;
}
#left_col a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #FF0000;
	text-decoration: none;
}
