html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
	
body 
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

#container 
{
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 4;
	height: 100%;
}
	
#topo 
{
	margin: 0px;
	text-align: center;
	padding: 0px;
	float: left;
	
}

#topo #logo
{
	width: 594px;
	height: 280px;	
	float:left;
}

#grama
{
	background-image: url(../graficos/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}

#content
{
	width: auto;
	float:left;
}

#fundo
{
	float: right;
	width: 184px;
	background: url(../graficos/bg.gif) repeat-y;	
	height: 121px;
}
	
#bola
{
	width: 184px;
	background: url(../graficos/topo2.jpg) no-repeat;	
	height: 159px;
	float: left;
}

#principal
{
	width: 594px;
	height: 100%;	
	float: left;
	padding-bottom: 150px;
}

#lateral
{
	float: right;
	background: url(../graficos/bg.gif) repeat-y;	
	width: 184px;	
	margin: 0;
        padding: 0px;
	height: 100%;
}

#log
{
	float: right;
	width: 160px;
	padding: 0;
}

#lateralItens
{
	float: right;
	width: 160px;
	padding-top: 11px;
	height: 100%;
}

#menuItens p
{
	margin: 0;
}

.menuItem
{
	color: #fff;
	font-size: 11px;
	border-bottom: 1px dotted #fff;	
}


#log p
{
	text-align: left;
	margin: 0;
	color: #fff;
	font-size: 11px;
}

.lineDashed
{
	background: url(../graficos/line.gif);
	height: 25px;
}


#log .labelLogin
{
	text-align: left;	
	margin-top: 7px;
	color: #fff;
	font-size: 10px;
}

#principal p, h1
{
	margin: 0;	
}

#bloggers
{
    float: right;
    width: 180px;
}

#bloggers #tituloBloggers
{
    font-size: 12px;
    font-weight: bold;
    color: #003300;
    border-bottom: 1px dotted #003300;
}


