html, body
{
	margin: 0;
	padding: 0;
}
#page-content
{
	width: 100%;
}
#Header
{
	width: 100%;
	height: 94px;
	background-image: url(img/LogoBack.png);
	background-repeat: repeat-x;
	text-align: center;
}
#Top-NavBar
{
	background: blue;
	height: 50px;
}
#Left-NavBar
{
	/*background: darkgreen;*/
	float: left;
	width: 150px;
}
#Right-NavBar
{
	width: 150px;
	/*background: #0099FF;*/
	float: right;
}
#Content
{
	/*background: green;*/
	margin-left: 150px;
	margin-right: 150px;
}
.News
{
	font-family: Arial;
}
.Recipes h1
{
	text-align: center;
}
#Footer
{
	clear: both;
	background: orange;
	height: 50px;
}
.NavBar dl
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	border-width: 0px 1px 1px 1px;
	border-color: black;
	border-style: solid;
}
.NavBar dt
{
	color: white;
	text-align: center;
	background-image: url(img/MenuBack.png);
	background-repeat: no-repeat;
	height: 28px;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	padding-top: 7px;
	font-family: Arial;
	font-weight: bold;
}
.NavBar dd
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #009900;
}
.NavBar dd a:hover
{
	background-color: #66CCCC;
}
.NavBar a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font-family: Arial;
}
.b {
	font-weight: bold;
}





/*.nav dl, .nav .nav_box
{
	background-color: #B9CEFF;
	color: black;
	margin-top: 6px;
	margin-bottom: 3px;
	background-image: url(http://pokemon.marriland.com/template/dp/images/navbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.nav dl dt
{
	font-weight: bold;
	background-color: #92AEF1;
	color: black;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	background-image: url(http://pokemon.marriland.com/template/blue/images/pokeball.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0px 10px 1px 10px;
	text-align: center;
}
.nav dl dd
{
	margin: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
}*/