/*	CSS Agosto 2004	*/  

img {
	border:0
}

body {
  background: #ccc;
  text-align: center;
  margin: 0;
  padding: 0;
  font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
  line-height: 16px;
  color: #777;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #F9F6C3;
 	width: 690px;
	
}


a {
  color: #c80;
  text-decoration: underline
}

a:hover {
  color: #999;
  text-decoration: none

}

#header {
	background: url(img/header.jpg) top left no-repeat;
	height: 60px;
  	text-align: left;
}  

#header img {
  border: 0;
}

#header a {
  border: 0;
	background: none;
	cursor: pointer;
}

#copyright {
	position: relative;
	margin-top: 8px;
	padding: 5px 3px;
	height: 34px;
  	font-size: 11px;
  	color: #ccc;
	text-align: left;
	background: #ffc;
	border-top: 1px dashed #ccc;
	clear: both;
}

.copylink {
	color: #c80;
}

#content {
	margin: 0;
  	padding: 5px;
	text-align: center;	
  	width: 330px;
  	float: left;
	
}

#sidebar {
	width: 335px;
	margin-left: 340px;
	margin-top: 5px;	
}


#insidebar {
	width: 325px;
	margin: auto;
	text-align: center;	
  	font-size: 11px;
	background: #F9F6C3;
  	line-height: 12px;
	border: 1px solid #ccc
}

#sidebar h2 {
  font-size: 14px;
  margin: 0 0 3px 0;
}

#sidebar p {
  margin: 0 0 10px 0;
}

#sidebar h3 {
  font-size: 12px;
  margin: 0 0 5px 0;
}

p {
  	margin: 0;
	padding: 1px;
}

h1 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 5px;
  font-size: 21px;
  text-shadow: 3px 3px 3px #aaa;
  color: #FFFFCD;
}

h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 5px;
  font-size: 21px;
  text-shadow: 3px 3px 3px #aaa;
  color: #FFFFCD;
}

h3 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
  margin: 5px 0 4px 0;
  padding-left: 5px;
  font-size: 14px;
  color: #999;
}

h3 a {
  font-weight: bold;
  color: #555;
}

h4 {
  margin: 0 0 4px 0;
  font-size: 12px;
}

#video 	{
	width: 320px;
	text-align: center;
	border: 2px inset #f96;
}

#video2 	{
	position: relative;
	width: 160px;
	text-align: center;
	margin: 60px auto;
	border: 2px inset #f96;
	
}

.txt	{ 
	text-align: center;
	font-weight: bold;
	color: #c80;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
}

.nascondi {
	display: none
}

span.download {
	z-index: 5;
	padding: 2px;
	margin: auto;
	float: right;
	text-align: right
}

img.buttons {
	background: transparent
}

a.buttons {
	background: #fff;
}

a.buttons:hover {
	background: #fcc;
}