﻿@import url("layout.css");
body {
	background-position: center top;
	font-family: verdana;
	font-size: 14px;
	background-image: url('../images/Fundo_moving_express.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#container {
	padding: 10px;
	border: 2px solid #000000;
	width: 864px;
	margin: 10px auto;
	background-color: #FFDCA8;
}
#masthead {
	text-align: center;
	width: 860px;
	border: 1px solid #431;
}
#navigation {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#content {
	float: left;
	width: 668px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 860px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #FFDCA8;
	background-color: #FFDCA8;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
#content img {
}
/* Footer Styles */
#footer p {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.fig_menu {
	vertical-align: middle;
	border-style: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
}
.desenvolvido {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.banners {
	border: 1px solid #000000;
	padding: 5px;
}
.p_justify {
	text-align: justify;
}
.p_justify_italic {
	text-align: justify;
	font-style: italic;
}
.fonte_servi {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}

