﻿@import url("layout.css");
body {
	
	font-size:  medium;
	color: #000;
	background-color: black;
	
	font-family:   "Times New Roman", Times, serif;
}
#container {
	width: 646px;
	margin: 0 auto;
	
}
#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	background-color:  black;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: black;
	position: relative;
	clear: both;
	margin-left: 10px;
	margin-top:125px;
	display: inline;
}
#content {
	float: right;
	width: 456px;
	margin-top:50px;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: black;
	position: relative;
	color: #CCCCCC;
	text-align: justify;

	
}
#footer {
	text-align:  center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: black;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color:  black;
}
#sidebar li {
	font-size: 13px;
	display: block;
	margin: 0;
	padding: 0;
	background-color:  black;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color:  #CCCCCC;
	display: block;
	padding: 5px;
	background-color:  black;
	
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color:  white;
	font-size:  14px;
	background-color: black;
}
a:link {
	color:#336699;
}
a:hover{
	text-decoration: none;
}
a:visited{
	color:#336699;
	/* color:#990033; */

}

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color:  #CCCCCC;
	/*color: #fff;*/
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*par escrever as fontes dos reviews, research, etc: tipo "Visão, Portugal"*/
p.fonte {
margin-top:-13px;}
}
p.email {
	font-size:15px;
	text-align:center;
}

