@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../img/bg.jpg) repeat-y;
	background-position:center;
	color: #666;
}

a {
	text-decoration: none;
	color:#666666;
}

a:hover {
	text-decoration:underline;
	color:#333333;
}

/*-----------------------------------CONTAINER-----------------------------------*/

#container {
	margin: auto;
	width: 860px;
}

/*-----------------------------------HEADER-----------------------------------*/

#headertop {
	background:url(../img/banner.gif) no-repeat center;	
}

#header {
	margin:auto;
	width: 860px;
	height: 200px;
}

/*-----------------------------------CONTEUDO-----------------------------------*/
#conteudo {
	margin-left: 10px;
	margin-bottom: 40px;
	float:left;
	width: 650px;
}

#conteudo h2 {
	font-size: 12px;
	color: #123961;
	margin-top: 10px;
	padding-left: 20px;
	border-bottom: solid 1px #999999;
}

#conteudo h3 {
	font-size: 12px;
	margin: auto;
	padding-left: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
	
}

#conteudo p {
	padding: 5px 20px 0 10px;
}

.foto {
	float:left;
	margin-right: 10px;
	margin-left: -10px;
}

.bold {
	font-weight:bold;
}

#formbox {
	width: 650px;
	height: 185px;
}

#formbox1 {
	float:left;
	width: 310px;

}

#formbox2 {
	float: right;
	width: 310px;
}

#formboxsec {
	width: 650px;
}

#formbox3 {
	float: left;
	width: 310px;
}

#formbox4 {
	float: right;
	width: 310px;
}

li {
	list-style: none;
	line-height: 15px;
}

/*-----------------------------------FOOTER-----------------------------------*/
#footer {
	width:100%;
	height: 100%;
	clear:both;
	border-top: double;
	border-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}


