/* BASICO */

html, body {
	background: #3174ab url(../imagens/bg_home.jpg) top repeat-x;
	margin: 0;
}

body, table, p {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #000000;
}

a, a:link, a:active, a:visited {
	color: #3174ab;
	text-decoration: none;
}

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

/* IE FIX */
img, div, input { behavior: url(../inc/iepngfix.htc) }

/* LAYOUT HOME */

#header-home {
	background: transparent url(../imagens/bg_header_home.jpg) top center no-repeat;
	height: 370px;
	text-align: center;
}

#content-home {
	width: 768px;
	margin: 0px auto;
}

#content-home-left {
	float: left;
	background: transparent url(../imagens/bg_boxhome_left.png) no-repeat;
	margin-left: 30px;
	margin-top: 18px;
	padding-left: 42px;
	padding-right: 10px;
	padding-top: 10px;
	width: 391px;
	height: 245px;
}

#content-home-right {
	float: left;
	margin-left: 22px;
	margin-top: 18px;
	width: 247px;
}

#footer {
	width: 768px;
	height: 40px;
	margin: 0px auto;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;	
}


/* HEADERS */

h1 {
	font-size:11px;
	font-weight:bold;
	color:#152f6a;
	margin:0px;
}

h1 a, h1 a:link, h1 a:active, h1 a:visited {
	color: #152f6a;
}
