@charset "utf-8";
/* CSS Document */

body{
	background: url(../imagens/bg.jpg) fixed;
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	color:#FFF;
	text-align:justify;

}

#content-master {
	margin-left:230px;
}

#topo{
	width:769px;
	height:141px;
	margin-top: 15px;
	text-align:center;
}

#box-master {
	width:769px;
	float:left;
	margin:0 auto;
	background:url(../imagens/bg-BoxMaster.png);
	background-repeat: repeat-y;
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	color:#FFF;
	text-align:justify;
}

.menu {
	width:733px;
	height:35px;
	margin:0 auto;
	background-image: url(../imagens/bg-menu.png);
	background-repeat: repeat-y;
}

#box-content {
	width:520px;
	padding:0 15px 10px 15px;
	float:left;
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	color:#FFF;
	text-align:justify;
	
	
}

#box-content h1 {
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

#box-content p{
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	color:#FFF;
	text-align:justify;
}
#box-content b{
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:justify;
}
#box-content ul li{
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	color:#FFF;
	text-align:justify;
}

#box-content a{
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	color:#FFF;
	text-align:justify;
}

#coluna-direita {
	width:162px;
	float:right;
	margin-right:20px;
	background:url(../imagens/bg-ColunaDireita.png) repeat-y;
	padding-left:20px;
}

.banner {
	width:120px;
	text-align:center;
	
}

#rodape {
	width:769px;
	height:76px;
	background:url(../imagens/bg-rodape.png) no-repeat;
	float:left;
	margin-bottom:15px;
	text-align:center;
	clear:both;

	
}

#rodape ul  {
	list-style:none;
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

#rodape li {
	display:inline;
	padding: 0 10px 0 10px;
	
}

#rodape a  {
	list-style:none;
	font:Verdana, Arial, Georgia, Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.form-input input, .form-textarea textarea{
	border:2px solid #0898a8;
}

form#contato input{margin-left:20px;}
form#contato{
	width:300px;
} 
form#contato label{
	width:230px;
	padding:10px;
	margin-bottom:10px;
	display:block;
	font:bold 12px normal "verdana", Arial, sans-serif;
	color:#A2A2A2;
	text-align:left;
}
form#contato label input{
	width:220px;
	padding:2px 4px;
	float:right;
	border:2px solid #0898a8;
	margin:10px 0 10px 10px;
} 
form#contato label select{
	width:230px;
	float:right;
	border:2px solid #0898a8;
} 
form#contato label textarea{
	width:230px;
	height:60px;
	border:2px solid #0898a8;
	margin-top:10px;
 
}
