body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: white;
	background-image: url(images/back-gradient.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/63.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #header {
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: 5px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/64.png);
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: center top;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/64.png);
	height: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
	font-size: 10px;
}
h1 {
	font-size: 18px;
	font-variant: small-caps;
	color: #9A4100;
	padding: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-variant: normal;
	color: #000;
	padding-right: 0px;
	padding-left: 0px;
	font-style: italic;
}
#footer .last {
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
}
#mainContent ul li {
	margin: 0px;
	font-size: 12px;
	font-style: bold;
	font-variant: normal;
	color: #3d3d3d;
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
}
.img-left-home {
	float: left;
}
.img-right {
	float: right;
	border: 1px solid #131218;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 2px;
}
.img-left {
	float: left;
	border: 1px solid #131218;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 2px;
}
/*#mainContent table tr td {
	background-image: url(index_htm_files/73.png);
	background-repeat: no-repeat;
	background-position: center;
	
}
#container #mainContent table {
	height: 170px;
}*/
.box{
	background-image: url(images/73.png);
	background-repeat: no-repeat;
	height: 170px;
	background-position: 25px 0px;
}
#header ul {
	float: right;
	list-style-type: none;
	margin-right: 10px;
	margin-top: 95px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	font-size: 12px;
	color: white;
	text-decoration: none;
	background-color: #3F1100;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#header ul li a:hover {
	color: #FFF;
	background-color: #FF8432;
}
.box-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-bottom: 15px;
}
.box-copy {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

.box-copy a{
	color: #FFF;	
}
#footer p a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.price-table {
	font-size: 10px;
}

