
/**************************** GERAL ****************************/
*{
	margin: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
}

body{
	color: #010101;
	font-size: 13px;
}

a{
	color: #010101;
}

input, select, textarea{
	font-size: 13px;
}

img{
	border: 0;
}

ol, ul, li{
	padding: 0;
}


h3{
	padding-bottom: 6px;
	color: #2189c0;
	font-weight: normal;
	letter-spacing: -1px;
}

.quebra{
	clear: both;
	height: 1px;
	font-size: 0;
}


/**************************** SITE ****************************/
div.siteBg{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	background: #e2ded0 url(img/site_bg.jpg) center top;
}
div.siteArea{
	width: 900px;
	width: 1000px;
	height: 850px;
	margin: 0 auto;
}