body {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	color: #471c47;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	text-align: center;
  	min-width: 980px;
	}
	
#extended_hdr {
	width: 100%;
	height: 145px;
	background: #eddf64;
	border-bottom: solid #efce37 1px;
}

#top_home_container {
	text-align: left;
	width: 980px;
	height: 250px;
	margin-left: auto;
  	margin-right: auto;
	background: #eddf64;
	border-bottom: solid #efce37 1px;
}

#top_container {
	text-align: left;
	width: 980px;
	height: 145px;
	margin-left: auto;
  	margin-right: auto;
	background: #eddf64;
	border-bottom: solid #efce37 1px;
}

#extended_sec_hdr {
	width: 100%;
	height: 60px;
}


#hdr_contain {
	width: 980px;
	height: 60px;
}

#hdr_secnav {
	text-align:right;
	vertical-align: middle;
	padding: 15px;
	color: #bcb9b9;
}

#hdr_secnav a {
	color: #bcb9b9;
	text-decoration: none;
}

#hdr_secnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.pretzels {
	background: #eebe25;
}

.about {
	background: #c8610e;
}

.recipes {
	background: #a70e0e;
}

.contact {
	background: #306241;
}

.generic {
	background: #333333;
}

img.hdr_20 {
	padding-top: 5px;
	margin-left: 20px;
}

#mainlogo {
	background: url(img/img_main_logo.gif) no-repeat scroll center 0px;
	background-position:center;
	height: 141px;
	margin: 0px;
	padding: 15px;
	width: 210px;
}

a#twitter {
background: url(images/twitter.png) no-repeat scroll center 0px;
display:block;
height:27px;
margin:0;
overflow:hidden;
text-indent:-999em;
width:169px;
padding: 0px 35px;
}
a#facebook {
background: url(images/facebook.png) no-repeat scroll center 0px;
display:block;
height:29px;
margin:0;
overflow:hidden;
text-indent:-999em;
width:169px;
padding: 0px 35px;
}

#intlogo {
	width: 206px;
	height:126px;
	margin: 0px;
	padding: 0px;
}

#main_container {
	width: 980px;
	min-height: 310px;
	margin-left: auto;
  	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: solid #efce37 1px;
}

#main_int_textbox {
	width: 680px;
	padding: 15px 0px;
	position: relative;
	margin-left: 265px;
}

#int_cat_img {
	float: left;
	width: 245px;
	height: 300px;
	
}

#main_hometext {
	width: 675px;
	height: 200px;
	position: relative;
	left: 250px;
}

#recipe_card {
	background-color: #f2f4cb;
	width: 650px;
	padding: 10px;
	margin-bottom: 20px;

}

#recipe_text {
	width: 400px;
	vertical-align:text-top;
	margin-right: 200px;
	position: relative;
}

#recipe_text_noimage {
	width: 630px;
	vertical-align:text-top;
}

#recipe_img {
	width: 190px;
	margin: 0px 10px 10px 10px;
	float: right;
	vertical-align:top;
}

#recipe_img img {
	border: solid 1px #a70e0e;
}

#recipe_footer {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-top: 12px;
	padding-top: 6px;
	border-top: solid 1px #CCCCCC;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: 700;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
}

/* css navigation */
  #navigation {
    width: 735px; height: 35px;
    background: url(img/eastshore_nav.gif);
    margin: 0px; padding: 0;
	float: right;
    position: relative;}
  #navigation li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0px;}
  #navigation li, #navigation a {
    height: 35px; display: block;}
	
	#panel1 {left: 0px; width: 165px;}
  	#panel2 {left: 165px; width: 150px;}
  	#panel3 {left: 315px; width: 122px;}
  	#panel4 {left: 442px; width: 86px;}
	#panel5 {left: 529px; width: 92px;}
	#panel6 {left: 622px; width: 114px;}
	
  #panel1 a:hover {
    background: transparent url(img/eastshore_nav.gif) -0px -35px no-repeat;}
  #panel2 a:hover {
    background: transparent url(img/eastshore_nav.gif) -165px -35px no-repeat;}
  #panel3 a:hover {
    background: transparent url(img/eastshore_nav.gif) -315px -35px no-repeat;}
  #panel4 a:hover {
    background: transparent url(img/eastshore_nav.gif) -442px -35px no-repeat;}
  #panel5 a:hover {
    background: transparent url(img/eastshore_nav.gif) -529px -35px no-repeat;}
  #panel6 a:hover {
    background: transparent url(img/eastshore_nav.gif) -622px -35px no-repeat;}

#footer, #footer a {
	border-top: solid #cfcdcd 1px;
	text-align:center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #000000;
	text-decoration: none;
}

#footer_line{
	
}