@charset "UTF-8";
/* CSS Document */

 * {
 margin:0 auto;
 }

 
 body {
 background: #000;
 font-family: helvetica, verdana, san-serif ;
 font-size: 12px;
 color: #FFF;
 width: 970px;
 line-height: 24px; 

 }
 
 p {
 margin-bottom: 18px;
 }
 
 h1 {
 font-family: palatino linotype, serif;
 font-size: 22px;
 margin-bottom: 8px;
 color: #999;
}

 h2 {
 font-size: 14px;
 margin-bottom: 3px;
 color: #ccc;
}

h3 {
font-style: italic;
margin-bottom: 8px;
font-size: 12px;
}


hr {
border-bottom: 1px solid #333;
border-top: 0;
border-left:0;
border-right:0;
margin-bottom: 15px;
}
 
 ul {
 list-style-type:square;
 line-height: 20px;
 }
 
 li {
 list-style-type:square;
 line-height: 20px;
 }
 
 a:link {
 color: #4987b7;
 text-decoration:none;
 }
 
 a:hover {
color: #72acad;
text-decoration: underline;
 }
 
 a:visited {
color: #72acad;
text-decoration: underline;
 }
 
 
 #masthead {
height: 185px;
background: url(fiore_header.jpg) no-repeat #000 top;
margin: 0 0 20px 0;
padding:0px;
vertical-align:top;

}

#primarynav {
position: relative;
top: 180px;
}
 
 .topnav {
 font-size: 19px;
 list-style: none;
text-align: center;
margin-bottom: 10px; 
margin-left:-30px;

 }
 
 .topnav li {
 display: inline;
 

 }
 
 .topnav a {
	 color:#4987b7; 
 text-decoration:none;
 }

.topnav a:hover {
color: #72acad;
text-decoration: none;
 }
 
.topnav #active a {

color: #72acad;
text-decoration: none;
 }

 
 #maincontent {
 width: 970px;
 float: left;
 margin-top: 15px;
 margin-bottom:20px;
 }
 
 .image_left {
 float: left;
 margin-right: 12px;
 }
 
 .image_right { 
 float: right;
 margin-left: 12px;
 }
 
 .video {
 text-align: center;
 margin-bottom: 20px;
 }
 
 #reel {
 margin-top: 20px;
 }
 
 #footnote {
 font-size: 11px;
 color:#999999;
 line-height: 16px;
 
 }
 
 img {
 border:none;
 }

 img a {
 border:none;
 }
 
 #footer {
 width: 970px;
 float: left;
 margin-top: 50px;
 font-size: 11px;
 color:#666666;
 }
