body {
background: #621a4b;
text-align: center;
font: 12px/18px verdana, sans-serif;
margin: 0 auto;
color: white;
}

p {
margin: 0px;
text-align: justify;
}

img {
border: none;
}

a {
text-decoration: none;
}

td {
text-align: center;
}

#holder {
background: #621a4b url(images/bkgd.gif) no-repeat top left;
margin: 0px auto;
width: 1100px;
height: 780px;
}

#legal {
text-align: right;
width: 970px;
padding-top: 120px;
}

#nav {
float: left;
margin: 20px 0px 0px 150px;
}

#heritage a {
width: 400px;
height: 22px;
float: left;
background: url("images/heritage.gif") no-repeat top left;
}

#collection a {
width: 400px;
height: 22px;
float: left;
background: url("images/collection.gif") no-repeat top left;
}

#contact a {
width: 400px;
height: 22px;
float: left;
background: url("images/contact.gif") no-repeat top left;
}

#heritage a:hover, #collection a:hover, #contact a:hover {
background-position: right;
}

#heritage .active a, #collection .active a, #contact .active a {
background-position: right bottom;
}

#primary {
background: #621a4b url(images/logo.gif) no-repeat top left;
width: 400px;
height: 400px;
}

#slider {
margin-top: 10px;
margin-left: 30px;
}

#content {
margin: 20px 0px 0px 570px;
width: 400px;
text-align: right;
}

.red {
color: #ef3f35;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 340px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0px;
}

.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: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

a:link { 
color: white;
}

a:visited {
color: white;
}

a:hover {
color: #ef3f35;
}
