BODY {
	margin:0px;
	padding:0px;
	background-color:#545454;
	background-image:url(images/back.gif);
	background-repeat:repeat;
	font-size:.9em;
	font-family: Verdana, sans-serif;
}
IMG {
	border:0;
}
#container {
	margin-right:auto;
	margin-left:auto;
	width:720px;
	background-color:#ffffff;
	border: 1px solid black;
}
#logo {
	width:312px;
	height:156px;
	float:left;
}
.nav {
	width:259px;
	height:156px;
	background-image:url(images/nav-back.jpg);
	background-repeat:no-repeat;
	float:right;
}

.nav a {
	color:#205307;
	font-size: 1.6em;
	text-decoration: none;
	display: block;
	padding-left: 60px;
	line-height:37px;
	width:185px;
	height:37px;
	margin-left:14px;
	font-family: Impact;
	font-weight:bold;
	
}
.nav a:hover {
	color:#ffffff;
	display: block;
	background-image:url(images/btn-back.gif);

}

.product {
	width:200px;
	font-family: Impact;
	color:#205307;
	font-size: 1.6em;
	text-decoration: none;
	text-align:center;
	float:left;
}
.product a{
	color:#205307;
	text-decoration: none;
}
#pic {
	float:right;
}


.tbar {
	width:700px;
	height:20px;
	background-color:#7bde1a;
	background-image:url(images/bar-back.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align:right;
	padding-right:20px;
}
.tbar a {
	line-height:20px;
	color:#000000;
	font-weight:bold;
	font-size:.8em;
}
#main {
	width:680px;
	background-color:#eefede;
	padding:20px;
}
#ind-content {
	width:410px;
	float:left;
}
#special {
	width:250px;
	float:right;
}

#foot {
	width:700px;
	height:37px;
	padding-left:20px;
	background-color:#7bde1a;
	background-image:url(images/foot-back.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid black;
}
#copyright {
	line-height:37px;
	color:#ffffff;
	font-size:.75em;
}
#copyright a {
	color:#ffffff;
}
.checkout a{
	color:#ffffff;
}

h1 {
	font-size:19px;
}