body {
	margin-top: 0;
	background: #333;
	width: 980px;	
	font: 12px Verdana, sans-serif;
	color: #ffffff;
} 

hr {
	margin-left: auto;
	margin-right: auto;
	margin-top: .25em;
	margin-bottom: .25em;
}
h4 {
	margin: 0;
	padding-bottom: 0;
	font: 17px Verdana, sans-serif;
}

a:link {
color: #C3C3E5;
}
a:visited {
color: #C3C3E5;
}


#header	{
	height: 115px;
	width: 980px;
	position: relative;
}

#topRightAd {
	position: absolute;
	left: 510px;
	top: 25px;
	padding: 0px;	
}


#frame {
	width 960px;
}

#enclose {
	float: left;
	width: 805px;
}


.sectionNewNav {
  width: 960px; /* Change to desired width - 20px */
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-top: 2px;

  background: #999;
  background-repeat: repeat-x;
  position: relative;
}

#newNav {
	position: absolute;
	left: 5px;
	width: 980px;
	top: 110px;
	padding: 0px;	
}

#newNav ul {
padding-left: 0px;
	margin-left: 0px;
	margin: 4px;


	/*border-bottom: 3px solid #778;*/
	/*border-top: 3px solid #778;*/
	/*border-right: 3px solid #778;*/

	font: bold 12px Verdana, sans-serif;
}

#newNav ul li {
	list-style: none;
	display: inline;
}

#newNav ul li a {
	padding: 1px .9em; /*Bring this in to add more items to the top nav menu*/
	margin-left: 0;
	text-decoration: underline;


}

#newNav ul li a:link {
	color: #003366;
}

#newNav ul li a:visited {
	color: #003366;
}

#newNav ul li a:link:hover, navsite ul li a:visited:hover {
	color: #FFF;
}

#newNav ul li a#current {
	
}

.sectionLeftNav {
  width:150px; /* Change to desired width - 20px */
  padding:10px;
  background: #333 url(images/gradientbg.jpg);
  background-repeat: repeat-x;
  position: relative;
}
.sectionMain {
  width:604px; /* Change to desired width - 20px */
  padding:15px;
  background: #333 url(images/gradientbg.jpg);
  background-repeat: repeat-x;
  position: relative;
}
.sectionRight {
  width:160px; /* Change to desired width - 20px */
  padding:1px;
  background: #333 url(images/gradientbg.jpg);
  background-repeat: repeat-x;
  position: relative;
}
.rounded span {
  position:absolute;
  display:block;
  width:10px;
  height:10px;
  background:#333 url('images/rounded.jpg') top left no-repeat;
}
.rounded span:before {content:".";visibility:hidden;}
.rounded span.top-left {top:0;left:0;background-position:top left;}
.rounded span.top-right {top:0;right:0;background-position:top right;}

.roundedNav span {
  position:absolute;
  display:block;
  width:10px;
  height:10px;
  background:#333 url('images/roundedNav.jpg') top left no-repeat;
}
.roundedNav span:before {content:".";visibility:hidden;}
.roundedNav span.top-left {top:0;left:0;background-position:top left;}
.roundedNav span.top-right {top:0;right:0;background-position:top right;}
.roundedNav span.bottom-left {bottom:0;left:0;background-position:bottom left;}
.roundedNav span.bottom-right {bottom:0;right:0;background-position:bottom right;}

#leftNav {
	position: absolute;
	margin-top: 0px; 
	left: 5px; 
	width: 160px;
	top: 143px;
	padding: 0px;
}

#leftNav ul {
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 0px;
	/* border-bottom: 3px solid #778; */
	/*border-top: 3px solid #778;*/
	/*border-right: 3px solid #778;*/
	font: bold 12px Verdana, sans-serif;
}


#leftNav ul ul
{
	padding 3px 0;
	margin-top: 0;
	margin-left: 10px;
	/* border-bottom: 3px solid #778; */
	/*border-top: 3px solid #778;*/
	/*border-right: 3px solid #778;*/
	font: bold 12px Verdana, sans-serif;
}

#leftNav ul li {
	list-style: none;
	display: block;
}

#leftNav li li a
{
	list-style: none;
	display: block;
}

#leftNav ul li a:link {
	text-decoration: none;
	color: #FFF;
}

#leftNav ul li a:visited {
	text-decoration: none;
	color: #FFF;
}

#leftNav ul li a:link:hover, navsite ul li a:visited:hover {
	color: #999;
	
}



.menu1 {
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;

height: 20px;
}

.submenu {
display: block;
}

.hide {
display: none;
}

.show {
display: block;
}


#mainContent {
	position: absolute;
	left: 183px;
	width: 660px;
	top: 143px;
	padding: 0px;
}

#mainContent table {
	border: 5px solid #444;
}

#mainContent th {
	padding: 2px;
	background: #000;
}


#mainContent td {
	padding: 2px;
	color: #000;
	font: 10px Verdana, sans-serif;
}

#mainContent td a {
	padding: 2px;
	color: #000;
	font: 10px Verdana, sans-serif;
}



.recipe {
	position:relative;top:3px;left:5px;
	border:none;
}

.floater {
float: right;
margin-left: 5px;
} 

.addThis {
	float: right;
}

#rightColumn {
	position: absolute;
	top: 143px;
	left: 815px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
}

/*
#footer {
	position: absolute;
	width: 980px;
	padding-left: 0px;
		padding-right: 0px;

	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #000; 
	text-align: center;
}
*/


