﻿body {
		background-color: #fff7db;
}
.container_16 {
	margin-top:5px;
}
/* this displayed a gap at bottom of div unless height specified
   different height set in home page 
*/
#header {
	background-image: url(images/webdesign/ezkey-hdr.jpg);
	height:227px;
	position:relative;
}
#menudiv {
	position:absolute;
	top: 118px;
	left: 420px;
	height: 81px;
	width:486px;
	padding-top:2px;
}

#content {
	padding:5px 75px 25px 75px;
}
#content-wrapper {
  background-color:#FFFFFF;
}
#content-home {
	padding:5px 0px 25px 50px;
}
#content-store {
	padding:25px 10px 25px 25px;
}
#right-store {
	padding:25px 15px 25px 5px;
}

.padded-div {
	padding: 15px 50px 35px 50px;
}

#footer-wrapper {
	background-image:url(images/webdesign/ezkey-footer-plain.jpg);
	height:53px;
}
#textlinks {
	font-size:12px;
	color:#333;
	text-align:center;
	padding-top: 20px;
	padding-bottom:20px;
}
#textlinks p {
	color:#333;
}
#textlinks a {
	color:#333;
  text-decoration: none;
}
#textlinks a:visited {
	color:#333;
}
#textlinks a:hover {
  text-decoration: underline;
}
#textlinks a:active {
  text-decoration: underline;
}