/* ---------------------*/
/* BMRB 2009          	*/
/* Fábrica dos Contos 	*/
/* ---------------------*/

/* -- reset */
html, body, div, span, p, 
h1, h2, h3, h4, h5, h6, blockquote, pre,
em, font, img,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
}

/* -- sides */
#left { float: left; }
#right {	float: right; }
#bot { clear: both; }
#spacer { height: 10px; }


/* -- main */
body {
	background: #D1DCE0 url('../images/bg.gif') top left; 
	padding: 10px; 
}
a { color: #a40000; text-decoration: none; }
a:link { color: #a40000; text-decoration: none; }
a:visited { color: #a40000; text-decoration: none; }
a:hover { color: #a40000; text-decoration: underline; }
hr { clear: both; border: 1px; border-top: 1px dotted #AAA; width: 100%; height: 1px; padding:0; }


/* -- wrappers */
#main {
	margin: 0px auto;
	width: 950px;
	border: 1px solid #B4BEC1;
}
#top {
	background-color: #ECF0F2;
	border-bottom: 2px solid #cccfd1;
}
#titlebar {
	background-color: #396482;
	padding: 12px;
	border-bottom: 2px solid #315670;
	color: #FFF;
}
#b_box { 
	font-family: Georgia, Garamond, serif;
	font-size: 15px;
	background: #BCC5CB url('../images/1_bg.gif') bottom left repeat-x;
	padding: 15px;
}
#y_box {
	font-family: Georgia, Garamond, serif;
	font-size: 15px;
	background: #E4D4B1 url('../images/2_bg.gif') bottom left repeat-x;
	padding: 15px;
}
#r_box {
	float: right;
	background-color: #DF737C;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 2px 6px;
	color: #000;
}
#footer {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: auto auto;
	width: 950px;
	text-align: center;
}


/* -- buttons */

.but {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 2px 6px;
	background-color: #7594A8;
	border-top: 1px solid #A3B7C5;
	border-left: 1px solid #8CA5B7;
	border-right: 1px solid #506878;
	border-bottom: 1px solid #3B4F5C;
}
.but:link { color: #FFF; }
.but:visited { color: #FFF; }
.but:hover { background-color: #95ACBC; color: #FFF; text-decoration: none; }
