/* CSS Document */

body {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #193051;
}

a {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.formField {
	background: #CCCCCC;
	border: 1px solid #666666;
	font-family: Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	width: 220px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.textField {
	background: #CCCCCC;
	border: 1px solid #666666;
	font-family: Verdana, Tahoma, Trebuchet MS, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	width: 220px;
	height: 100px;
}

#wrapper {
	position: relative;
	background-image: url(../../images/gray_line.jpg);
	background-repeat: repeat-y;
	width: 726px;
	height: auto;
	margin: auto;
}

#top {
	position: relative;
	width: 720px;
	height: 92px;
	left: 3px;
}

#top img {
	border: none;
}

#logo {
	position: absolute;
	width: 540px;
	height: 92px;
}

#ibab {
	position: absolute;
	width: 540px;
	height: 92px;
	left: 180px;
}

#menu {
	position: relative;
	width: 720px;
	height: 40px;
	left: 3px;
}

#content_top {
	position: relative;
	width: 720px;
	height: 21px;
	left: 3px;
}

#content_area {
	position: relative;
	width: 720px;
	height: auto;
	background-image: url(../../images/fundo_cadastro.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
	left: 3px;
}

#content_index {
	position: relative;
	width: 670px;
	height: auto;
	padding-left: 50px;
	padding-bottom: 50px;
}

#content_photos {
	position: relative;
	width: 720px;
	height: auto;
	padding-bottom: 50px;
}

#rodape {
	position: relative;
	width: 726px;
	height: 28px;
	padding-bottom: 50px;
	margin: auto;
}

#rodape img {
	border: none;
}

#footer {
	position: absolute;
	width: 603px;
	height: 25px;
}

#footer_mail {
	position: absolute;
	width: 123px;
	height: 25px;
	left: 603px;
}

#wrapper_bot {
	position: absolute;
	width: 726px;
	height: 3px;
	top: 25px;
}
