body{
	margin:0px;
	padding:0px;
	background-color:#f2efc4;
}

.headerShell{
	height:344px;
	width:100%;
	background:url(../images/header-background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.menu{
	padding-top:276px;
	width:980px;
	margin:auto;
}



.contentShell{
	margin:auto;
	padding-left:40px;
	padding-right:40px;
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#000;
	padding-top:15px;
	padding-bottom:10px;
	text-align: left;

}

.header{
	color:#582522;
	font-size:18px;
	
}


.footerShell{
	width:100%;
	height:177px;
	background:url(../images/footer-background.jpg);
	background-repeat:no-repeat;
}

.footerContent{
	width:900px;
	padding-left:40px;
	padding-right:40px;
	margin:auto;
	color:#fdd397; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.boxtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #663730;
	font-weight: bold;
}
.paragraph {
	color: #3b2209;
	font-size: 15px;
}

A:link {
	text-decoration: none;
	color:#582522;
	font-stretch:wider;

	}
A:visited {text-decoration: none; ;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color:#a66e33;}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 670px; /*Width of Carousel Viewer itself*/
height: 171px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 210px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.scroll{
	scrollbar-face-color: #261606;
 scrollbar-highlight-color: #3c2209;
 scrollbar-3dlight-color: #3c2209;
 scrollbar-darkshadow-color: #cacaca;
 scrollbar-shadow-color: #261606;
 scrollbar-arrow-color: #fff;
 scrollbar-track-color: #3c2209;	
	
}
