html{background: #f7f7f7 url(imagens/bg_body.gif) repeat-x top left; margin-top:0px; }
body {margin-top:0;}

/** { padding: 0; margin: 0; }*/

/*body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
*/

#wrapper {
 margin: 0px auto 0;
 /*padding-top:15px;*/
 padding:15px 10px;
 background:#FFFFFF;
 width: 840px;
 /*border-left: 2px solid #999999;
 border-right: 2px solid #999999;*/
}

#header {
 color: #333;
 width: 688px;
 float: left;
 padding: 0 0 10px 10px;
 /*border: 1px solid #ccc;*/
 border-right: 1px solid #eee;
 /*height: 154px;*/
 margin: 0;
 background: #fff;
}

#header_semborder {
 color: #333;
 width: 688px;
 float: left;
 padding: 0 0 10px 10px;
 margin: 0;
 background: #fff;
}

#navigation {
 float: left;
 width: 660px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 10px 0px;
 background: #BD9C8C;
}
#leftcolumn { 
 margin: 0px 0px 5px 0px;
 padding: 0 10px;
 width: 258px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 0 10px;
 width: 397px;
 display: inline;
 border-right: 1px solid #eee;
}

#widecontent { 
 float: left;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 0 10px;
 width: 678px;
 display: inline;
  border-right: 1px solid #eee;
 /*border-right: 1px solid #eee;*/
}

#bigcontent { 
 float: left;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 0 10px;
 width: 535px;
 display: inline;
 /*border-right: 1px solid #eee;*/
}

#rightcolumn { 
 color: #333;
 margin: 0;
 padding: 0 10px 0 10px;
 width: 120px;
 float: right;
}

#footer { 
 width: 820px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.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;
}



#twocol_left { 
 margin: 0px 0px 5px 0px;
 padding: 0 10px;
 width: 380px;
 float: left;
 border-right: 1px solid #eee;
}
#twocol_right { 
 float: left;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 0 10px;
 width: 380px;
 display: inline;

}
