body {
    color: #000;
    background: #6b8ba3;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
	font-family: arial sans-serif;
	}
	
a {
	color: #bc655c;
	}

a:hover {	
	color: #35689e;
	}

#content {
	text-align: left;
	border-top: #b5b9c0 5px solid;
	border-bottom: #b5b9c0 5px solid;
	background: #fff;
	width: 740px;
	margin: 20px auto;
	padding: 3px 0 0 0;
	}

#top-bar {
	width: 100%;
	padding-bottom: 3px;
	border-top: #b5b9c0 1px solid;
	}
	
#left {
	margin-left: 16px;
	margin-bottom: 9px;
    text-align: center;
	padding-top: 10px;
	background: #fff;
	width: 95px;
	float: left;
	}
	
#left ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	}
	
#left ul li {
	margin: 0;
	padding: 0;
	margin-top: 0.7em;
	}
	
#left ul li a {
	margin: 0;
	padding: 0;
	display: block;
	}
	
#left ul li a:hover , #left ul li a.current {
	background-position: -88px 0 !important;
	}
	
#left ul li a span {
	display: none;
	}
	
#left img {
	border: 0;
	}
	
#right {
	margin: 3px 7px 9px 0;
	padding-top: 3px;
	background: #fff;
	width: 602px;
	padding-left: 3px;
	float: right;
	border-left: #b5b9c0 1px solid;
	}
	
#center {
	margin-top: 3px;
	width: 265px;
	float: left;
	padding-right: 18px;

	border-right: #b5b9c0 2px solid;
	}
	
.home-list {
	list-style-image: url( '../images/list-marker-red.gif' );
	list-style-type: circle; 
	padding-left: 20px;
	}
	
.home-list li {
	margin-top: 1em;
	}
	
#far-right {
	padding-top: 3px;
    text-align: right;
	width: 310px;
	float: right;
	}
	
#upcoming {
	position: relative;
	top: 0px;
	padding: 10px 0 10px 0;
	float: right;
    text-align: center;
	background: #b8cbde url( '../images/upcoming-background.gif' ) no-repeat;
	width: 309px;
	}
	
#header {
    text-align: center;
	padding-bottom: 10px;
	border-bottom: #b5b9c0 1px solid;
	}
	
#footer {
    text-align: left;
	padding: 8px 9px 0 0;
	margin: 0 0 0 9px;
	}
	
#footer-box {
	position: relative;
	top: 0px;
	float: left;
	padding: 0;
	margin: 0 0 9px 0;
    text-align: left;
	background: #ede2c4 url( '../images/footer-background.gif' ) repeat-y;
	width: 100%;
	}
	
#footer-box-text {
	text-align: justify; 
	float: left; 
	margin: 5px 5px 5px 290px;
	width: 415px;
	padding: 0; color: #666;
	}
	
#footer-box-img-left {
	position: absolute; 
	top: 0px; 
	left: 0; 
	margin: 5px 0 0 5px; 
	padding: 0 0 5px 0; 
	}
	
#footer-box-img-center {
	float: left; 
	margin: 0; 
	position: 
	absolute; 
	bottom: 0px; 
	left: 170px; 
	padding: 0;
	}
	
#bottom-bar {
	clear: both;
	width: 100%;
	padding-bottom: 3px;
	border-top: #b5b9c0 1px solid;
	}