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

body, td, th {
	font-family: trebuchet MS;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}
a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1 {
	font-size: 16px;
	color: #333333;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
h2 {
	font-size: 14px;
	color: #333333;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
p {
	font-size: 12px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
}
#container {
	width:880px;
	margin:0px auto 0px auto;
}
#esquerda {
	float:left;
	width:639px;
	height:auto;
	border-left:1px solid #C6E763;
	padding:10px 10px 0px 10px;
	margin:0px;
}
#direita {
	float:left;
	width:200px;
	background-color:#ECF7CA;
	height:500px;
	margin:0px 0px 0px 0px;
	padding:10px 10px 0px 10px;
}
#footer {
	height:20px;
	background-color:#FFD300;
	clear:both;
	text-align:right;
	padding-right:10px;
}
