body, html	{
	height: 100%;
}
body	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8F1E7;
}
body,table,tr,td	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #6E4000;
}
td, th {
	vertical-align: top;
	text-align: center;
}
td.left {
	vertical-align: top;
	text-align: left;
}
td.right {
	vertical-align: top;
	text-align: right;
}
img	{
	border-width: 0;
}
h1, h2, h3	{
	font-weight: bold;
	color: #6E4000;
	display: inline;
}
h1	{
	font-size: 16px;
}
h2	{
	font-size: 14px;
}
h3	{
	font-size: 12px;
}
th	{
	background-color: #624E11;
}
#header	{
	width: 750px;
	height: 125px;
	background: url(../images/headerbg.jpg) no-repeat;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: auto;
        text-align: left;
}
#content {
	top: 125px;
	left: 0px;
	width: 750px;
	height: auto;
	background: url(../images/contentbg.jpg) repeat-y;
	z-index: 30;
}
#text	{
	position: relative;
	top: 10px;
	left: 210px;
	width: 380px;
	height: auto;
	z-index: 50;
}
#logo1, #logo2, #content	{
	position: absolute;
}
#logo1	{
	top: 20px;
	left: 200px;
	width: 400px;
	height: 105px;
	z-index: 100;
}
#logo2	{
	top: 20px;
	left: 600px;
	width: 130px;
	height: 130px;
	z-index: 100;
}
#viewbasket	{
	position: absolute;
	left: 615px;
	top: 250px;
	z-index: 1000;
}
#copyrightbg	{
	background: url(../images/footerbg.jpg) no-repeat;
	left: 0px;
	height: 71px;
	width: 750px;
}
#copyright	{
	position: relative;
	color: #026173;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	left: 0px;
	top: 35px;
	height: 20px;
	width: 750px;
	z-index: 100;
}
#subscribe	{
	position: absolute;
	left: 605px;
	top: 50px;
	width: 120px;
	z-index: 1000;
}
a:link, a:visited, a:hover, a:active	{
	font-weight: bold;
}
a:link, a:visited, a:active	{
	color: #026173;
}
a:hover	{
	color: #017D94;
}