body 
{
    background:#CCCCCC url(images/bckg.jpg) repeat-x;
    margin:2;
    padding:0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}

#topo
{
    background:#E2E2E2 url(images/bTopo.jpg) repeat-x;
	width:100%;
    height:53px;
}

#topo h1
{
	position: absolute;
	left:40%;	
	top: 25px;
}

#content
{
    margin:5px;
    padding:0;
    height:480px;
}

div#content #thumb
{
	background:#fff url(images/fundo.gif) repeat;
	position:relative;
	top:15px;
	left:55px;
	width:350px;
	height:450px;
	overflow:auto;
	padding:5px;
	padding-left:10px;
	padding-right:0;
}

div#content #thumb img
{
	width:75px;
	height:50px;
}

div#content #thumb
{text-decoration:none}

div#content #foto
{
	position:absolute;
	left:470px;
	top:100px;
	background:#fff url(images/bFoto.jpg);
	width:500px;
	height:375px;
	border:1px solid #E2E2E2;
}

#rodape
{
    background:#E2E2E2 url(images/bRodape.jpg) center repeat-x;
    height:38px;
	margin-top:13px;
	_margin-top:20px;
}

