html, body {
	height:100%;
}
body {
	margin:0;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	background-color:#000000;
	color:white;
	text-align:center;
}
a:link, a:visited, a:active {
	color:#fa792b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align:middle;
	color: #5ba8bc;
	border: 1px solid #E0DFE3;
	height: 20px;
	line-height:20px;
	margin-bottom: 5px;
}
textarea {
	width:99%;
	height:80px;
	margin-bottom:20px;
	overflow:auto;
}
.botao {
	border:none;
	margin:0;
	padding:0;
}




#main {
	text-align:left;
	width:700px;
	display: block;
	margin:0 auto 0 auto;
	background-color: #000000;
}
#header {
	height: 180px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-bottom: solid white 1px;
}
#nav {
	margin: 5px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.colLeft {
	width: 400px;
	float:left;
	margin-bottom: 40px;
	min-height: 400px;
}

.colRight {
	width: 280px;
	float:left;
	margin-left:20px;
	margin-bottom: 40px;
	min-height: 400px;
}
h1 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fa792b;
}
h2 {
	font-size: 1em;
	font-weight: 700;
	margin-top: 30px;
}
hr {
	width:100%;
}
.intro {
	height: 180px;
}
.bloco {
	background-color: #151515;
	border: solid 1px;
	border-color: #363636;
}
.bloco b {
	color: #5ba8bc;
	font-weight: normal;
	margin-right: 10px;
}
.bloco p {
	margin: 10px;
}

#newsletter {
	margin-bottom:40px;	
}
#footer {
	height: 100px;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:both;
	border-top:solid white 1px;
	padding-top:10px;
	color:#666666;
}
p {
	line-height: 1.3em;
}
