@charset "utf-8";
/* CSS Document */
html{
	width:100%;
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#ffffff;
	background-image:url(imagens/bg_pagina.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
*{
	margin:0;
	padding:0;
}
p{
	padding:0px;
	margin:0px;
	line-height:20px;
	color:#000000;
}
#principal{
	width:940px;
	height:650px;
	margin-top:99px;
	padding-bottom:100px;
	background-image:url(imagens/bg_corpo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	margin-left:-470px;
	float:left;
}
#esquerda{
	width:265px;
	height:650px;
	float:left;
}
#logotipo{
	width:265px;
	height:118px;
	float:left;
	background-image:url(imagens/logo_majca.png);
	background-repeat:no-repeat;
	background-position: 20px;
	margin-top:20px;
	cursor:hand;
}
#menu_principal{
	width:265px;
	height:460px;
	float:left;
	margin-top:52px;
}
#menu_principal ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
#menu_principal li{
	width:245px;
	height:30px;
}
#menu_principal a{
	width:245px;
	height:30px;
	text-decoration:none;
	float:left;
	font-weight:bold;
	color:#000000;
	padding-left:20px;
	line-height:30px;
}
#menu_principal a:hover{
	color:#bcbec0;
}
#menu_principal span{
	width:245px;
	height:30px;
	text-decoration:none;
	float:left;
	font-weight:bold;
	color:#bcbec0;
	padding-left:20px;
	line-height:30px;
}
#direita{
	width:675px;
	height:650px;
	float:left;
}
#conteudo{
	width:675px;
	height:550px;
	float:left;
	margin-top:100px;
}