/* CSS Document */

body {
	background-color: #BEBEBE;
	margin: 0px;
	padding: 10px;
}
.clear { clear: both; }
.small { font-size: 0.75em; }
#nav {
	width: 728px;
	height: 44px;
	margin: 0px auto;
	padding: 20px 33px 4px 33px;
	background: url(../images/nav_backing.png) bottom right no-repeat;
}
#nav ul {
	list-style: none;
	width: 740px;
	height: 44px;
	padding: 0px;
	margin: 0px auto;
}
#nav ul li {
	display: block;
	width: 140px;
	height: 44px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#nav li a { display: block; width: 140px; height: 44px; }
#nav li a b { position: absolute; left: -999em; }
#nav li.home a { background: url(../images/btn_home.gif) top right; }
  #nav li.home a:hover { background: url(../images/btn_home.gif) bottom right; }
  body#home #nav li.home a { background: url(../images/btn_home.gif) bottom right; }
#nav li.about a { background: url(../images/btn_about.gif) top right; }
  #nav li.about a:hover { background: url(../images/btn_about.gif) bottom right; }
  body#about #nav li.about a { background: url(../images/btn_about.gif) bottom right; }
#nav li.tuscany a { background: url(../images/btn_tuscany.gif) top right; }
  #nav li.tuscany a:hover { background: url(../images/btn_tuscany.gif) bottom right; }
  body#tuscany #nav li.tuscany a { background: url(../images/btn_tuscany.gif) bottom right; }
#nav li.rate a { background: url(../images/btn_rate.gif) top right; }
  #nav li.rate a:hover { background: url(../images/btn_rate.gif) bottom right; }
  body#rate #nav li.rate a { background: url(../images/btn_rate.gif) bottom right; }
#nav li.rome a { background: url(../images/btn_rome.gif) top right; }
  #nav li.rome a:hover { background: url(../images/btn_rome.gif) bottom right; }
  body#rome #nav li.rome a { background: url(../images/btn_rome.gif) bottom right; }

#content {
	width:728px;
	margin: 0px auto;
	padding: 20px 33px;
	background: url(../images/content_backing.png) top right repeat-y;
}
#content .leftcol {
	width: 175px;
	float: left;
}
#content .rightcol {
	width: 540px;
	float: right;
}
#content h1 {
	font-family: "Book Antigua", "Bookman Old Style", Bookman, serif;
	font-size: 20px;
	font-weight: normal;
	color: #B94917;
}
	#content h1 b { position: absolute; left: -999em; }
	h1.titl_gocook {
		display: block;
		width: 255px;
		height: 45px;
		margin: 0px auto;
		background: url(../images/titl_letsgocookitalian.png) bottom center no-repeat;
	}
#content h2 {
	font-family: "Book Antigua", "Bookman Old Style", Bookman, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #89473B;
}
#content p,#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
}
#content b { color: #996633; font-weight: 500px; }
#content a:link { color: #996633; text-decoration: underline; }
#content a:visited { color: #996633; text-decoration: underline; }
#content a:hover { color: #600; text-decoration: none; }

#content p.caption, td.caption {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #183D05;
}
#content p.callout {
	font-family: "Book Antigua", "Bookman Old Style", Bookman, serif;
	font-size: 16px;
	font-weight: normal;
	color: #B94917;
}
#content p.callout b {
	font-size: 22px;
	font-weight: normal;
	color: #B94917;
}
#content p.postit {
	border: 1px dotted #B94917;
	background-color: #F8F3EB;
}

#content p.tile {
	display: block;
	width: 190px;
	padding: 10px;
	margin: 10px;
	float: left;
}
#footer {
	width: 700px;
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.4em;
	text-align: center;
}
#footer a:link { color: #894738; text-decoration: underline; }
#footer a:visited { color: #894738; text-decoration: underline; }
#footer a:hover { color: #B94618; text-decoration: none; }