html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #6CC49F;
}

#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}
#content p a {
	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
}
#container #content a:hover, container #content a:focus {
	color: #FFCC66;
	text-decoration: underline;
}


#content {
	width: 676px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 28px;
	margin-bottom: 16px;
	padding: 12px;
	background-color: #039;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}


#header {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/header.jpg);
	height: 110px;
}
#navBanner {
	background-image: url(images/navBG.gif);
	height: 32px;
	width: 800px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 28px;
	background-repeat: no-repeat;
}
#navBanner a {
	color: #FFFFFF;
	text-decoration: none;
}
#navBanner a:hover, navBanner a:focus {
	color: #FFE78F;
}




#copyright {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	text-align: center;
	width: 960px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}


h1 {
	font-size: 160%;
	font-weight: bold;
	color: #CDE8D9;
	margin-bottom: 8px;
	text-align: left;
	line-height: 100%;
	padding-bottom: 0px;
}
#content p {
	margin-left: 380px;
}
#homePhoto {
	border: 1px solid #FFC600;
	position: absolute;
	height: 274px;
	width: 400px;
	left: 25px;
	top: 225px;
}



.photoLeft {
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	float: left;
}

.photoRight {
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
	float: right;
}
#aboutPhoto {

	border: 1px solid #FFC600;
	position: absolute;
	height: 335px;
	width: 400px;
	left: 25px;
	top: 225px;
}
#contentProducts {

	width: 676px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 28px;
	margin-bottom: 16px;
	padding: 12px;
	background-color: #039;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}
#contentProducts p {
	margin-left: 200px;
}
#productsPhoto {
	position: absolute;
	height: 740px;
	width: 210px;
	left: 25px;
	top: 225px;
}
#contentProducts p a {

	font-weight: bold;
	color: #FFFF66;
	text-decoration: none;
}

