body {
	background-color:#666666;
	background-image:url(../imgs/bg_site.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	margin:0;
	
}

#site {
	width:900px;
	border-left:#4f2104 5px solid;
	border-right:#4f2104 5px solid;
	background-color:#e2e1e1;
	margin:auto;
}

#top {
	height:408px;
	background-image:url(../imgs/top.jpg);
}

#menu {
	float:left;
	margin-top:170px;
	margin-left:68px;
	z-index:1;
}
	
#itemMenu {
	width:180px;
	border-bottom:dotted;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	padding:5px;
}

#title {
	position:relative;
	left:550px;
	top:372px;
	width:330px;
	height:31px;
}

#conteudo {
	clear:both;
	margin-top:0px;
}
#content_left {
	text-align:center;
	padding:15px; 
	float:left;
	width:249px;
	z-index:2;
}
#itemContent {
	width:140px;
	border-bottom:dotted;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	padding:8px 5px 5px 5px;
}
#content {
	text-align:justify;
	float:left; 
	width:586px;
	padding:0px 15px 10px 15px;
	
}
#menuBottom {
	border-bottom-style:dashed;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	width:280px;
	margin:auto;
	padding:5px 5px 5px 5px;
	
}

#itemBottomMenu {
	float:left;
	text-align:center;
}
.linksMenu {
	padding: 20px 5px 5px 5px;
	display:block;
	width: 60px;
	text-decoration: none;
	font-size: 12px;
	color:#333333;
}
.linksMenu:hover {
	background-color:#FF9900;
	color:#333333;
}

.linkChecked {
	padding: 0px 0px 0px 10px;
	display:block;
	width: 149px;
	text-decoration: none;
	background-color:#F5E400;
	color:#0A3E52;
	font-weight:bold;
}

.menu {
	font-size:12px;
	text-decoration:none;
	color:#333333;
}
.menu:hover {
	font-size:14px;
	color:#FF6600;
}


#bottom {
	clear:both;
	padding:6px;
	font-size:9px;
	color:#666666;
	text-align:right;
}
#info {
	width:180px;
	text-align:left;
	font-size:11px;
	color:#663300;
	padding:40px 0px 0px 20px;
}

.style1 {
	font-size: 24px;
	color: #D69D00;
}

	 .style2 {color: #999999}
.style4 {color: #463741}
#foto {
	margin:auto;
	background-color:#FFFFFF;
	padding: 10px;
	width: 350px;
	border: 1px solid #999;
}

.style2 {color: #999999}
.style4 {
	font-size: 16px;
	color: #C08E49;
}
.style5 {color: #666666}
.style6 {font-size: 14px}
.style7 {color: #D69D00}
.style8 {color: #463741}
.style9 {font-size: 12px}
.style10 {color: #666666}

/*	|	FORMULÁRIO	|	*/

input {
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-bottom: 1px solid #D5D5C8;
	border-right: 1px solid #D5D5C8;
	background-color: #E3DFD8;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:14px;
	vertical-align:middle;
	font-weight: normal;
	cursor: text;
	padding:2px;
}

input:focus {
	border: 1px solid #717042;
	color: #717042;
}

input:hover {
	border: 1px solid #666;
}

.botaoSubmit{
	margin-right:17px;
	height:20px;
	_vertical-align:middle;
	background: url(../imgs/fundoSubmit.gif) repeat-x;
	border: #666 1px solid;
	font-size:11px;
	color:#333;
	width: 115px;
	text-align:center;
	cursor: pointer;
}

.botaoSubmit:hover{
	background:#e7e7e7;
	border: 1px solid #717042;
	color:#717042;
}

textarea {
	border-left: 1px solid #AFAEAA;
	border-top: 1px solid #AFAEAA;
	border-bottom: 1px solid #D5D5C8;
	border-right: 1px solid #D5D5C8;
	background-color: #E3DFD8;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	font-weight: normal;
	cursor: text;
	padding:2px;
}

textarea:focus {
	border: 1px solid #717042;
	color: #717042;
}

textarea:hover {
	border: 1px solid #666;
}

/*	|	ERRO	|	*/
#erro {
	margin-bottom: 3%;
	width:97%;
	background-color: #E3DFD8;
	border: 1px solid #BC2A4D;
	color: #BC2A4D;
	padding:1%;
}

#erro p{
	font-size:11px;
	margin:0;
	padding:2px
}

/*	|	PROCESSANDO	|	*/
#processando{
	margin-bottom: 3%;
	width:97%;
	background-color: #D9E1D9;
	border: 1px solid #26651F;
	color: #26651F;
	padding:1%;
}

#processando p{
	font-size:11px;
	margin:0;
	padding:2px
}
