
/*General*/

*{padding: 0; margin: 0;}
body {
	text-align: center;
	background-color: #000;
}

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

a:link, a:visited {
	color: #ff9900;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 2px #ffffff;
}

/*Layout*/

#container { 
	width: 85%;
	min-width: 600px;
	max-width: 80%;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#pageHeader {
	padding: 0px;
	margin-top: 20px;
	height: 96px;
	background: repeat-x url(header-back.png);
}
div#curveleft {
	background: url(top_left.png) left top no-repeat;
}
div#curveright {
	background: url(top_right.png) right top no-repeat;
}
div#bottomcurveleft {
	background: url(bottom_left.png) left bottom no-repeat;
	height: 33px;
}
div#bottomcurveright {
	background: url(bottom_right.png) right bottom no-repeat;
	height: 33px;

}

/* Title */
#pageHeader h1 {
	text-align:left; 
	margin-top: -3px;
	margin-left: 25px;
	padding-top: 15px;
	font-family: Helvetica, Arial, LucidaGrande, Lucida, sans-serif; 
	font-size:35px; 
	letter-spacing: 1px; 
	color:#2898ca;
	font-weight: bold;
}

/* Subtitle */
#pageHeader h2 {
	text-align:left; 
	margin-left: 25px;
	margin-top: -2px;
	font-family: Helvetica, Arial, LucidaGrande, Lucida, sans-serif; 
	font-size:12px;
	letter-spacing: 1px; 
	color: #ff9900;
	font-weight: bold;
}

#content {
	background-color: #171717;
}

.description {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 0px;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: left;
	color: #999;
	font-size: 12px; 
	font-family: Helvetica, LucidaGrande, Lucida, Arial, sans-serif;
	font-weight: bold;
}

#footer {
	padding-top: 15px;
	background-color: #2898ca;
}

#copyright {
	margin-top: 10px;
	margin-left: 25px;
	text-align:left; 
	font-family: Helvetica, LucidaGrande, Lucida, Arial, sans-serif; 
	font-size:12px; 
	color:#000;
	font-weight: bold; 
}

#author {
	text-shadow: 0px 1px 0px #333;
	margin-top: 25px;
	padding-left: 10px;
	text-align:left; 
	font-family: Helvetica, LucidaGrande, Lucida, Arial, sans-serif; 
	font-size:12px; 
	color:#ccc;
	font-weight: bold; 
}

#fmbadge a { 
	margin-top: -25px; 
	margin-right: 25px; 
	background-position: 0; 
	float: right; 
	background-color: transparent;
	background-image: url(FMbadge.png);
	background-repeat: no-repeat;
	width: 88px;
	height: 31px; 
}