body.home {
	background:url('../_i/bg.jpg') repeat-x top;
}
body {
	background:url('../_i/innerBg.jpg') repeat-x top; 
	width:902px;
	margin:0 auto;
}
#header {
	position:relative;
	height:119px;
	background:url('../_i/header.jpg');
}
#logo {
	position:absolute;
	top:15px;
	left:20px;
}
#nav {
	list-style:none;
	display:block;
	margin:0 auto;
	padding:0;
	width:902px;
	text-align:left;
	height:30px;
	position: relative;
	z-index: 100;
}
#nav li {
	float:left;
}
#nav a {
	color:#fff;
	font-size:13px;
	line-height:18px;
	padding:8px 8px 10px;
	float:left;
}
#nav .current a {
	background:url('../_i/dot.jpg') 50% 100% no-repeat;
}
#nav li ul{
	position: absolute;
	margin: 36px 0 0 0;
	border: 1px solid;
	background: black;
	display: none;
}
#nav li ul li, #nav li ul a, #nav .current ul a{
	float: none !important;
}
#nav li ul a, #nav .current ul a{
	background: none;
	padding: 4px 10px;
	display: block;
}
#nav li ul a:hover, #nav .current ul a:hover{
	background: transparent url('../_i/innerBg.jpg') repeat-x left -119px;
}
#slideshow {
	margin-top:28px;
	margin-left:20px;
	width:500px;
	height:334px;
	position:relative;
	float:left;display:inline;
}
#slideshow img {
	border:1px solid #fff;
	position:absolute;
	top:0;
	left:0;
}
#homeLinks {
	width:330px;
	margin:29px 0 0 30px;
	position:relative;
	height:340px;
	float:left;display:inline;
}
#topLeft {
	position:absolute;
	top:0;
	left:0;
}
#topRight {
	position:absolute;
	top:0;
	right:0;
}
#bottomLeft {
	position:absolute;
	bottom:0;
	left:0;
}
#bottomRight {
	position:absolute;
	bottom:0;
	right:0;
}
#homeLeft {
	padding-left:20px;
	float:left;
	width:510px;
	margin-top:10px;
}
#homeRight {
	float:left;
	margin-top:10px;
	width:300px;
	padding-left:20px;
}
#left {
	float:left;
	width:170px;
	padding-left:10px;
	padding-top:20px;
	padding-right:20px;
}
#left ul {
	list-style:none;
	margin:0;
	border-top:1px solid #594943;
}
#left ul a {
	display:block;
	border-bottom:1px solid #594943;
	color:#594943;
	padding:5px 0;
	background:url('../_i/arrow.gif') no-repeat 95% 50%;
}
#right {
	padding-top:10px;
	padding-left:40px;
	float:left;
	width:650px;
	padding-bottom:40px;
}
#footer {
	margin-top:20px;
	border-top:1px solid #c7c7c7;
	padding-top:10px;
	clear:both;
	padding-bottom:20px;
}
.calendar {
	border-collapse:collapse;
	width:100%;
}
.calendar th {
	padding:4px 5px;
	text-align:center;
	background:#F3F3F3;
	font-weight:bold;
	border:1px solid #c7c7c7;
}
.calendar td {
	padding:4px 5px;
	height:40px;
	border:1px solid #c7c7c7;
}
.featured_th { margin-right:20px; border:3px solid #e2e2e2;}
.vspacer { height:12px;}