body{
/*	padding-top: 35px;*/
}

div#all{
	width: 773px;  /*não é 775 devido ao problema de arrendodamento do IE*/
/*	width: 70%;*/
/*	height: 100%;*/
	margin: 35px auto;
}

div#header{
	height: 230px;
	padding-top: 30px;
	position: relative;
}

div#header div#header-region{
	height: 2em;
	width: 75%;
	padding: .5em 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

div#body{
	clear: both;
	width: 100%;
	display: table;
}

div#body .node,
div#body .block{
	margin-left: 2%; 
	margin-right: 2%;
}

div#body .block{
	width: 46%;
}

div#body .node{
	width: auto;
}

div#sidebar-left{
	float:left;
	width: 25%;
}

div#content{
	float:left;
	width: 75%;
}

div#sidebar-left, div#sidebar-right{
	overflow: hidden;
}

div#sidebar-right{
	float: right;
	max-width: 150px;
}
