/* BASE VALUES - Do not edit this section
	These values come from the YUI CSS Reset
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Begin Edits at Will */
body {background: url('/images/bg.jpg')}
#container {
	width: 994px;
	margin: 30px auto;
	background-color: #FFFFFF;
	border: 6px solid #FFFFFF;
}
#homeTop {background: url('/images/top.jpg') no-repeat; height: 375px; width: 994px}
#homeLogo {position: relative; left: 495px; top: 236px; z-index: 10}
#homeLogo img {border: none}
#nav {float: left; background: url('/images/nav.jpg') no-repeat; width: 397px; height: 495px}
#nav ul li a {color: #641A1A; width: 200px; font-size: 1.4em; font-weight: bold; text-decoration: none; position: relative; top: 75px; left: 30px; display: block; padding-bottom: 10px}
#homeContent {
	float: left;
	background: url('/images/content.jpg') no-repeat;
	width: 597px;

}
#homeContent p {
	font-size: 1em;
	padding: 10px;
	padding-top: 15px;
	padding-right: 35px;
}
#homeBottom {text-align: center; font-weight: bold; clear: left; background: url('/images/bottom.jpg') no-repeat; width: 994px; height: 76px; padding-top: 22px}
#address {color: #737169; float: left; margin-left: 10px}
#phone {color: #641a1a; float: right; margin-right: 10px}#interiorTop {
	height: 275px;
	width: 994px;
	background-image: url('/images/topInterior.jpg');
	background-repeat: no-repeat;
}
#navInterior {
	float: left;
	width: 397px;
	height: 495px;
	background-image: url('/images/navInterior.jpg');
	background-repeat: no-repeat;
}
#navInterior ul li a {
	color: #641A1A;
	width: 200px;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 75px;
	left: 30px;
	display: block;
	padding-bottom: 10px
}
#interiorLogo {
	position: relative;
	left: 495px;
	top: 136px;
	z-index: 10
}
#interiorLogo img {
	border: none
}
#interiorContent {
	float: left;
	background: url('/images/content.jpg') no-repeat;
	width: 597px;
	min-height:600px;
  height:auto !important;
  height:600px;

}
#interiorContent p {
	font-size: 1em;
	padding: 10px;
	padding-top: 15px;
	padding-right: 35px;
}
blockquote {margin-left: auto; margin-right: auto; text-align: center; font-style: italic; font-weight: bold; width: 60%}
h1 {font-size: 2em; font-weight: bold; font-style: italic; margin: 35px 0 5px 10px;}
h3 {font-size: 1.2em; font-weight: bold; margin: 5px 0 5px 10px;}

a {color: #641A1A;}

.recipe-title {
	font-size:18px;
	font-weight:bold;
	}

#compucastfooter {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
#compucastfooter a:link {
	font-size: 11px;
	color: #E6E69D;
}
#compucastfooter a:hover{
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
#compucastfooter a:active {
	font-size: 11px;
	color: #E6E69D;
}

#compucastfooter a:visited{
	font-size: 11px;
	color: #E6E69D;
}