/*General*/

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

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
/*	text-shadow: #666 0 0 2px;*/
}

/*Layout*/

#container { 
	width: 85%;
	min-width: 600px;
	max-width: 80%;
	margin: 0px auto;
	text-align: left; 
}

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

}

div.slideshow { 
/*	background: #444; width: 640px; height: auto; text-align: center; margin: 0px auto; padding: 20px 20px 16px 20px;
	_padding-bottom: 20px;*/
}

/* 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 {
	margin: 0px auto; 
	text-align: center; 	
	background-color: #171717;
	padding-top: 30px; 
}


.description {
	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;
	padding: 25px;
}

#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; 
}

#fmbadge { 
	display: block; 
	margin: -25px 25px 0 auto;
	right: 0;
	border: none; 
}