/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #003333 url(images/back.png) top center repeat-x; 
font-family: Arial, Times New Roman, Times, serif;
font-size: 11px
margin: 2px;
padding: 0px;
}



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


#h4 { color:#FF0000; }


#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                   Top Piece Menu                                        */
/**************************************************/


/** Right **/
#nav {
background: url(images/bgtop5.png) top center no-repeat;
width: 800px;
height: 40px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 100px;
}
#nav li {
 float: left;
 border-right: 1px solid green;
 padding: 10px 9px 1px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: green;
 font: 14px arial, sans-serif;
 font-weight: normal;
}
/* #nav .selected a {
 font-weight: bold;
 font-style:italic;
} */


/* a Tag values    */

a {
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #003333;
	text-decoration: underline;
}

/*
#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 75px;
} 
*/

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header_1.png) top center no-repeat; 
width: 740px;
height: 80px;
margin: 0px 0px 10px 0px;
padding: 60px 0px 0px 10px;
color: white;
font-size: 50px;
text-align: ;
}

/*                    Menu                   */
#menu {
	width: 200px;
	height: 100%;
	margin-left: 10px;
	float: left;
	text-align: center;
}

#menu1 {
width: 5px;
height: 0;
margin-left: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: white;
display: block;
background:  url(images/off5.png) top center no-repeat;
padding: 2px 0 0 10px;
height: 23px;
text-align:left;
}
	
#menu li a:hover {
color:#003333;
background:  url(images/on4.png) top center no-repeat;
padding: 2px 0 0 10px;
height: 23px;
text-align:left;
}


#menu li2 a:link, #menu li2 a:visited {
color: green;
display: block;
background:  url(images/off_itau.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 20px;
text-align: left;
}
	
#menu li2 a:hover {
color: white;
background:  url(images/on_itau.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}



ul {
list-style: none;
margin: 0px;
padding: 0;
text-align: left;
}

ul1 {
list-style-image: url(images/arrow.png); 
margin: 0px;
padding: 0px;
text-align: left;
}

#stuff {
vertical-align: top;
background: top left no-repeat;
width: 520px;
margin: 0px 0px 0px 220px;
padding-top: 5px;
border: 2px white;
text-align: justify;
}

#stuff1 {
vertical-align: top;
background:  top left no-repeat;
width: 740px;
margin: 0px 0px 0px 10px;
padding-top: 5px;
border: 2px white;
text-align: justify;
}


img {
border: none;
} 



/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom4.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}

/***************************************************/
/*                                       Information about the header for all the pages-
/*                                        Same information .. just contains different images.
/*******************************************************/


