body {
	background-color:#afadae; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#opencontainer {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height: 842px;
	background-image:url(images/nixbg.png);
	font-family: Arial, Helvetica, Sans Serif;
}

#container {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	height: 1900px;
	font-family: Arial, Helvetica, Sans Serif;

}

#header {
	position:absolute;
	width: 900px;
	height: 219px;
	top: 0px;
	left: 15px;
	background-image:url(images/nixheader2.png);
}

#hfont {
	margin-top: 60px;
	text-align:center;
	color:yellow;
	font-size: 65px;
	font-family: Arial, Helvetica, Sans Serif;
}

#content {
	position:absolute;
	width: 400px;
	height: 1600px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px;
	top: 270px;
	left: 25px;
	color: black;
	margin-left: 15px;
	
}

.usingEntry {
	font-size:14px;
	color:black;"
	width:800px;
}

.usingTitle {
	margin-top:50px;
	font-size:17px;
	font-weight: bold;
	
}

.usingImage {
}	

.cooking {
	font-size: 15px;
	color: black;
}

#rightside {
    position: absolute;
	width: 425px;
	height: 1500px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 14px;
	top: 270px;
	left: 400px;
	color: black;
	margin-left: 15px;
}

#piccontent {
	
	position: absolute;
	background-image: url(images/rightside2.jpg);
	width: 400px;
	height: 1382px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	top: 250px;
	left: 500px;
	color: black;
	margin-left: 15px;
	border: none;
}

.title {
    color: red;
    font-size: 14px;
}

.cookingtitle {
	color: red;
	font-size: 20px;
}

.product {
	position:absolute;
	width:400px;
	
}


#contentframe {
	width:400px;
	height:300px;
	background:white;
	overflow: auto;
	border: solid 1px #666;
	padding: 8px;
	font-size: 17px;
	text-align: left;
	text-indent: 25px;
}

.headbar2 {
	position: absolute;
	background: url(images/headbar1.gif);
	height:10px;
	width: 200px;
	top: 130px;
	left: 10px;
}

#navbar {
	position: absolute;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 13px;
	top: 220px;
	left: 40px;
	width: 900px;
	height: 10px;
    color: black;
    padding-bottom: 5px;
}

.navElement {
	position: absolute;
}

a img { border:none; color:#fff }

a:link {
	color: black;
	text-decoration: none;
	border:none;
}

a:visited {
	border:none;
	text-decoration: none;
	color: black;
}
a:hover {
	border:none;
	text-decoration: underline;
}
a:active {
	border:none;
	text-decoration: none;
}

*:focus {
	outline:none;
}





