body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #807F63;
	text-decoration: none;
	background-color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
	background-image: url();
}


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

#galleryB{
width: 500px;
height: 500px;
border: 0;
}

#galleryB .panel{
height: 500px;
}


#wrapper {
	margin: 0 auto 0 auto;
	width: 620px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #FFFFFF;
	background: white;
}

#header {
	margin: 10px auto 0 auto;
	width: 153px;
	height: 60px;
	background: url(../images/interface/logo2.jpg) no-repeat;
	margin-bottom: 10px;
	text-align: center;
}

#content p {
	text-align: justify;
}

#navcontainer {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;
	
}

ul.navlist {
	margin: 0 auto 0 30px;
	padding: 5px 20px 0 0;
	white-space: nowrap;
}

.navlist li {
	display: inline;
	list-style-type: none;
	text-align: right;
}

.navlist a {
	padding: 0px 20px 0px 0px;
}

.navlist a:link, .navlist a:visited {
	color: #999;
	background-color: #fff;
	text-decoration: none;
}

.navlist a:hover {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}


.navlist a:link#current, .navlist a:visited#current, .navlist a:hover {
	color: #000;
	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#container {
	position: relative;
	width: 500px;
	height: 500px;
	margin: auto auto auto auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
}


#footer {
	
	border-bottom: 1px solid #ccc;
     color: #999;
	font-size: 9px;
	vertical-align: middle;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 8px;
	background-color: #fff;
}