/* Backgrounds */

.home {
	background-color: #ff3932;
	color: Black;
	border: 0;
}

.cookbook {
	background-color: #0B00FA;
	color: White;
	border: 0;
}

.aboutus {
	background-color: #f7ba2e;
	color: Black;
	border: 0;
}

.silvano_bio {
	background-color: #000000;
	color: White;
	border: 0;
}

.products {
	background-color: #008723;
	color: White;
	border: 0;	
}

.restaurant {
	background-color: #ff5f00;
	color: Black;
	border: 0;
}

.tbl_standard {
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}

.tbl_linking {
	border: 0;
	valign: bottom;
	align: center;
}


.lnktxt_cookbook {
	color: #0B00FA;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

.lnktxt_aboutus {
	color: #f7ba2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
}
	
.lnktxt_silvano_bio {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

.lnktxt_home {
	color: #ff3932;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
	
.lnktxt_products {
	color: #008723;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

.lnktxt_restaurant {
	color: #ff5f00;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}


/* Navigation links in black and white */

.linkblk {
	font-family:arial;
	font-size:13;
	color:black;
	text-decoration: none;
	line-height: 18px;
	font-variant: small-caps;
}

.linkwht {
	font-family:arial;
	font-size:13;
	color:white;
	text-decoration: none;
	line-height: 18px;
	font-variant: small-caps;
}

/* Align to top and left */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}




/*Text styles */

.headline {
	font-family:arial;
	font-size:12;
	color:black;
}

.content_title {
	font-family:arial;
	font-size:15;
	color:black;
	font-weight:bold;
}

.content_sub {
	font-family: arial;
	font-size:12;
	color: black;
	font-weight:bold;
	font-variant: small-caps;
}
	
td {
	font-family:arial;
	font-size:12;
	color:black;
	}

a {
	font-family:arial;
	font-size:12;
	}

.content {
	font-family:arial;
	font-size:12;
	color:black;
}

.content_just {
	font-family:arial;
	font-size:12;
	color:black;
	text-align: justify;
}

.content_lg {
	font-family:arial;
	font-size:14;
	color:black;
}
.ttl_cbk {
	color: #0B00FA;
	font-family: Garamond;
	font-weight: bold;
	font-size: 22;
}

.ttl_abt {
	color: #f7ba2e;
	font-family: Garamond;
	font-weight: bold;
	font-size: 22;
}

.ttl_bio {
	color: #000000;
	font-family: Garamond;
	font-weight: bold;
	font-size: 22;
}

.ttl_prd {
	color: #008723;
	font-family: Garamond;
	font-weight: bold;
	font-size: 22;
}

.ttl_rst {
	color: #ff5f00;
	font-family: Garamond;
	font-weight: bold;
	font-size: 22;
}

.ttl_hom {
	color: #ff3932;
	font-family: Garamond;
	font-weight: bold;
	font-size: 22;
}

.menuitem {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}

.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: black;
	vertical-align: top;
}

.policies {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: black;
	vertical-align: top;
	line-height: 13px;
}

.tbl_rest {
	background-image: url('images/bg_rest.gif');
	background-repeat: repeat-x;
	border: 0;
	width: 780px;
	height: 100%
}

.tbl_bio {
	background-image: url('images/bg_bio.gif');
	background-repeat: repeat-x;
	border: 0;
	width: 780px;
	height: 100%;
}

.tbl_prod {
	background-image: url('images/bg_prod.gif');
	background-repeat: repeat-x;
	border: 0;
	width: 780px;
	height: 100%;
}

.tbl_about {
	background-image: url('images/bg_about.gif');
	background-repeat: repeat-x;
	border: 0;
	width: 780px;
	height: 100%
}

.tbl_cook {
	background-image: url('images/bg_cook.gif');
	background-repeat: repeat-x;
	border: 0;
	width: 780px;
	height: 100%
}


.tbl_home {
	background-image: url('images/bg_home.gif');
	background-repeat: repeat-x;
	border: 0;
	width: 780px;
	height: 100%
}