 body
	{
	margin:0;
	padding: 0;
	color: #505367;
	background-color: #FFF;
	height: 30px;
	}
	
#container
	{
		margin: auto;
		width: 800px;
		text-align: left;
		background-color: #FFF;
		border: hidden;
	}	
	
#header 
	{
		background: #FFF;
		width:100%;
		left:0;
		bottom:0;
		height:100px;
		background-image:url(../img/Topo1.gif);
		background-repeat:no-repeat;
	}
	
#sep 
	{
		background: #fff;
		width: 100%;		
		height:20px;
	}
	
#menu {
	width:100px;
	background: #900;
	margin-left::150px;
	margin-top::100px;
	position:fixed;
      }

#content 
	{
	float:left;
	width:800px;
	background-color: #FFF;
	height: 600px;
	}

#footer 
	{
	clear:both;
	background:transparent;
	background-image:url(../img/Botton.gif);
	background-repeat:no-repeat;
	}
	
#rodape 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		margin-left:5px;
		text-align:left;
	}
	
#fram
	{
		height:735px;
		width:100%;
	}
	
	
