/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#fff url(../images/bgmain.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	background:url(../images/bgwrapper.png) no-repeat;
	margin:50px auto;	
	height:580px;
	width:900px;
	padding-top:10px;
}

#content{
	margin-left:310px;
	padding-top:10px;
	height:446px;
	width:577px
}

#menu{
	margin-left:35px;
	margin-top:35px;
}

#texto{
	width:286px;
	height:410px;
	overflow:auto;
	color:#fff;
	margin-left:20px;
	padding-right:20px;
}

#fotoautor
{
	width:162px;
	height:436px;
	background:#fff url(../images/fotoautor.jpg);	
	float:left;
	margin-right:30px;
}

#backhome
{
	float:left;
}

.livro
{
	background:#fff url(../images/livro.jpg) no-repeat right bottom;
}

.colorgray
{
	color:#858585;
}


.home1{
	background:#fff url(../images/home1.jpg) no-repeat;
}

.home2{
	background:#fff url(../images/home2.jpg) no-repeat;
}

.home3{
	background:#fff url(../images/home3.jpg) no-repeat;
}

#gallery
{
	width:530px;
	height:385px;
	overflow:auto;
}

#gallery ul li
{
    list-style-type:none;
    float:left;
    margin-right:10px;
    margin-top:5px;	
    margin-left:30px;
}  