@charset "UTF-8";
/* CSS Document */

.wrapper{
	width:700; 
	height:auto;
	margin:0 auto;
	background-color:black;
	border-radius: 4px 4px 4px 4px;
}

.menu{
	width:100%;
	height:40px;
	background-color:#E99816;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	border-radius:50px;
	-moz-border-radius:50px;
	margin-bottom:2%;
	
}
.menu ul li{
	width:100%;
	display:inline;
	list-style:none;
	font-size:14px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif",   Georgia, serif;
	padding:20 px 20px 0px 20 px;
	

}

.menu ul li a {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
}

.menu li a:hover {
    background-color: white;
	color:black;
	 border-radius: 4px 4px 4px 4px;
}


.text  ,.header, .picture{
	color:#E99816;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}

.textbody{
	color: Black;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	}

.multimedia{
	width:100%;
	float:left
	height:auto;
}

.footer{
	width:100%;
	height:40px;
	background-color:#E99816;
	float:left;
	text-align:center;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}


p{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#F46CA;
	font-size:12px;
}
.slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
	float:left;
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

.slideshow > div { 
    position: absolute; 
	float:left;
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}