/* Created by ARDORA - http://www.webardora.net */
body {
	background: #C9B18D;
	margin-top: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #764B31;
}
h1, h2, h3, h4, h5 {
	margin: 0;
}
/* MENÚ PRINCIPAL */
#menu_top {
	float: left;
width: 950px;
	margin: 0px auto;
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}
#menu_top ul {
	margin: 0px;
	list-style: none;
	padding-top:5px;
	padding-bottom:5px;
}
#menu_top li {
}
#menu_top a {

	width: 190px;
	padding: 5px;
	background-color: #A99C89;
	border-top: 1px solid #8F7964;
	border-bottom: 1px solid #63554A;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}
#menu_top a:hover {
	background-color: #FBF7EE;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #764B31;
}
/* Header */
#header {
width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	background: #A99C89;
}
#header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 50px;
	letter-spacing: -3px;
	color: #764B31;
}
#header h2 {
	float: right;
	margin: 70px 20px 0 0;
	font-size: 18px;
}
#header h3 {
	float: right;
	
	font-size: 20px;
	color: #764B31;
}
a {
	color: #323B2E;
	text-decoration: none;
}
a:hover {
	color: #764B31;
	text-decoration: none;
}
/*ACTIVIDADE ARDORA*/
#activity {
	float: left;
	margin-top: 20px;
width: 689px;
	padding: 0 20px 0 20px;
}
#area_applet {
	border: 1px solid #A99C89;
	width: auto;
	padding:5px;
}
/*CONTEDOR*/
#content {
width: 950px;
	margin: 0 auto;
	border: 10px solid #A99C89;
	border-top: none;
	background: #E9EAE2;
}
#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
/*MENÚ LATERAL*/
#menu_side {
	
	float: right;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}
#footer {
width: 950px;
	margin: 0 auto;
	padding-top: 20px;
}
#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}
