body,tr,td,ul,li {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: rgb(247, 247, 204);
}

#header {
	padding: 20px;
	background-color: rgb(80, 70, 58);
	color: rgb(255, 255, 255);
	text-align: right;
	font-size: 17pt;
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica,
		sans-serif;
	background-image: url(../images/header.jpg);
}

#page {
	text-align: center;
}

#container {
	border: 1px solid rgb(0, 0, 0);
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin-top: 20px;
	background-color: rgb(255, 255, 255);
}

#menu {
	width: 161px;
	background-color: rgb(233, 227, 205);
	padding-top: 25px;
}

#menu div {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

#menu ul {
	background-color: rgb(233, 227, 205);
}

#menu li {
	padding: 5px 5px 5px 10px;
	font-size: 8pt;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background-color: rgb(245, 242, 233);
	margin-top: 1px;
}

#menu li a {
	text-decoration: none;
	color: black;
}

#menu li a:hover {
	text-decoration: underline;
}

#content {
	padding: 20px;
	width: 535px;
	background-color: rgb(255, 255, 255);
	line-height: 13pt;
}

#content td {
	padding: 10px;
	background-color: rgb(255, 255, 255);
}

#content h1 {
	border-bottom: 1px dotted rgb(153, 153, 153);
	font-size: 13pt;
	color: rgb(154, 93, 10);
	font-weight: bold;
}

#content h2 {
	font-size: 12pt;
	font-weight: bold;
	color: rgb(154, 93, 10);
}

#content h3 {
	font-size: 10pt;
	color: rgb(154, 93, 10);
	font-weight: bold;
}

#content ul,#content li {
	background-color: rgb(255, 255, 255);
	margin-left: 15px;
}

#content .sideInfo {
	float: right;
	clear: right;
	margin-top: 12px;
	margin-bottom: 12px;
}

#content a img {
	border: 0px none;
	text-decoration: none;
}

#content a {
	color: rgb(0, 0, 0);
}

#footer {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	font-size: 7pt;
	padding: 5px;
	background-color: rgb(80, 70, 58);
}

#footer a {
	
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content ul {
	line-height: 175%;
}

.events, .events a {
	font-size: 8pt;
}

.future-events, .past-events {
	padding: 10px;
}
}

.events h3 {
	margin: 0px;
}

.future-events .links {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.event .actions {
	background: #ffffcc;
	border: 1px dotted #ccc;
	text-align: center;
	padding: 10px;
}
.event .actions a {
	font-weight: bold;
}

.inscricao form {
	background: #ffffcc;
	padding: 10px 20px;
	border: 1px dotted #ccc;
}
.inscricao input, .inscricao textarea {
	display: block;
	margin-bottom: 10px;
}
.inscricao textarea {
	width: 100%;
}

.error {
	padding: 10px;
	border: 1px solid red;
	background: #ffddcc;
	font-weight: bold;
}

.success {
	padding: 10px;
	border: 1px solid green;
	background: #ddffcc;
	font-weight: bold;
}