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



@import url(http://fonts.googleapis.com/css?family=Unlock);


*{
margin:0;
border:0;
padding:0;
}


.pai { width: 1300px; margin: 0 auto; }


body{
background-color:#e2f1fe;
overflow-x: hidden;


}

#geral{
width:auto;
height:auto;
margin:auto;
}


#logo{
width:300px;
height:300px;
background-color:#fff;
float:left;

}

#banner{
width:1000px;
height:300px;
background-color:#e3c69e;
float:left;
}


#menu{
width:1300px;
height:60px;
background-color:#daecfc;
float:left;


}

#conteudo{
width:1300px;
height:auto;
background-color:#E8E8E8;
float:left;
}



#rodape{
width:1300px;
height:300px;
background-color:#daecfc;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000;
}


#container {
    width: 100%;
    border-color: blue;
    text-align:left;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:15px;
	line-height:24px;

}

.box {
    float: left;
    width: 1150px;
	height: 480px;
	padding:15px;
	border: solid 5px #daecfc;
	box-shadow: 1px 1px 1px #363636;


}

#box-1 { background-color: #F8F8FF;
margin-top:130px;
margin-left:55px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000;

 }




