/* CSS Document */


body{
	background-color:#CDE5FF;
	/*background:#CDE5FF;*/
	background-image:url(../../images/down.jpg);
	width:770px;
	min-height:500px;
	margin:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#topo{
	float:left;
	background-image:url(../../images/topo.jpg);
	width:100%;
	height:145px;

}

#menu{
	float:left;
	background-image:url(../../images/menu.jpg);
	/*position:relative;*/
	width:217px;
	height:400px;
}


#conteudo{
	float:left;
	width:500px;
	margin-left:20px;
	min-height:400px;
}


#conteudo #animation{
	width:359px;
	border-collapse: collapse; 
	position:absolute; 
	left:290; 
	top:327;
	height:137px;
	margin-left:20px;
	margin-top:150px;
	
}

#conteudo #animation #left{
	width:115px;
	float:left;
	height:137px;

}

#conteudo #animation marquee{
	width:212px;
	height:137px;
	float:left;

}

#conteudo #animation #right{
	width:32px;
	float:left;
	height:137px;

}
