/* Corpo */

body{
	margin:0 0 0 0;
	font-family:"Segoe UI";
	font-size:12px;
	background-attachment:fixed;
	background:#c4c5c5 url(images/bg.jpg) top center no-repeat;
	overflow-y:scroll;
}
#tagBody{
	position:relative;
	width:978px;
	height:768px;
	display:block;
}

/* Definições */

a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#ff4040;
}
#divise{
	position:relative;
	width:100%;
	border-top:#cacaca dotted 1px;
}
.word_top{
	font-weight:normal;
	color:#ff4040;
}

/*  Logotipo */

#logo{
	position:relative;
	width:100%;
	height:91px;
	margin:30px 0 40px 3px;
}
.banner_top{
	position:absolute;
	top:-80px;
	left:-1px;
	width:729px;
}

/* Menu */

#menu{
	position:relative;
	width:250px;
	height:525px;
	margin: 0 10px 0 10px;
	background:url(images/whiteBg.png);
	border:#acacac solid 1px;
}
#copy{
	position:relative;
	font-size:10px;
	color#acacac;
	text-align:center;
	width:100%;
}

/* Conteudos */

#conteudo1{
	position:relative;
	width:729px;
	height:525px;
	margin: 0 10px 0 0;
	background:url(images/whiteBg.png);
	border:#acacac solid 1px;
}
#titleCont{
	position:relative;
	text-transform:uppercase;
	display:block;
	margin-bottom:7px;
}
#text1{
	position:relative;
	font-size:12px;
	line-height:23px;
	padding:10px 10px 10px 15px;
}
#text2{
	position:relative;
	font-size:12px;
	line-height:23px;
}
#tableCont{
	position:relative;
	width:690px;
	margin:-3px;
}

/* Imagens */

#img01{
	position:relative;
	width:300px;
	height:313px;
	margin:10px 0 0 10px;
}
#img02{
	position:relative;
	width:300px;
	height:170px;
	margin:-20px 0 0 10px;
}

/* Menu de Baixo */

#menuDown{
	position:relative;
	background:url(images/whiteBg.png);
	margin:30px 0 0 10px;
	width:250px;
	height:25px;
	font-size:9px;
	text-align:center;
	line-height:26px;
	border:#acacac solid 1px;
}

/* Formulário */
#tableForm{
	position:relative;
	font-family:"Segoe UI";
	font-size:12px;
}
input, textarea{
	position:relative;
	font-family:"Segoe UI";
	font-size:12px;
}
textarea{
	width:590px;
	height:90px;
	overflow:auto;
}
.btn{
	float:right;
	width:90px;
}

/* Contador */
.contador{
	position:relative;
	margin:30px 0 0 0;
	float:left;
}