body{
	font: 12px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
}
#corpo{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
}
#head{
	margin-bottom: 62px;
	height: 80px;
	background: url(../images/logo.jpg) no-repeat left top;
	padding-top: 25px;
	position: relative;
}
#head #logo{
	position: absolute;
	left: 160px;
	top: 50px;	
	font-size: 21px;
	font-weight: bold;
	word-spacing: 3px;
	text-transform: uppercase;
}
#menu{
	position: absolute;
	bottom: 0;
	left: 160px;
}
#menu li{
	display: inline-block;
	margin-right: 29px;
	text-transform: uppercase;
}
#divRss li{
	display: inline-block;
	margin-bottom: 24px;
}
.itemTitle{
	font-size: 14px;
	font-weight: bold;
}
.itemContent{
	text-align: justify;
}
.itemContent b{
	font-weight: normal;
}
li#login{
	position: absolute;
	bottom: -1px;
	right: -159px;
	background-color: #f1e753;
	padding: 2px 3px 1px;
}
#home img { display: none }
#home img.first { display: block }
#current{
	text-decoration: underline;
}
#privacy{
	margin-bottom: 24px;
}
#privacy h4{
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
}
#privacy p{
	margin-bottom: 6px;
}
/* RSS */
#divRss {
	height: 521px;
}
#divRss img, .ItemContent p, .ItemContent ul{
	display: none;
}
.rssNews, .col_link{
	width: 181px;
	vertical-align: top;
	margin-bottom: 30px;
	text-align: justify;
	margin-right: 35px;
	display: inline-block;
}
.ItemTitle, .col_link h3, .col_studio h3{
	text-transform: uppercase;
	font-weight: bold;
	height: 65px;
}
.ItemContent{
	
}
.ItemContent b{
	font-weight: normal;
	font-style: normal;
}
.last{
	margin-right: 0 !important;
}
.col_link a{
	display: block;
	margin-bottom: 10px;
}
.col_studio{
	width: 230px;
	vertical-align: top;
	margin-bottom: 30px;
	text-align: justify;
	margin-right: 35px;
	display: inline-block;
}
#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 6px 0 6px 0;
}