html {
    overflow-y: scroll;
  }


body {
    background-color:#c2a968;
/* 	font-family:cursive; */
	font-family : 'Comic Sans MS';
  }

ul {
    list-style-type: none;
    margin-top: 1px;
}

ul li {
    display: inline;
}


#adiv {
    background-color : #FFFFFF;
/* height: 10px; */
  }

#carousel-wrapper {
    
    height: 390px;
    overflow: hidden;
	background-color : #FFFFFF;
}
#carousel-content {
	
    width: 1800px;
}

#carousel-content .slide {
    float: left;
    height: 390px;
}

.slide
{
	
	text-align:center;
	font-size:1.1em;
}

.wit{
	background-color : white;
}

ul.tabs {
    margin: 20px -15px 0 1;
    height: 26px;
    padding: 0 15px;
}

ul.tabs li a {
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #000000;
    margin-right: 3px;
    margin-bottom: -1px;
	text-decoration :none;
	color:#00000;
}

ul.tabs li a.carousel-selected {
    background-color: #FFEA01/*#c2d7ff*/;
    border-bottom-color: #c2a968/*#c2d7ff*/;
}

div.tabs {
    margin: 0 -15px 0 -15px;
    background-color: #c2d7ff;
    height: 310px;
    overflow: hidden;
}

div.middle-tabs {
    width: 650px;
    overflow: auto;
}

div.inner-tabs {
    width: 1910px; /* 630*n + 20 */
    height: 310px;
}

div.tab {
    float: left;
    width: 600px;
    height: 280px;
    padding: 15px;
}

div.tab p {
    padding-bottom: 7px;
    line-height: 16px;
}

p {
margin-right:2em;
}

h2 {
 margin:0;
margin-top:-.1em;
font-family : 'Comic Sans MS', serif;
}

a {
color:#000000;
text-decoration:underline;
margin-left:35px;
}
