@charset "utf-8";
/* CSS Document */

body  {
	font-size: .8em; 
	font-family: "Trebuchet MS", sans-serif;
	line-height: 1.9em;
	background-image: url(images/bkgd_site.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2b2a27;
}

a {
	font-weight: bold;
	color: #000000;
}

a img {	border: 0;}

table { margin: 0 10px; padding: 0 10px;  border: none; float: left; width: 600px;}
tr { margin: 0; padding: 0;}
td { margin: 0; padding: 0;}

#title {text-align:left; padding: 15px 0 0 0;}

.coccaDiPapa #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#topDescription {
	margin: 10px; 
	text-align:left; 
	line-height: 1.3em; 
	border-bottom: #e6e6e6 1px solid; 
	padding: 5px; 
	float: left;
	width: 650px;
}

.coccaDiPapa #sidebar1 {
	float: left; 
	width: 156px; 
	padding: 0;
	margin: 0;
}
.coccaDiPapa #sidebar1 p {
	padding: 0;
	margin: 0;
}

.coccaDiPapa #sidebar1 img {
	padding: 0;
	margin: 0;
	text-align:center;
	background: none;
}

.coccaDiPapa #sidebar1 #logo {
	padding: 15px 0 15px 15px;
}

.coccaDiPapa #sidebar1 #nav {
	background-image:url(images/bkgd_nav.png); 
	height: 428px; 
	width: 156px; 
	padding: 6px 0 0 0;
}


.coccaDiPapa #mainContent { 
	background-color: #e6e6e6;
	float: left;
	border: #c9c7c7 1px solid;
	margin: 0;
	padding: 10px; 
} 

.coccaDiPapa #insideMainContent {
	background-color:#FFFFFF; 
	float: left; 
	text-align: right; 
	width: 700px; 
	margin: 10px; 
	border: #c9c7c7 1px solid; 
	padding: 0;
	}
	
#insideInside{ 
	width: 600px; 
	text-align:left; 
	padding: 0 15px 0 40px;
	float: left;
}

#photo {
	float: left;
	padding: 10px;
	border: #CCCCCC 1px solid;
	margin: 0 15px 15px 0;
}
	
#column {
	float: left; 
	width: 350px; 
	text-align:left; 
	margin: 0; 
	padding: 0;
}

#wineBottle {float: left; width: 150px; padding: 0 0 0 10px;}
#columnCopy {float: left; padding: 0 0 0 10px; width: 170px;}

.coccaDiPapa .footer { 
	text-align: center;
	float: left;
	width: 100%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

