
body {
	margin: 0px;
	padding: 0px;
	background: #000;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

.hide{ display:none; }

.inscrever td{ text-align:right; }

.header_inscricoes td{ font-weight:bold; text-align:center; min-width:4%; }
.inscricoes_rows td{ text-align:center; }

.inscricoes{ border:thin solid #999999; }
.inscricoes td{ border:thin solid #999999; padding:2px; }

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	border-top:0px;
}

/* Header */

#header {
	width: 900px;
	height: 120px;
	margin: 0px auto;
	background:#033e82;
	text-align:right;
	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #033e62;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	background: url(images/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: left;
	padding-left:8px;
	padding-right:8px;
	width: 98%;
	padding:20px;
	padding-left:8px;
	padding-top:2px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 40px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	padding-bottom:10px;
}

#footer p {
	margin: 0px;
	padding: 14px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}