body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	position: relative;
	width: 800px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
	background-color: #FFFFFF;
	z-index:1;
	visibility: visible;
	border: thin solid #006633;
}

#Banner {
	position:relative;
	height:140px;
	z-index:2;
	background-image: url(images/lemonaid_logo.png);
	background-color: #FFFFFF;
}

#Navigation {
	position:relative;
	left:10px;
	float:left;
	top:10px;
	width:170px;
	z-index:7;
	margin-bottom:20px;
	background-color: #FFFFFF;
}
#maincontent {
	position:relative;
	float:left;
	top:10px;
	left: 20px;
	width:375px;
	z-index:4;
	background-color: #FFFFFF;
}
#maincontent_products {
	position:relative;
	float:left;
	top:10px;
	left:20px;
	width:590px;
	z-index:4;
	background-color: #FFFFFF;
}
#videoclip {
	position:relative;
	float:left;
	top:10px;
	left:30px;
	width:200px;
	z-index:5;
	background-color: #FFFFFF;
}
#footer {
	position:relative;
	height:60px;
	z-index:6;
	background-color: #F3F3F3;
	clear:both;
}

