@charset "utf-8";
/* CSS Document */
body {
	width: 1300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(background.png);
}
#wrapper {
	width: 1300px;
	background-color: #FFF;
	box-shadow: 0 -4px 4px 0px #000;

}
#wowslider-container1 { 
/*	overflow: hidden; */
	zoom: 1; 
	position: relative; 
	width:1300px;
	height:300px;
	margin:0 auto;
	z-index:100;
	background-image: url(./bg.png);
}
#wowslider-container1 .ws_images{
	position: absolute;
	left:0px;
	top:0px;
	width:1300px;
	height:300px;
	overflow:hidden;
}
a.textwebsite:link, a.textwebsite:visited, a.textwebsite:active {
	color: #000;
	text-decoration: underline;
	font-size: 80px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.textwebsite:hover {
	color: #F00;
	text-decoration: underline;
	font-size: 80px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
br { clear:left }

.menu_simple {
    width: 100%;
    background-color: #000000;
}

.menu_simple ul {
    margin: 0; padding: 0;
    float: left;
}

.menu_simple ul li {
    display: inline;
}

.menu_simple ul li a {
    float: left; text-decoration: none;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
    color: white; 
    padding: 10.5px 11px;
    background-color:  #000000;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #F00;
}
.text {
	font-size: 36px;
	width: 1150px;
	text-align: justify;
}
.header {
	height: 20px;
	color: #FFF;
	background-color: #F00;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	padding-left: 10px;
}