.italics {
	font-style: italics;
}
.bold {
	font-weight: bold;
}
#content {
	z-index: 1;
	text-align: left;
	
}
h2 {
	font: 18px verdana;
	font-weight: bold;
}
h3 {
	font: 14px verdana;
	font-weight: bold;
}
.italics {
	font-style: italic;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font:  14px verdana;
	color: #6D6D6D;
	background: none;
	}

#sddm li a
{	display: block;
	margin: 0;
	padding: 4px 10px;
	min-width: 60px;
	color: #6D6D6D;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #fff
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	}

	#sddm div a
	{	position: relative;
		overflow: visible;
		display: block;
		margin-bottom: 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff;
		color: #6D6D6D;
		font: 11px verdana;
		}

	#sddm div a:hover
	{	background: #fff;
		color: black;}
		
#header img {
	border: none;
}
#container {
	width: 940px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 54px;
	margin-bottom: 54px;
	
}

a img{
	text-decoration: none;
	border: 0px;
}
#contentBorder {
	width: 893px;
	border-bottom: #B6B5B5 2px solid;
	margin-left: 20px;
	margin-top: 5px;
}
#footer {
	font-family: georgia, serif;
	font-size: x-small;
	text-align: right;
	color: gray;
	line-height: 100%;
	padding: 0 0 1px 0;
	margin-top: 80px;
	margin-right: 10px;
	
}
#contact {
	text-align: left;
	padding-left: 30px;
}
#contact a{
	margin: 0;
	padding: 0;
	font:  14px verdana;
	color: black;
	background: none;
	text-decoration: none;
}
	
/*ul {
	list-style: none;
	text-align: left;
}
li {
	display: block;
	text-decoration: none;
	float: left;
	
}*/
#nav {
	position: relative;
	margin-top: -55px;
	margin-left: 2px;
	margin-bottom: 50px;
	z-index: 31;
}
#content {
	margin-top: 20px;
}
/*
#nav a{
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #6D6D6D;
	font-size: 14px;
} */
#gallery {
	text-align: left;
	color: #6D6D6D;
	font-size: 10px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: -5px;
	
}

#mygallery {
	margin-left: 15px;
}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 905px; /*Width of Carousel Viewer itself*/
height: 185px; /*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: 15px; /*margin around each panel*/
width: 125px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
<!--
           .slideShow {
               text-align: center;
               margin-bottom: 10px;
               padding: 5px;
           }
           .slides {
               position: relative;
               z-index: 1;
               display: none;
           }
           .setTitle, .slideTitle {
               font-family: "Franklin Gothic Book", Arial, Helvitica, sans-serif;
           }
           .setTitle {
               color: #995a01;
               font-size: 14px;
               font-weight: bold;
               }
           .slideTitle {
               color: #666666;
               font-size: 12px;
           }
           .controls {
               position: relative;
               z-index: 10;
           }
           #slide1 {
               display: block;
           }
           
           img {
               
           }
       -->


