

body{
	background-color:#600;
}

#wrapper{
	
}
header{
	margin: auto 0;
	background-color:black;
}
#nav{
	margin: auto 0;
	text-align: center;
	background-position: center;
	background-color: #000;
	
}


li {
    display: inline;
	
}
a {
	text-decoration: none;
	color: #c70000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-variant: small-caps;
	line-height: 5%;
	background-repeat: no-repeat;
	background-position: center center;
}
a:visited {color:#A48151;}
a:hover   {color:#A48151;}
a.class1 {text-decoration:none;
			color:#c70000;
			font-size:large;
			font-variant:normal;
			}
a.class1:hover   {color:#A48151;}
#sidebar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #cbbebe;
	width: 55%;
	float: right;
	padding: 2%;
	border: thin inset #cbbebe;
	text-align: justify;
	
}
#container{
	margin:auto 0;
}
.cycle-slideshow{
	margin: 0 auto;
	padding: 2px;
	width:43%;
	
}
#contact {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #black;
	padding: 2%;
	border: thin inset #000;
	text-align: left;
	background-color:#A48151;
	margin-left:10%;
	margin-right:10%;
	
	
}
#faq{
	border:thin;
	border-color:#000;
	
	
}

#conform{
	border:thin;
	border-color:#000;
	margin-left:30%;
	margin-right:30%;
}
#content{
	margin-top:-1%;
	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
footer {
	text-align: center;
	width: 100%;
	background-color:#000;
	color:#c70000;
	margin: auto 0;
}

#mike{
	height:100%;
	margin-bottom:70%;
}

.rs-slideshow {
    border: 12px solid #444;
    height: 500px;
    margin: 24px auto;
    overflow: hidden;
    position: relative;
    width: 620px;
}
 
.rs-slideshow .slide-container {
    background-color: #444;
    height: 100%;
    left: 0;
    
    position: absolute;
    top: 0;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 
/*    Hide the slide data container    */
.rs-slideshow .slides {
    display: none;
}