@charset "utf-8";
/* COMO EDITAR UM LIVRO .com */
body {
	margin:0px;
/*	font-family:Tahoma, Geneva, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif; 
	background-image:url(layout/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#0f1f31;
}
h1 {
	font-size:16px;
	font-weight:bold;
	color:#9c4c88;
}
#wraper {
	background-image:url(layout/wraper_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:995px;
	min-height:541px;
	margin:auto;
	padding-top:211px;
}
#corpo {
	background-image:url(layout/corpo_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:825px;
	min-height:342px;
	margin:auto;
	padding-top:6px;
	padding-left:9px;
}
#main_menu {
	width:814px;
	margin-bottom:30px;
}
#conteudos {
	width:422px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:4px;
	background-image:url(layout/box_bg.jpg);
	background-repeat:repeat-y;
	margin-bottom:-4px;
	color:black;
	font-size:13px;
	float:left;
}
#rodape {
	color:white;
	font-size:10px;
	width:760px;
	margin:auto;
	margin-top:10px;
}
#rodape img {
		float:right;
}
#menu_bottom {
	text-align:center;
	margin-bottom:50px;

}
#menu_bottom a {
	text-decoration:none;
	font-size:12px;
	color:white;
}
#menu_bottom a:hover {
	text-decoration:underline;
}