@charset "UTF-8";
/* CSS Document */





#site
	{
		width:950px;
		margin:0px auto;
		
	}
	
#header
	{
		border-bottom:1px solid #666;
		height:80px;
	}

#navigation
	{
		width:200px;
		float:left;
	}
	
#content
	{
		width:750px;
		height:450px; /*Home Page Default Height*/
		float:left;
		overflow:hidden;
	
	}
#sectionnamecontainer
	{
		width:950px;
		height:24px;
		margin-bottom:30px;
	}


/*#footer
	{
		border-top:1px solid #61584c;
		height:40px;
		width:950px;
		float:left;
	}*/
	
.testoFooter
{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
padding-top:8px;
font-size:10px;
color:#61584c;
}

.testoPlayer
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#61584c;
text-align:center;
padding-top:150px;
padding-left:250px;

}



.testoForm
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}



.testoTitoloForm
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}



.testoDescForm
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	
	color:#666;
}




.textInput
	{
		width:520px;
		border:1px solid #CCC;
		margin:0px;
	}

form
	{
	margin:0px;
	border:0px;
	}

textarea
	{
	width:520px;
	height:50px;
	}


















