*{
	margin:0;
	padding:0;
	text-decoration:none;
}
body{
background:#131f83 url("../img/fundotop.jpg") repeat-x center top;
background-attachment: fixed;
	margin:0;
	padding:0;
}

#siteHolder{
	width:860px;
	margin:0 auto;
}

#header{
	float:left;
	width: 100%;
	clear:both;
}
#logo{
	float:left;
	width:860px;
	height:150px;
	margin-top:20px;
	margin-left:5px;
	background:	url("../img/titulo.gif") no-repeat left top;
}

#introBox{
	width:680px;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
	line-height: 26px;
	font-family:Palatino Linotype;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

#cadaBox{
	font-family:Arial;
	font-size:16px;
	color:#131F83;
	text-align:center;
	width:477px;
	height:290px;
	margin:auto;
	padding-top:30px;
	background:	url("../img/fundobox2.gif") no-repeat left top;
	vertical-align: bottom;	
}

.cadaSub{
	width:440px;
	margin:20px auto;
	margin-bottom:0px;
	text-align:center;
}

input.formFld {
	margin:auto;
	width:390px;
	padding:3px 5px 3px 5px;
	background-color:#fdfdfd;
	border:3px inset #999;
	font-family:Arial;
	font-size:26px;
	text-align:center;
	color:#333;
}

img{
	border:0px;
}

div.formBtn{
	margin:auto;
	width:250px;
	padding:10px 0px 10px 0px;
	border:4px outset #39F;
	background-color:#131f83;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	color:#FDEC00;
}
a div.formBtn:hover{
	border-style:inset;
	cursor:pointer;
}

/*
#menu{
	float:right;
	clear:right;
	background-color:#fff;
}

#menuQuem{
	width:96px;
	background-image:url('../img/menuQuem.gif');
}

.menuItem{
	float:left;
	height:55px;
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
}

a .menuItem:hover,
.menuSel{
	background-position:left bottom;
}

*/

#corpo{
	float:left;
	width:100%;
	margin-bottom:30px;
}

#footer{
	clear:both;
	width:100%;
	height:150px;
	margin:auto;
	border-width:5px 0px 0px 0px;
	border-style:solid;
	border-color:#FDEC00;
}

#f_menu{
	width:100%;
	text-align:center;
	margin:10px auto;
}

#f_menu a{
	font-family:Arial;
	font-size:14px;
	color:#fff;
}
#f_menu a:hover{
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
}