#wrapper{ position:relative;margin: 0 auto; width: 960px;}
#outerColumnContainer{background-color: #fff;	border-style: solid;
	border-width: 0 14em;	/* side border widths must equal the widths of the left and right columns. */
	border-left-color: #f7fbfe;	/* left hand column background color */
	border-right-color: #f7fbfe;	/* right hand column background color */
	color: #000;
	z-index: 1;
}
* html #outercolumncontainer
{
	/* IE5.0/Win fix for 1px whitespace between masthead and body. 
	 * The case-incorrect selector is on purpose. IE5.0 and IE5.5 are
	 * case insensitive and I'm targeting IE 5.0. 5.5 doesn't get hurt
	 * by this extra margin work.
	 */
	margin-top: -1px;
	border-top: solid 1px #000;
}
#innerColumnContainer
{
	border-style: solid;
	border-width: 0 0px;	/* puts borders between middle and the side 
				   columns. */
	margin: 0 0px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 2;
}
html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

.inside
{
	padding: 0.2em 1.5em;	/* glitch in IE caused by vertical padding in
				   this class, so 0 padding is set here and
				   those blocks that need the vertical padding
				   must be applied to the parent element.
				   the purpose of this class is to provide 
				   horizontal padding without using hacks to
				   get around IE's broken box model. so it's
				   okay to apply vertical padding to the parent
				   element, just not horizontal padding. */
}



#leftColumn, #rightColumn, #contentColumn{float: left;overflow: visible;position: relative;	z-index: 10;}
#leftColumn
{
	margin: 0 1px 0 -14em;	/* the margin on the side the column is to be
				   rendered on must be the negative equal of 
				   the column's width. The opposite border must
				   be 1px */
	width: 14em;
}
#rightColumn
{
	float: right;	/* doesn't have to be floated right, but if using some
			   original skidoo tweaks, you need it this way */
	margin: 0 -14em 0 1px;	/* same as in the #leftColumn but reversed */
	width: 14em;
}
#rightColumn .inside
{
	font-size: 90%;	/* because the parent element ( #rightColumn )
			   defines its width in EMs, we can't change the font 
			   size in that selector, otherwise the column won't use
			   the entire width reserved for the column */
}
#contentColumn
{
	margin: 0 -1px 20px -1px;		/* required to get the negative margin-based
				   layout to work. if #contentColumn does not
				   overlap the left and right columns, then
				   the whole layout will break */
	width: 100%;
}

#leftColumn, #centerColumn, #rightColumn
{
	padding-bottom: 0.5em;	/* this is the vert padding talked about in the
				   .inside selector comment. */
}

#logo{position:absolute;left: 21px;top: 36px;}
#banner{position:absolute;left: 376px;top: 14px;background:#FFFFFF;	width: 468px;	height: 60px;	border: #000 1px solid;}
#top{background:url(../img/logo_fundo.jpg);height: 95px;}
#address{background:url(../img/footer_fundo.jpg);text-align:center;height:43px;color:#FFFFFF;size:10px;}
#nav_bar{background:#003366;	height:19px;border: 1px solid #FFFFFF;}

#menu{position:absolute;left:182px;top:95px;}
