@charset "UTF-8";

.blog_title {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 32px;
	color: #333;
}

/*
body {
    background-color: teal;
}

#centeringDiv {
    background-color: white;
}
*/

#topBannerAd {
	position:absolute;
	left:270px;
	top:15px;
	width:468px;
	height:60px;
	z-index:1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#smallSquareAd1 {
	position:absolute;
	left: 15px;
	top: 345px;
	width:125px;
	height:125px;
	z-index:2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#smallSquareAd2 {
	position:absolute;
	left: 15px;
	top: 485px;
	width:125px;
	height:125px;
	z-index:2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#noshHeader {
/*	background-image: url(../images/NoshMenu.png); */
	top: 0;
	position: absolute;
	right: -30px;
	width: 680px;
	height: 165px;
}
#notice {
	position: relative;
	top: 165px;
	left: 153px;
	width: 560px;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-color: #CCC;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#content {
	min-height:765px;
	_height:800px;
/* 	top: 175px; */
	height:auto;
	position: relative;
	padding-right: 25px;
	border-right: thin solid #e0e0e0;
}

#newsButton {
	position: absolute;
	top: 124px;
	left: 263px;
}

#reviewsButton {
	position: absolute;
	top: 124px;
	left: 320px;
}
#recipesButton {
	position: absolute;
	top: 124px;
	left: 384px;
}
#judithButton {
	position: absolute;
	top: 118px;
	left: 451px;
}

#centeringDiv #content  {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#centeringDiv #content h1 {
	font-size: 28px;
	color: #333;

}

#centeringDiv #content h2 {
	font-size: 24px;
	color: #333;

}

#centeringDiv #content h3 {
	font-size: 18px;
	color: #333;

}

#nosh_features {
	height: 325px;
	text-align: center;
	position: relative;
	top: 175px;
}

/*
#nosh_features img {
    
	padding: 5px;
    
}
*/

img.right
{
    float: right;
}

img.left
{
    float: left;
}