body{
	margin: 0;
	padding: 0;
	text-align: center;
}
ul, ol{
	color: #ffffff;
}
#pagina{
	width: 1002px;
	height: 704px;
	font-family: tahoma;
	font-size: 12px;
	text-align: left;
	background-image: url(imagens/fundo_site_yoga2.jpg);
}
#pagina2{
	width: 1002px;
	height: 704px;
	font-family: tahoma;
	font-size: 12px;
	text-align: left;
}
#conteudo{
	float: right;
	width: 450px;
	height: 460px;
	overflow-y: scroll;
	/*background-color: #C4262F;*/
	margin-right: 200px;
	margin-top: 235px;
}
#conteudo p,ul{
	color: #ffffff;
	text-align: justify;
	font-size: 12px;
	padding: 5px;
}
#menu{
	float: left;
	width: 147px;
	height: 264px;
	margin-top: 235px;
	margin-left: 190px;
}
#menu ul{
	list-style-type: none;
	margin: 0;
	margin-top: -5px;
	line-height: 110%;
}
.link1{
	color: #9A1B0C;
	text-decoration: none;
	font-size: 11px;
}
.link1:hover{
	text-decoration: underline;
}
.link2{
	color: #ffffff;
	text-decoration: none;
}
.link2:hover{
	text-decoration: underline;
}