@import url("reset.css");
* {
	behavior: url("pngbehavior.htc");
}
img a {
	border: 0;
}
body {
	background: url("../imagens/bg.png") repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial;
}
a, a.visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#mainContainer {
	width: 932px;
	background: url("../imagens/bg_container.png") repeat-y;
	height: 100%; /* this is the key! */
	position: absolute;
	left: 50%;
	margin-left: -492px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	vertical-align: top;
	min-height: 100%;
}
body #mainContainer {
	display: table;
}
#header {
	background: url("../imagens/bg_header.png") repeat-x;
	height: 110px;
	width: 952px;
	padding: 0 !important;
	overflow: hidden;
}
#header h1 {
	text-indent: -9999em;
	background: url("../imagens/logo.png") no-repeat;
	width: 571px;
	height: 110px;
	margin-top: 1px;
	margin-left: 40px;
	_margin-left: 20px;
	float: left;
}
#header h2 {
	float: right;
	text-indent: -9999em;
	background: url("../imagens/softwareby.gif") no-repeat;
	width: 160px;
	height: 100px;
	margin-right: 15px;
	margin-top: 5px;
	cursor: pointer;
}
ul#nav li {
	list-style: none;
	float: left;
	height: 27px;
	padding-top: 13px;
	background: url("../imagens/bg_menu.png") repeat-x;
	margin-right: 2px;
	text-align: center !important;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
ul#nav li a, ul#nav li a:visited {
	color: #000;
	display: block;
	text-align: center !important;
}
ul#nav li a:hover {
	color: #069;
}
ul#nav, ul#content {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}
li#navHome {
	width: 178px;
}
li#navAbout {
	width: 187px;
}
li#navCalendar {
	width: 149px;
}
li#navNews {
	width: 158px;
}
li#navPhoto {
	width: 105px;
}
li#navSponsors {
	width: 146px;
}
li#navContact {
	width: 124px;
	margin-right: 0 !important;
}
#gallery {
	clear: left;
	background: url("../imagens/arte.jpg") no-repeat;
	width: 952px;
	height: 208px;
	border-top: 2px solid #FFF;
}
#gallery h1 {
	text-indent: -9999em;
}
#mainContent {
	background: url("../imagens/bg_containerInside.png") repeat-x;
	border-top: 2px solid #FFF;
}
#mainContent h4 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#mainContent h3 {
	font-size: 24px;
	font-weight: bold;
}
ul#content li {
	float: left;
	list-style: none;
	height: 125px;
	overflow: hidden;
	border-bottom: 2px solid #9FB5C7;
	background: url("../imagens/bg_div.png") repeat-x;
	margin: 12px;
	_margin: 10px;
	margin-right: 0;
	padding: 12px;
}
li#inscricoes {
	width: 300px;
}
li#news {
	width: 266px;
}
li#rules {
	width: 266px;
}
ul#content {
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h5 a, h5 a:visited {
	color: #F90;
}
li#news p {
	font-size: 11px;
	line-height: 160%;
	text-align: justify;
}
li#news p a, li#news p a:visited {
	color: #000;
}
h4 {
	margin-bottom: 5px;
}
h4#sp {
	width: 925px;
	border-bottom: 0px solid #C2D9EA;
	padding-bottom: 5px;
	margin-left: 15px;
*margin-top: 10px !important;
}
.botao {
	color: #395975;
	font-size: 15px;
	font-weight: bold;
	float: right;
	background: url("../imagens/triangulo.gif") top right no-repeat;
	padding-right: 40px;
	margin-top: 30px;
}
.botao a, .botao a:visited {
	color: #395975;
}
ul#sponsors {
	margin-left: 15px;
}
ul#sponsors li {
	list-style: none;
	float: left;
	margin: 10px 16px 0 0;
}
#title {
	height: 60px;
	background: url("../imagens/bg_titulo.png") repeat-x;
	clear: left;
}
#title h2 {
	padding-top: 15px;
	padding-left: 25px;
	font-size: 24px;
	font-weight: bold;
}
#texto {
	padding: 15px;
	margin: 12px;
	margin-bottom: 20px;
}
#texto p, #texto ol li, #texto ul li {
	line-height: 200%;
	text-align: justify;
	margin-bottom: 20px;
	font-size: 12px;
}
#texto ol, #texto ul {
	margin-left: 15px !important;
	color: #333;
}
#texto ol {
	margin-left: 20px !important;
}
#texto ol li, #texto ul li {
	margin-bottom: 3px;
}
#texto ul {
	margin-bottom: 10px;
}
strong, h2 {
	font-weight: bold !important;
}
input, select, textarea {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #CCC;
}
input#ok {
	font-size: 12px;
}
label {
	margin-right: 5px;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #000;
}
p {
	font-size: 12px;
}
html, body {
	/* get rid of default spacing on the edges */
    margin: 0;
	padding: 0;
	/* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;
	/* fill the height of the browser */
    height: 100%;
}
.orange {
	color: #F90 !important;
}
#footer {
	height: 10px;
}
