div#side
{
	display:none;
	visibility:none; 
}

div#header h1,div#menu
{
	width:740px;
	margin:0 auto;
	text-align:left;
}

div#header
{
    width:740px;
    border-top:1px solid #EDEDED;
    border-left:1px solid #EDEDED;
    border-right:1px solid #EDEDED;
    margin:0 auto;
}

#container
{
	width:740px;
	margin:0 auto 10px;
	padding:0px 0 10px;
	text-align:left;
	background:#fff url(img/gradiente.png) repeat-x;
    width:740px;
    border-bottom:1px solid #EDEDED;
    border-left:1px solid #EDEDED;
    border-right:1px solid #EDEDED;
}

div#content
{
	float:left;
	display:inline; 
	margin:10px; 
	text-align:justify;
	border:0px solid #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:720px;
}

div#content a{
	text-decoration:none;
}

div#footer
{
	clear:both;
	width:720px;
	margin:0 10px 0;
	padding: 10px 0;
	background: #3F5565;
	color: #ccc;text-align:center;
}
strong.tituloGrande{
    font-size: 17px;
    font-weight: normal;
    font-size-adjust: 5px;
	color:#FF0000;
	text-align:center;
}



