﻿html, body
{
	margin:0; padding:0;
	font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif 
}
body 
{
	background-color: #f35b30;
	background-image: url("images/bgbody.jpg");
	background-repeat: repeat-x
}
.container
{
	width: 800px;
	background-color: #ffffff;
	margin:0 auto;
	background-image: url("images/bgcontainer.jpg");
	background-repeat: repeat-y;	
}
.header
{
	background-color: Transparent;
	background-image: url("images/bgheader.jpg");
	background-repeat: repeat-x;
	height:103px	
}
.logo
{
	position: relative;
	top:5px;
	left:25px
}
.logoBracaglia
{
	width:140px;
	height:300px;
	margin:2% auto
}
.clearer
{
	clear:both	
}
.poster
{
	width: inherit;
	height: 150px;
	background-image: url("images/poster.jpg");		
	background-repeat: no-repeat;
	border-top:6px solid #f35b30;
	border-bottom:6px solid #f35b30;
}
.content
{
	float: right;
	width: 650px;	
}
.navigation
{
	width:150px;	
}
.innerContent
{
	width:97%;
	margin:0 auto;	
	margin:1%
}
.reaInfo
{
	float: right;
	margin-right: 2%
}
.footer
{
	background-color: #333333;	
	border-top: 6px solid #f35b30;
	border-bottom: 6px solid #f35b30;
	font-size: x-small; 
	color: #fff;
	padding: 1em;
	text-transform: uppercase
}
.Grid
{
    width:600px;    
    margin-top:2em;
    margin-bottom:5em;
    border:none;
}
