@import url("layout.css");
body {
	font-family: "Times New Roman", Times, serif, sans-serif;
    color:teal;
    	background-color: #ffffff
}
#container {
	border-top: 2px solid #a0a0a0;
	border-right: 2px solid #a0a0a0;
	border-bottom: 2px solid #a0a0a0;
	border-left: 2px solid #a0a0a0;
	background-color: #ffffFF;
}
#masthead {
	text-align: left;
	background-color: #ffffff;
	background-image: url("../images/2masthead_image.jpg");
	background-repeat: no-repeat;
	
}
#navigation {
	border-top: 0px solid #ff9933;
 height:50px;
   text-align:center;
	background-color: #ffffff;
}
#menu  {
	  margin:0px;	
	  border: 2px solid #a0a0a0;	  
}

#menu a {
	color: #FFFFFF;
	font-family:"Arial"; text-decoration:none; font-weight: bold
}
#menu a:visited {
	color: #FFFFFF;
		font-family:"Arial"; text-decoration:none
}
#menu a:hover {
	color: #FF6600;
		font-family:"Arial"; text-decoration:none
}
.style1 {
	border: 0px solid #FF9933;
	font-weight:bold;
	
}

.stylebordo {
	border: 1px solid #FF9933;
}

html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 600px;
	padding: 10px;
	background-color: #ffffFF;
 margin:0px
}
html>body #column_l {
	width: 600px;
	padding: 5px 15px;
	background-color: #ffffff;
}
#film {
	width: 570px;
	padding: 10px;
	background-color: #ffffFF;
 margin:0px
}
html>body #film {
	width: 570px;
	padding: 5px 15px;
	background-color: #ffffff;
}
#column_r {
	width: 180px;
	padding: 5px 15px;
	background-color: #ffffFF;

}
html>body #column_r {
	width: 180px;
	padding: 5px 5px;
	background-color: #ffffff;

}
#content {
	background-color: #ffff99;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #fff;

}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Titolo */
#masthead h1 {
	color: #ffff99;
	letter-spacing:24px
}
#masthead h3 {
	color: #ffff99;
	margin-top: 0.1em;
}
/* Struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	 color: maroon;
	display: block;
	padding: 1px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: red;
	border: 1px solid #c77;
	background-color: transparent;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: maroon;
	display: block;
	padding: 1px;
	border: 1px solid #cdc;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: red;
	border: 1px solid #c77;
	background-color: transparent;
}
.header a:hover {
	color: #cococo;
}

.bordo {
	border: none; cursor: hand
}
.toplink a {
	font-weight: bold;
	text-decoration: none;

}
.links {
	font-weight: bold;
	text-decoration: none;
	color:  #ff6600;

	padding: 5px;
	border: 0px solid;
}
.linpic {
	font-weight: bold;
	text-decoration: none;
	color:  #ff6600;
	font-size: x-small;
	padding: 1px;
	border: 0px solid;
}

.titolo {
	font-weight: bold;
	text-decoration: none;
	color:  #ff6600;
    font-size:large;
	padding: 5px;
	border: 0px solid;
}
.titoloteal {
	font-weight: bold;
	text-decoration: none;
	color:  teal;
    font-size:large;
	padding: 5px;
	border: 0px solid;
}
.errore {
	font-weight: bold;
	text-decoration: none;
	color:  red;
    font-size:medium;
	padding: 5px;
	border: 1px solid;
}
.istruz {
	font-weight: bold;
	text-decoration: none;
	color:  red;
    font-size:small;
	padding: 5px;
	border: 1px solid;
}

.column_r a {
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
.column_r a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ff6600;
	border: 1px solid #c77;
	background-color: transparent;
}

/* Colonna destra */
#column_r img {
	border: 1px solid #808080;
}
/* Tipografia sito */

li {

	color: teal;
	font-family: "Arial Unicode MS"
}

ul {

	color: teal;
	font-family: "Arial Unicode MS"
}

h1 {
	font-size: xx-large;
	color: #ffff99;
	font-family:"Arial Unicode MS"
}
h2 {
	font-size: x-large;
	color: teal;
}
h3 {
	font-size: large;
	color: teal;
}
h4 {
	font-size: small;
	color:#808080
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* PiÃ¨ di pagina */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Collegamenti */
a {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

