/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #FFFFFF;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	color: #010101;
}
#titulo{
	margin: 1px 0  1px 0px;
}
#titulo2{
	margin: 1px 0 1px 0;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}
#autor{
	font-style:italic;
	font-size: 80%;
	margin-left: 10px;
	margin-top: -10px;
	line-height: 4px;
}
#autor2{
	font-style:italic;
	font-size: 80%;
	margin-left: 10px;
	margin-top: 0px;
	line-height: 4px;
}

/* Header */

#header {
	width: 800px;
	height: 164px;
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
	background-image: url(imagens/cabecalho.jpg);
}

#header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 50px;
	letter-spacing: -5px;
	color: #FFFFFF;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: 0px;
	color: #FFFFFF;
}


a {
	color: #323B2E;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #ffffff;
	border-top: 1px solid #323B2E;
	border-bottom: 1px solid #788770;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #838385;
}

#menu1 a:hover {
	color: #ffffff;
	background-color: #838385;
	border-top: 1px solid #555E4F;
	border-bottom: 1px solid #555E4F;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	border: 10px solid #E95924;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #ffffff;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 540px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -2px;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}

