@charset "UTF-8";
/* CSS Document */
html, body {
	height: 100%; /* important for STICKY FOOTER */
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
	background: #FCFAED;
}
img{
	border: 0;
}
a{
	color: #F00;
	text-decoration: none;
}
a:hover{
	color: #F60;
}
a:visited{
	color: #CCC;
}
p{
	margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6{
	margin: 15px 0;
	}
h1{
	font-size: 36px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}

/************** ESTILOS GERAIS **************/
.clearFloat{
	clear: both;
}
.floatleft{
	float: left;
	}
.floatright{
	float: right;
	}

/************** ESTRUTURA **************/
#main {
	width: 400px;
	text-align: center;
	margin: 50px auto;
}
#logo{
	}
#contactos{
	padding: 20px 0;
	border-top: dotted 2px #F30;
	border-bottom: dotted 2px #F30;
	margin: 20px 0;
	}
.column{
	float: left;
	text-align: left;
	}