﻿#shell {
    margin: auto;
    background-color: #fff;
    padding: 0px;
    width:990px;
}

#container {
    background-color: #fff;
    width: 100%;
    padding: 0px;
}

#headerDiv {
	background: url(../images/layout/header3.jpg) no-repeat top left;
	height: 172px;
	width: 100%;
}

#containerNav {
    padding: 0px 5px 0px 5px;
    text-align:left;
    vertical-align:top;
    width: 153px;
    background: #97a27d;
}

#containerCell {
    padding: 0px 5px 0px 10px;
    text-align:left;
    vertical-align:top;
    width: 708px;
    background: #FFF url(../images/layout/bodyslice.jpg) repeat-x top left;
}

.fadeLeft {
	border: none;
	padding: 0px;
	background: url(../images/layout/borderLeft.png) repeat-y top left;
	vertical-align:top;
}

.fadeRight {
	border: none;
	padding: 0px;
	background: url(../images/layout/borderRight.png) repeat-y top right;
	vertical-align:top;
}

#shellContent {
	border: 1px solid black;
}

#contentBody {
    padding: 10px;
    text-align:left;
    vertical-align:top;
}

.featured {
	width: 33%;
	text-align:center;
	padding:10px;
}

#schedule {
	width: 100%;
}

#schedule td {
	padding: 4px;
	font-size: 0.8em;
}

#navLeftCell {
	background: #005D82;
	width: 197px;
	vertical-align: top;
}

#navLeft {
	padding: 0px 5px 0px 5px;
}

#navLeft a:link, #navLeft a:active, #navLeft a:visited {
	display: block;
	color:white;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid #AABBC5;
}

#navLeft a:hover {
	color: #F9DD52;
	/*background-image: url("../images/nav-arrow.png");*/
	background-repeat: no-repeat;
	background-position:left;
}

#borderLeft{
	background: url(../images/layout/sliceleft.jpg) repeat-y top left;
	width:52px;
	vertical-align:top;
}

#topLeft{
	background: url(../images/layout/topleft.jpg) no-repeat top left;
	height:300px;
}

#borderRight{
	background: url(../images/layout/sliceright.jpg) repeat-y top right;
	width:52px;
	vertical-align:top;
}

#topRight{
	background: url(../images/layout/topright.jpg) no-repeat top right;
	height:300px;
}

#footer {
	border-top: 1px solid #dcdcdc;
	padding: 10px;
	text-align:center;
	font-size:80%;
	/*background: url(../images/layout/footerslice.jpg) repeat-x bottom left;*/
}
