body {
	margin-top: 5px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999;
	text-decoration: none;
	background-color: #FFFFFF;
}

#wrapper {
	margin: 0px auto 0 auto;
	width: 680px;
	background-color: #FFFFFF;
	background: white;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px ;
overflow: scroll; /*leave this value alone*/
width: 680px;
height: 496px; /*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: 0px; /*margin around each panel*/
width: 680px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#galleryB{
width: 680px;
height: 496px;
border: 0;
}

#galleryB .panel{
height: 496px;
}
#header {
	margin: 0;
	height: 0px;
}

#content {
	margin: 0px 0px 0px 0px;
}

#content p {
	margin: 0 0 0 0;
	text-align: justify;
}


#container {
	position: relative;
	width: 680px;
	height: 496px;
	background-color: #FFFFFF;
}



#footer {
    color: #999;
	font-size: 8px;
	line-height: normal;
	padding-top: 6px;
	padding-bottom: 2px;
	background-color: #fff;
	text-align:center;
	text-decoration: none;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 9px;
	text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	}
