/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#00275B;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
}
#main {
	width:775px;
	float:left;
}
.topo {
	float:left;
	width:775px;
}
.topo h1 {
	float:left;
	margin:0;
	padding:0;
	line-height:0;
}
.topo h1 a{
	float:left;
	width:775px;
	background:url(images/topo.gif) no-repeat;
	height:81px;
	text-indent:-9999px;
	border:none;
}
.fundo_home {
	float:left;
	width:775px;
	height:393px;
	background:url(images/img_01.gif) no-repeat;
}
.fundo_palestra {
	float:left;
	width:775px;
	background:url(images/img_02.gif) no-repeat;
	height:733px;
}
.fundo_inscrevase {
	float:left;
	width:775px;
	background:url(images/fundo_inscrevase.jpg) no-repeat top left #002A54;
	min-height:400px;
	_height:400px;
}
.fundo_programacao {
	float:left;
	width:775px;
	background:url(images/img_03.gif);
	height:400px;
}
.link_menu {
	float:left;
	width:40px;
}
.link_menu a {
	float:left;
	width:40px;
	text-indent:-9999px;
}
.rodape {
	float:left;
	background:url(images/fundo_rodape.jpg) no-repeat;
	width:775px;
	height:85px;
}
.rodape a {
	float:left;
	text-indent:-9999px;
	height:40px;
	margin:30px 0 0 0;
}
.form_insc {
	float:left; 
	width:700px;
	padding:0 0 0 30px;
}
.form_insc label {
	clear:both;
	float:left;
	width:200px;
	text-align:right;
	padding:0 5px 0 0;
}
.form_insc input {
	float:left;
	border:1px solid #0B2E60;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#001B40;
	color:#fff;
	width:400px;
	margin:0 0 3px 0;
}
.form_insc select {
	float:left;
	border:1px solid #0B2E60;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#001B40;
	color:#fff;
	width:400px;
	margin:0 0 3px 0;
}
.button {
	float:left;
	width:63px;
	height:27px;
	background:url(images/enviar.gif) no-repeat;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
}





