/*General*/

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

a:link, a:visited {
	color: #989982;
	text-decoration: none;
/*	text-shadow: 0px 1px 0px #999;*/
}

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

/*Layout*/

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

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

.slideshow { 
}

/* Title */
#pageHeader h1 {
	text-align:left;
	margin-left: 40px;
	padding-top: 18px; 
	letter-spacing: 1px; 
	color:#e52f32;
	font: 25px Georgia, "Times New Roman", "Times", serif;
	text-transform: uppercase;
	text-shadow: gray 0 1px 1px;
}

/* Subtitle */
#pageHeader h2 {
	text-align: right;
	letter-spacing: 1px; 
	color: #722e01;
	font: 13px "Lucida Grande", "Lucida", "Verdana", sans-serif;
	margin-right: 40px;
	margin-top: -17px;
}

#content {
	background: url(border-right.png) repeat-y right top;
	background-color: #fff;
	padding: 0;
	text-align: center;
}

div#borderleft {
	background: url(border-left.png) repeat-y left top;
	width: 100%;
	height: 100%;
	padding-top: 30px; 
}

div#borderright {
	width: 100%;
}
.description {
	text-align: left;
	color: #722e01;
	font: 12px/16px Georgia, "Times New Roman", "Times", serif;
	padding: 20px 120px 40px;
}

#footer {
	background: url(footer-back.png) repeat-x;
	height: 64px;
	text-align:left; 
	font-family: "Lucida Grande", "Lucida", "Verdana", sans-serif; 
	font-size: 10px; 
/*	color:#989982;*/
	font-weight: bold;
	width: 100%;
	position: relative;
	float: left;
}

#copyright {
	margin-left: 40px;
	vertical-align: sub;
	display: inline;
	position: relative;
	top: 13px;
}

#fmbadge { 
	display: block; 
	margin: 8px 40px 0 8px;
	top: 0; right: 0;
	position: absolute;
	border: none; 
}
