/* CSS I Encontro de História do Vale do Paraíba */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #f1efeb;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h2 {
	color: #003300;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px;
}

p {
	margin: 0px;
	padding: 5px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
	padding: 0px;
	border: none;
}

#main {
	width: 750px;
	margin: 0px auto;
}

#top {
	color: #333333;
	background: url(../img/bg_top.gif) no-repeat -21px top;
	height: 480px;
}

#top a {
	color: #fff;
}

#logo {
	width: 230px;
	height: 170px;
	float: left;
}

#infos {
	width: 500px;
	height: 81px;
	float: right;
	text-align: right;
	padding-top: 15px;
	font-size: 12px;
	color:#fff;
}

#infos {
	width: 500px;
	float: right;
}

#menu {
	float: right;
	width: 260px;
	height: 35px;
	margin-top: 15px;
}

#gratis {
	width:333px;
	line-height: 68px;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
	height:68px;
	background:url(../img/gratis.gif) left top no-repeat;
}

#middle {
	padding: 25px 0px;
	color: #333333;
}

.colunas {
	float: left;
	width: 350px;
}

#precos {
	width: 270px;
	height: 223px;
	padding: 15px;
	background: url(../img/bg_box.gif) no-repeat left top;
}

#inscricao {
	width: 695px;
	height: 373px;
	background: url(../img/bg_form1.gif) no-repeat left top;
	margin-top: 15px;
	padding: 10px;
}

#contehistoria {
	width: 695px;
	background: url(../img/bg_form2.gif) no-repeat left top;
	margin-top: 15px;
	padding: 10px;
}

#contehistoria, #inscricao { display: none; }

.hackfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}