/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size : 100% }

/* Removes list-style from lists */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Normalizes table settings */
table
{ border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img*/
fieldset
{ border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes quotation marks from q */
q:before, q:after
{ content :''; }

html {
text-align : center;
}

body {
position : relative;
width : 970px;
margin : 0 auto;
text-align : left;
}

img#porto {
border: 1px solid #CCCCCC;
padding: 1px;
background-color: #ffffff;
}

.New_Logo{
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:175px;/*170*/
	height:95px;/*73*/
	background-color:#FFF;
	margin-left:10px;
	background-image:url(../MadinaB.png);
	background-position:top left;
	background-repeat:no-repeat;
	border: 0px solid #000;
}

div#content {
position : relative;
width : 100%;
}

div#content_main {
	left : 341px;
	width : 600px;
}

div#content_sub {
	left : 0%;
	width: 271px;
}

div#branding {
width : 100%;
}

div#site_info {
width : 100%;

}

/* =si_clear_children */
.pc,.sc { position : absolute; top : 0; left : 0; }
.clear_children,.cc_tallest { position : relative; }
/*\*/* html .clear_children { display : inline; } /**/
.cc_tallest:after { content : ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

