/* CSS Document */

body{
	margin: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img{
	margin: 3px;
}

#header, #menu, #content, #footer{
	width: 940px;
	margin: auto;
}

#header{
	background: url(../images/header.png) top left no-repeat;
	height: 150px;
}

#header h1{
	display: none;
}

#menu{
	background: #A3CC51;
	height: 19px;
	vertical-align: middle;
}

#menu a{
	color: #FFF;
	font-weight: bold; 
	text-decoration: none;
	margin: 10px;
/*	padding: 1px;*/
}

#menu a:hover{
	/*background: #FFF;
	color: #A3CC51;*/
	border-bottom: 3px solid #FFF;
}

#content{
	/*background: url(../images/bgcontent.png) top left no-repeat;*/
	border: 1px solid #A3CC51;
	width: 938px !important;
	min-height: 400px;
	padding: 10px 0px;
	text-align: justify;
	overflow: auto;
}

#content h2{
	color: #A3CC51;
	margin: auto;
	margin-bottom: 20px;
	text-decoration: underline;
}

#content p{
	padding-left: 15px;
	margin: 2px 5px;
}

#eventos_quadro{
	width: 250px;
	border: 1px solid #0099FF;
	background: #F5FAFF;
	margin: 5px;
	float: right;
}

#eventos_quadro h3{
	width: 246px;
	background: #0099FF;
	color: #FFFFFF;
	margin: 0;
	padding: 2px;
}

#eventos_quadro a{
	color: #000033;
	margin: 2px 0;
	padding: 0 3px;
	font-size: 12px;
	border-bottom: 1px dashed #0099FF;
	display: block;
	text-decoration: none;
}

#footer{
	background: url(../images/chakras.png) top left no-repeat;
	background-color: #F76E0F;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 45px;
	padding-bottom: 5px;
}

#footer a{
	color: #FFFFFF;
}