body{
	background-color:#E5E5E5;
	margin: 0;
	padding: 0;
	font-family: Tahoma, calibri, arial;
	font-size:13px;
	color:#000000;
}
a{
	text-decoration: none;
	color:#000000;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.container {
	margin:0 auto;
	width: 750px;
	height: auto;
}

.menu{
	background-color: #CCCCCC;
	width: 751px;
	height: 35px;
	margin: 70px 0 0 0;
	padding: 0;
	
	box-shadow: 1px 1px 3px #888888;
	border-radius: 5px;
	text-shadow: 0px 2px 3px #666;
}

.menu li{
	display: inline;
}

.menu-top li a{
	width: 50px;
	height: 15px;
	padding: 8px 40px;
	float: left;
	text-shadow: 0px 2px 3px #666666;
}
.menu-top li a:hover{
	background: #000000;
	color: #fff;
	border-bottom: solid 4px #FF8C00;
	border-radius: 2px;
	text-shadow: 1px 0px 1px #fff;
}

.main{
	width: 750px;
	height: auto;
	float: left;
	margin: 15px 0 15px 0;
}

.main .box-left{
	width: 350px;
	height: 200px;
	float: left;
	background-color: #FFFFF0;
}
.main .box-right{
	width: 350px;
	height: 200px;
	float: right;
	margin-right: 15px;
	background: #FFFFF0;
}

.main .box-text{
	width: 320px;
	height: 170px;
	margin-top: 18px;
	float: left;
	background: #FFFFF0;
	padding: 15px;
	text-align: justify;
}

.main .box-text2{
	width: 335px;
	height: 170px;
	margin-top: 18px;
	float: right;
	background: #FFFFF0;
	padding: 15px;
	text-align: justify;
}

#leia{
	width: 70px;
	height: auto;
	padding: auto;
	padding: 3px 20px;
	background: #000000;
	color: #FFF;
	border-bottom: solid 3px #FF8C00;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-weight: normal;
	float: left;
	cursor: pointer;
}
#leia:hover {
	text-shadow: 0px 2px 3px #666;
}

.footer{
	width: 750px;
	height: 160px;
	float: left;
	background: #393939;
	color: #FFFFE0;
	margin-bottom: 15px;
}

h3 {
	text-align:center;
	margin-top: 75px;
}

.footer .copyright{
	width: 100%;
	height: 50px;
	float: left;
	background: #1C1C1C;
	text-align: center;
	border-top:solid 3px #FF8C00;
}

.corda{
	width: 720px;
	height: auto;
	float: left;
	padding: 15px;
	background: #FFFFFF;
	text-align: justify;
	margin-bottom: 15px;
}

.contato{
	width: 720px;
	height: auto;
	float: left;
	padding: 15px;
	background: #FFFFFF;
}

input{
	width: 302px;
	height: 20px;
	color:#393939;
	font-size: 14px;
	font-weight: bold;
}

label{
	width: 250px;
	height: 20px;
	color:#222222;
	font-size: 14px;
	font-weight: bold;
}

form{
	width: 350px;
	height: auto;
	float: left;
}

.Contatos{
	width: 350px;
	height: 250px;
	float: right;
	color: #222222;
}

.campo{
	width: 100%;
	float: left;
	margin-top: 10px;
	color:#222222;
}

#enviar{
	width: 150px;
	height: auto;
	padding: 3px 20px;
	background: #222222;
	color: #FFF;
	border-bottom: solid 3px #FF8C00;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-weight: normal;
	float: left;
	margin: 10px 0 0 157px;
	cursor: pointer;
}
