/*General*/

*{padding: 0; margin: 0;}
body {
	text-align: center;
	background: #333 url(body-back.png) repeat;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida", "Verdana", sans-serif;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
	text-shadow: #999 0 0 2px;
	font-family: "Lucida Grande", "Lucida", "Verdana", sans-serif;
}

/*Layout*/

#container { 
	width: 990px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left;
	height: 100%;
	position: relative;
}

#pageHeader {
	margin-top: 20px;
	height: 129px;
	background: url(header-back.png) no-repeat;
	text-align: left;
	margin-bottom: 0;
	width: 990px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
}

/* Title */
#pageHeader h1 {
	text-align:left;
	margin-left: 100px; 
	letter-spacing: 1px; 
	color: #fff;
	font: bold 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #fff 0 0 7px;
	margin-top: 90px;
	float: left;
	position: absolute;
}

/* Subtitle */
#pageHeader h2 {
	letter-spacing: 1px; 
	color: #999;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #999 0 0 1px;
	margin-left: 100px;
	position: absolute;
	margin-top: 130px;
}

#content {
	text-align: left;
	width: 936px;
	background: #d9dbce;
	margin-left: 28px;
	padding-top: 25px;
}

.slideshow { 
	padding:24px; 
	text-align:center; 
}

.description {
	color: gray;
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding: 0px 72px 50px;
	text-shadow: #999 0 0 1px;
}

#footer { /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #fff;
	font: 12px "Helvetica", "LucidaGrande", "Lucida", "Arial", sans-serif;
	background: url(footer-back.png) no-repeat;
	height: 359px;
	position: relative;bottom:0;
	width: 990px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin: 0;
}

#copyright {
	padding-left: 100px;
	display: inline;
	float: left;
	position: relative;
	bottom: 25px;
	text-shadow: #666 0 0 0px;
}

#fmbadge { 
position: absolute;
top: -30px; right: 50px;
width: 88px; height: 31px;
	opacity: 0.80;
	border: 0; 
} 
#fmbadge:hover {
	opacity: 1;
}
