body {
	background: url(images/halo.jpg) no-repeat;
	background-position: top left;
	background-color: #869097;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	
}
#cnt {
	width: 950px;
	padding: 30px 0px 0px 30px;
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 410px;	
}
/*LEFT*/
#left {
  /*WIDTH:365;*/
	width: 280px;
	float: left;	
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 15px;
}
#left ul.sub {
	font-size: 11px;
	text-indent: 1px;
	padding: 3px 0px;
	
}
#left ul.sub li {
	padding: 1px 0px;
}
#left li a{
	color: #ffffff;
	text-decoration: none;
}
#left li a.blog {
	color: #000000;
}
#left li a:hover, #left li a.active {
	color: #5a636a;
}
#left_footer {
	position: absolute;
	top: 317px;
}
.logo {
	width: 173px;
	height: 34px;
	display: block;
	background: url(images/logo.png) no-repeat;	
	margin-bottom:5px;
}
.logo span {
	display: none;
}
/*RIGHT*/
#right {
	/*margin-left: 365px;*/
  margin-left: 280px;
	width: 530px;
}

#right_footer{
  margin-left: 280px;
	width: 530px;
	margin-top:150px;
}

#right .cnt {	
	font-size: 13px;
	width: 490px;
	margin-bottom: 30px;
}
.top_links {
	float: right;
}
.top_links, .top_links a {
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
}
.main {
	min-height: 365px;
	margin-bottom: 50px;
	
}
.normale {
	font-size: 13px;
}
.medio {
	font-size: 17px;
	
}
.grande {
	font-size: 26px;
	
}
/*HOME*/
.home_news {
	width: 250px;
	float: left;
}
.home_blog {
	width: 230px;
	margin-left: 300px;
}
.item {
	margin-bottom: 15px;
}
.item .date {
	font-size: 11px;
	color: #ffffff;
}
.item .text {
	font-size: 12px;
}

/*NEWS*/
.news {
	margin-bottom: 30px;
}
.news .title {
	color: #ffffff;
	font-size: 14px;
}
.news .text {
	font-size: 13px;
	padding: 0px;
	margin: 30px 0px;
}
.news .links {
	font-size: 11px;
}
.pages span {
	color: #CCC;
}
.pages .act {
	text-decoration: underline;
	color: #5a636a;
}
.news a {
	color: #ffffff;
}

#upcoming {
	padding: 10px;
	width: 510px;
	background: url(images/upcoming.png);
}

#video {
	margin-top: 10px;
}
/*OTHER*/
h1, h2 {	
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
}
h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {	
	color: #ffffff;
	font-size: 14px;	
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #5a636a;
}

.content a {
	color: #ffffff;
}

.white {
	color: #ffffff;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.little_logo{
  margin-right:3px;
  border:none;
}

.little_logo img{
  border:none;
}
