body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #C2BBAF;
	font: 12px Arial, Helvetica, sans-serif;
}

html>body ul {
	list-style: none;
	text-indent: -12px;
}
#leftcol ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
}
#leftcol li {
	margin: 7px 0 8px 10px;
}

#mainbody {
	width: 768px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	color: #FFF;
	background: #8c867e;
	background-image: url(1/fundo.gif);
}

#header {
	clear: both;
	position: relative;
	width: 768px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	color: #FFF;
	padding: 0;
	margin: 0;
	background: #FFF8EB url(1/header.jpg) no-repeat center;
	border-bottom: 1px solid #000;
}
#header h1 {
	position: relative;
	top: 20px;
	left: -80px;
	text-align: left;
	margin: 0;
	padding:0;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	width: 593px;
}

#title2 {
position: absolute;
left: 590px;
bottom: 0px;
}

#leftcol {
	position: relative;
	width: 165px;
	color: #FFF;
	padding: 5px;
	float: left;
	text-align: left;
	background: #8c867e;
}

#leftcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#leftcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #ffbd4d;
}
#leftcol a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #8c867e;
}
#leftcol a:hover {
	color: #ffbd4d;
	background: #8c867e;
}
#rightcol {
	position: relative;
	width: 581px;
	border-left: 2px solid #ffbd4d;
	color: #333;
	padding: 5px;
	float: right;
	text-align: left;
	background: #fffbf6;
}

#rightcol .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#rightcol .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #ffbd4d;
}

#footer {
	clear: both;
	position: relative;
	width: 768px;
	height: 16px;
	font-size: 10px;
	color: #C2BBAF;
	text-align: center;
	background: #65615b;
	border-top: 1px solid #000;
}
#footer h3 {
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	background: #65615b;
}
#footer a:hover {
	color: #ffbd4d;
	text-decoration: none;
	background: #65615b;
}

/* campos de formularios */
input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	border-width: 1px;
	border-style: solid;
	font-size: 9px;
}

.butao{
	border-width: 0px;
}

.box{
	border-width: 0px;
}

select{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	border-width: 1px;
	border-style: solid;
	font-size: 9px;
}

textarea{
	border-width: 1px;
	border-style: solid;
	font-size: 9px;
}
