/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url(images/sfondo.gif);*/
	background-repeat: repeat;
}
a:link{
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
a:visited{
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
a:hover{
		color: #FF3300;

	text-decoration: underline;
}
a:active{
		color: #FF3300;

	text-decoration: underline;
}
#wrapper {
	margin: 0 auto;
	width: 976px;
	background-color: #FFFFFF;
	background-image: url(images/bg_pagina.gif);
	background-repeat: repeat-y;
}
#header {
	color: #333;
	width: 976px;
	float: left;
	height: 109px;
}
#leftcolumn {
	color: #333;
	width: 231px;
	float: left;
	background-color: #FFFFFF;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-left: 12px;
}
#borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#content {
	float: left;
	color: #999999;
	margin: 0px;
	width: 232px;
	display: inline;
	background-color: #FFFFFF;
}
#prevideo {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	font-size: 12px;
	color: #656565;
	line-height: 15px;
}
h2 a:link {
	color: #656565;
}
h2 a:visited {
	color: #656565;
}
h2 a:hover {
	color: #656565;
}
h2 a:acrtive {
	color: #656565;
}

#rightcolumn {
	color: #333;
	background: #FFF;
	margin: 0px;
	width: 495px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#bg_video {
	height: 32px;
	width: 476px;
	background-image: url(images/bg_video.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-left: 5px;
	margin-top: 4px;
}

#footer {
	width: 976px;
	clear: both;
	color: #333;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
#borderbottom ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#borderbottom li {
	display: block;
}
.Stile1 {color: #333333}


h1 {
	font-size: 14px;
	color: #FF3300;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 14px;
	margin-bottom: 5px;
}
#films {
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 10px;
}
#films2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#borderhalftop {
	background-image: url(images/halftop.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-position: left top;
}
h3 {
	color: #F30;
	font-size: 11px;
}
h3 a:link; a:visited {
	text-decoration: underline;
}

