body {
	background-image:url(imgs/fundo.png);
	background-repeat:repeat-y;
	background-position:center;
	font: 12px verdana;
	line-height:18px;
	background-color: #bc3f15;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body a:link{font-weight:bold;text-decoration:none;color:#666666;}
body a:visited{font-weight:bold;text-decoration:none;color:#666666;}
body a:active{font-weight:bold;text-decoration:none;color:#666666;}
body a:hover{text-decoration:underline;text-decoration:none;color:#bc3f15;}
#caixa_form{
	border-color:#bc3f15;
	border-style:solid;
	border-width:thin;
	padding:10px;
	width:320px;
	margin:auto;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:450px;
	background-image:url(imgs/site_topo.png);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#external { 
	background-attachment:fixed;
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: transparent; 
	padding: 0 0 0 198px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 174px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:114px;
	padding: 0 0 0 24px;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right: 24px;
	margin-top:30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	background-image:url(imgs/favela_pb.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:250px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
} 
#creditos{
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-right:35px;
	padding-top:210px;
}
#margem { 
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	float:left;
	height:42px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(imgs/rodape.png);
	background-repeat:no-repeat;
	background-position:left bottom;

}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	/*border-style:dotted;*/
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
iframe{
	border-color:#bc3f15;
	border-style:ridge;
	border-width:1pt;
}
.img_blog{
max-width:496px;}
.img_picasa{
max-width:120px;
border-style:none;}
.img_titulos{
border-style:none;
margin-bottom:6px;}
.assinatura{
	font:10px verdana;
	color: black;
	text-align:right;
	line-height:18px;
}
.menor{
	font:10px verdana;
	color: black;
	line-height:15px;
}
.cinza{
	color:#666666;
}
.titulo_blog{
	font-weight:bold;
	font-size:14px;
}
.data_blog{
	font:10px verdana;
	color: black;
	text-align:left;
	line-height:18px;
}
.b_recados{
	background-color:transparent;
	margin:6px 12px 12px 12px;
	text-align: left;
	font: 9px verdana;
}
#espacador{
	height:36px;
}
input{
	background-color:#bc3f15;
	color:#FFFFFF;
	border-style:none;
}
textarea{
	background-color:#bc3f15;
	color:#FFFFFF;
	border-style:none;
}
.menu{color:#666666}