@import url("layout.css");
body {
	font-family: "Arial", "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
/*	background-color: #e6d98f; */
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 20px;
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#contentL {
	position: relative;
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}

#contentR {
	position: relative;
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;

}

#sidebar {
	float: right;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
/*	background-color: #313133;*/
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer1 {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
	text-align: center;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}
/* Content Styles */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #a0522d;
}
h2 {
	color: #a0522d;
}
#content h1 {

}
#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
	text-align: center;
}
#sidebar img {
	border-width: 0px;
	float: right;
		margin-bottom: 5px;
		margin-left: 5px;
}

#sidebar h3 {
	border-bottom-color: #E6D98F;
	border-bottom: 5px;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.tabPiloto {
	width: 400px;
}
.tabFoto {
	width: 100px;
}
.titPiloto {
	font-size: 14px;
	font-weight: bold;
	color: #a0522d;
}
.tabRight {
	width: 150px;
	text-align: right;
}
.linhaB {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #800000;
}

#news h1 {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #965;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #800000;
}

hr {
	color: #CE8155;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 700px;
}

