/* static START */
* {
	margin:0;
	padding:0;
}
body {
	color:#555;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	margin-top: 0px;
	background-color: #333333;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#header img {
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navigation {
	background:#052541;
	height: 40px;
	width: 898px;
	margin-left: 40px;
}

#main {
	width:936px;
	
}
#container {
	background:#052541 center top no-repeat;
	margin:0 auto;
	width:936px;
}
#footer {
	margin-top: 30px;
	width: 936px;
	margin-bottom: 30px;
	position: relative;
	color:#f6f3f3;
	font-size:14px;
	height:100px;
	
}
#footer-left {
	float: left;
	width: 575px;
	margin-left:65px;
	border-top:thin white solid;
}
#footer-left a:visited {
	color:#FFFFFF;
}
#footer-left a {
	color:#FFFFFF;
}
#footer-right {
	float: right;
	width: 200px;
	margin-right: 32px;
}

.fixed, .clear {
	clear:both;
}

#home-left {
	float: left;
	margin-left: 65px;
	margin-top: 30px;
}
#home-left h2  {
	color: #f8e9d8;
	margin-top: 10px;
	font-weight: normal;
	font-size: 16px;
}
#home-right {
	float: right;
	width: 200px;
	margin-right: 32px;
	margin-top: 20px;
}

.home-upcoming-box {
	margin-top: 10px;
	text-align: center;
	color: #f6f3f3;

}
.home-upcoming-box a {
	color: #f6f3f3;
	text-decoration: none;
}

.home-upcoming-box img {
	border: thin solid #f6f3f3;
}
#home-upcoming-header     {
	color: #f6f3f3;
	margin-bottom: 20px;
}
#home-upcoming-header a {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #f6f3f3;
	text-decoration:none;
}
#slideshow img {

}
