@charset "UTF-8";
/* CSS Document */

body { background-color: #157680;
	  padding-bottom: 15px;
	  font-size: 1.2em;
	font-family: paytone-one, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding-left: 20px;
	height: 100%;
	text-align: left;
}



div#main_wrapper{
	min-width:600px; 
	max-width:1100px;
	margin:0 auto;}

content {background-color:#999999;
	  float: right;
	  color: #760EBC;
	  font-size: 1.2em;
      height: 100%;
		width: 100%;}

.slider {
	align-content: center;
	width: 400px;
	margin: 2em auto;
	
}

.slider-wrapper {
	width: 85%;
	height: 250px;
	position: relative;
}

.slide {
	float: left;
	position: absolute;
	width: 85%;
	height: 250px;
	opacity: 0;
	transition: opacity 3s linear;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}


nav {alignment-baseline: center;
	 color: #FFFFFF;
	width:100%;
	height: 20%;
	float: right;
	
	
	
     }

#nav { text-align:center;
		float: none;
		width: 100%;
	    height: 20%;
		}
		
#nav a{text-decoration: none;
		padding-bottom: 15px;}
		

#nav a:link {color: #FFFFFF;}


#nav a:visited{color: #FFFFFF;}


#nav a:hover{color: #ffffff;}

#nav ul{list-style-type: none;
       margin: 0;
     padding: 0;
     float:none;}

.ul { list-style-type: none;
  	
    padding: 0;}

.hr {
width: 75%;
text-align: center;

} 


.header {
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #FFFFFF;
	
}

    .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

.marquee {
	color: #F5EFEF;
	text-align: center;
}
#footer {
	color: #ff99ff;
	text-align: center;
	width: 100%;
	height: 40px;
	position: absolute;
	background-color: #222222;
	position: absolute;
	bottom: 0;
	
}

