* { margin:0; padding:0; }
img { border:0; }
a { text-decoration:none; }

body { 
	height:100%;
	background:#FFFFFF;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	font-size:12px;
}

#bgleft {
	float:left;
	background:#FFFFFF url(../imagens/bg-glamourTV.jpg) no-repeat scroll left top;
	min-height:702px;
	width:410px;
}

#menu {
	margin-left:50px;
	margin-top:500px;
}

#menu ul {
	line-height:20px;	
}

#menu a {
	color:#dd127b;
	text-transform: uppercase;
	font-size:13px;
	display:block; 
	width:100%;
}
#menu a:hover, #menu a.sel { color:#ffffff; }
#menu ul li.sel, #menu ul li:hover { background:#dd127b; }

#menu ul li { width:130px; padding:0px 3px; }

#dir {
	float:left;
	width:560px;
}
.slog {
	float:right;
	margin-top:80px;
	*margin-top:66px;
	display:block;
}
.hr {
margin-top:7px;
*margin-top:0px;
width:100%;
border-bottom:1px solid #dd127b;
clear:both;
padding-top:5px;
}
#conteudos {
	clear: both;
	margin-top:50px;
	margin-left:40px;
}
#conteudos h2 {
	margin-bottom:10px;
	color:#dd127b;
}
#conteudos a {
	color:#dd127b;
	text-decoration:underline;
}
#conteudos .textos {
	float:left;
}
#imagens {
	margin-top:20px;
	background:#FFFFFF url(../imagens/bgImagens.gif) no-repeat scroll left top;
	width:600px;
	height:100px;
}
#imagens img {
	margin-left:20px;
}