.globalContentContainer h2{
	margin-top: 20px;
	margin-bottom: 8px;
}

#content-header{
	display: block;
	border-bottom: 1px #e4edd3 solid;
	margin-bottom: 30px;
}

#header-portes-img{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 200px;
	height: 255px;
	background: url('images/bg_portes.jpg') transparent no-repeat;
	margin: 0px 30px 0px 20px;
	vertical-align: bottom;	
}

#header-portes-text{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	width: 100%;
	vertical-align: top;
	padding-top: 30px;
}

div.portesBlock{
	margin-bottom: 30px;
}

div.portesBlock p{
	padding-bottom: 2px;
}	

table.portesTable{
	margin: 14px 0px;
	border-collapse:collapse;
}

table.portesTable, table.portesTable th, table.portesTable td{
	border: 1px #e4edd3 solid;
}

table.portesTable th, table.portesTable td{
	padding: 10px 25px;
}

table.portesTable td{
	min-width: 200px;
	text-align: right;
}
