/*** 
set the width and height to match your images 
**/

#slideshow {
    position:relative;
    height:350px;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
}
}
		
#page-wrap { 
	position: relative;
	width: 400px; 
	margin: 50px auto; 
	padding: 20px; 
	background: #fff; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; 
}



#content {
	width: 100%;
	height:100%;
	margin: 0;
	background: transparent;
	padding: 0;
}



#content a {
	color: #007897;
	font-weight: bold;
	text-transform: uppercase;
	background: #FFF;
	padding: 10px;
}

#logo {position:absolute; width:407px; height:417px; left:0px; top:0px; margin:0px; background-image:url(../images/logo.png); background-repeat:no-repeat;}
#rodape {
	position:absolute;
	width:460px;
	height:251px;
	right:0px;
	bottom:0px;
	margin:0px;
	background-image:url(../images/img_rodape.png);
	background-repeat:no-repeat;
	font-size: 36px;
}

#menu ul {
    padding:0px;
    margin-left:400px;
    float: left;
    width: 60%;
	left:120px;
    list-style:none;
	display:inline;
	color:#FFF;
	background-color:transparent;
}

#title {
	position:absolute;
	top:80px;
	left:430px;
	height: 82px;
	width: 417px;
}
#txt {
	position:absolute;
	top:155px;
	left:429px;
	text-align:left;
	width:402px;
}
#menu ul li { display: inline; }
#menu ul li a {
    padding: 2px 15px;
    float:left;
    /* visual do link */
    background-color:transparent;
    color: #FFF;
    text-decoration: none;
	font-size:28px;
	font-weight:bold;
    
}

#menu ul li a:hover {
  
    color: #FFF;
    border-bottom:3px solid #FFF;
}

h1 {
	font-size:42px;
	color:#007897;
	background-color:#FFF;
}
p {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#036;
	line-height:24px;
	padding:0;
	background-color:#FFF;
	margin-bottom:2px;
	font-family: Tahoma, Geneva, sans-serif;
}

h2 {
	font-size:24px;
	color:#007897;
	background-color:#FFF;
	text-align: left;
}
