﻿  /* CSS layout */
body {
	margin:0 auto;
	padding:0;
	color:#333333;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:justify;
	background: #e3ece5 url('layout/bg.jpg');
	background-repeat:repeat-x;
	height:94px;
}
#masthead {
	background-image:url('layout/header.jpg');
	background-repeat:no-repeat;
	margin:0 auto;
	width:935px;
	height:437px;
}
#container {
	background-image:url('layout/body.jpg');
	background-repeat:repeat-y;
	width: 935px;
	min-height:500px;
	margin:0 auto;
	clear:both;
}
#left_col {
	width: 280px;
	float:left;
	margin:15px 0 0 15px;
	*margin:15px 0 0 15px;
	text-align:center;
}
#location{
	margin:150px 0 0 0;
	text-align:center;
}
#page_content {
	margin-left:315px;
	margin-right:25px;
}
#footer {
	clear:both;
	background-image:url('layout/footer.jpg');
	background-repeat:no-repeat;
	width:935px;
	height:76px;
	margin:0 auto;
}
#table1{
	color:#333333;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:center;
}
h1{
	background-image:url('layout/headingbg.jpg');
	background-repeat:no-repeat;
	width:607px;
	height:45px;
}
p{
	color:#333333;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	text-align:justify;
	padding:0 25px 0 25px;
	line-height:1.3em;
	color:#333333;
}
h2{
	font-size:large;
	color:#ffffff;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	padding:0 0 0 25px;
}
ul, li{
	margin:0;
}
a:link {background: #blue; text-decoration: none; color:black}
a:visited {background: #blue; text-decoration: none; color:black}
a:active {background: #blue; text-decoration: none; color:black}
a:hover {background: #blue; font-weight:bold; color: white;}

 