* {
	margin: 0;
	padding: 0; }

/* v1.0 | 20080212 */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
body {
	color: #434141;
	font-size: 14px;
	font-family: georgia, courier, times;
	font-weight: normal;
	background-color: #f5f5f5;
	padding: 0px 50px 30px; }
	
h1, h2 {
    color: #5f6671;
    font-size:20px;
    line-height: 30px;
    font-weight: normal;
    /* word-spacing: .25em; */
    margin-bottom: 10px;
    padding: 15px 18px 24px;
	font-family: georgia, courier, times; }
	
p {
	line-height: 18px; }
	
td {}

a, a:link {
	color: #333;
	text-decoration: none; }
	
a:visited {}

a:hover {
	text-decoration: underline; }
	
a:active {}

#wrapper {
	background-color: #f5f5f5;
	position: relative;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	min-height:600px;
	height:auto !important;
	height:600px; }
	
#content_wrapper {
	position: relative;
	/* padding-left:282px; */
	clear: both; }

#branding {
    padding: 66px 0 0 0; }
    
#header_image {
	position: absolute;
	top: 90px;
	left: 282px; }	

#content_body {
	color: #434141;
	position: relative;
	width: 786px;
	height: 600px;
	float: left;
	padding-bottom: 40px; }	
	
#bx1, #bx2, #bx3 {
    position: absolute;
    top: 0px;
    width: 261px;
    height: 354px;
    padding: 0 1px;
    /* background-color: #ccc; */ }

#bx1{ 
    left:0px;
    background-image: url(../assets/bx_grupo.png);
    background-repeat: no-repeat;}

#bx2{ 
    left:262px;
    background-image: url(../assets/bx_roteiro.png);
    background-repeat: no-repeat;} 
    
#bx3{ 
    left:524px;
    background-image: url(../assets/bx_concurso.png);
    background-repeat: no-repeat;} 
    
p.bx_text {
    padding: 238px 18px 0px;
    font-size: 13px;
    line-height: 16px;}

p.more {
    position: absolute;
    top: 327px;
    left: 19px;}
    
p.more a {
    font-weight: bold;}

p#concurso {
    background-color: #fe5e27;
    color: #fff;
    margin: 10px 18px;
    padding: 2px 8px;
    text-align: center;}    

p.clearme, br.clearme {
	clear: both;
	margin: 0 !important; }
	
#footer {
    position: absolute;
    top: 746px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	/* font-family: arial, helvetica, verdana, sans-serif; */
	letter-spacing: normal;
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px; }
	
#footer a {
	color: #565656;}
	
#footer a:hover {
	color: #f90;
	text-decoration: none; }
	
.over{cursor: pointer; text-decoration: underline;}	
