body
{
	background-color:#000000;
}
h2
{
	text-align: center;
	color: #c0c0c0;
	background-image: url('images/navbg.gif');
	font-size: 110%;
	padding: 1px 0px 1px 0px;
	width: 285px;
}
p
{
	color: #c0c0c0;
}
a:link
{
	color: #C0C0C0;
	text-decoration: none;
}
a:visited
{
	color: #C0C0C0;
	text-decoration: none
}
a:hover
{
	color: #980000;
}
a:active
{
	color: #36648B;
}
li
{
	position:relative;
	float:left;
	list-style:none;
}
li a
{
	background: transparent;
	display: block;
	float: left;
	height: 37px;
	padding: 5px 20px 0px 20px;
	border-left: 1px groove #000000;
	border-right: 1px groove #000000;
	text-decoration:none;
	text-transform: uppercase;
}
li a:hover
{
	background-image: url('images/navbg2.gif');
	color: #c0c0c0;
}
li a:active
{
	background-image: url('images/navbg2.gif');
	color: #c0c0c0;
}
#wrapper
{
	text-align: center;
	margin: 0px auto;
	position:relative;
}
#container
{
	position:relative;
	background-color: #000000;
	background-image: url('images/screen_bg.gif');
	background-repeat: repeat-y;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	margin: 0px auto
}
#header
{
	width: 980px;
	height:30px;
	position: relative;
	left: 1px;
	background-image: url('images/headered.jpg');
	background-repeat: repeat-y;
}
#nav
{
	background-image: url('images/navbg.gif');
	border-left: 3px groove #000000;
	width: 950px;
	height: 42px;
	position: relative;
	margin: 0px auto;
}
#addleft
{
	float:left;
	text-align:left;
	width: 330px;
	height: 510px;
	margin-left: 15px;
	position: relative;
}
#videocontent
{
	position: relative;
	float:right;
	text-align:center;
	width:600px;
	height: 510px;
	padding: 0px;
	margin-right: 15px
}
#newadditions
{
	position: relative;
	width: 950px;
	margin: 0px auto;
}
#videos
{
	position:relative;
	float:left;
	width:300px;
	padding: 0px 5px 15px 15px;
}
#articles
{
	position: relative;
	width:300px;
	padding: 0px 5px 15px 5px;
	float:left;
}
#recipes
{
	position: relative;
	width:300px;
	padding: 0px 5px 15px 5px;
	float: left;
}
#footnote
{
    font-size: 60%;
    background-image: url('images/navbg.gif');
	border-left: 3px groove #000000;
	width: 950px;
	height: 42px;
	position: relative;
	margin: 0px auto;
	 
}
#footer
{
	width: 980px;
	height:30px;
	position: relative;
	left: 1px;
	background-image: url('images/footere.jpg');
	background-repeat: repeat-y;
	margin: 0px auto;
}