body, html{
	margin:0px;
	padding:0px;
	background-color:#d7dccb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
a{
	color:#7b7b7b;
	text-decoration:none;
}
a:hover{
	color:#96be38;	
}
a img{
	border:0px;	
}
h1{
	padding:0px;
	margin:0px;
	background-image:url(images/title-bg.gif);
	height:46px;
	width:142px;
	font-size:18px;
	color:#f7f7f7;
	text-align:center;
	line-height:45px;
	margin-bottom:17px;
}
h2{
	font-size:16px;
	border-bottom:1px solid;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#96be38;
}
#header{
	background:url(images/header-bg.gif) no-repeat;
	height:93px;
	width:776px;
	margin:0 auto;
}
#container{
	background:url(images/shdw-bg.gif) repeat-y;
	height:100%;
	width:776px;
	margin:0 auto;
}
#page{
	margin:0 auto;
	width:750px;
}
#nav{
	padding:0px 0px 13px 0px;
	margin:0 auto;
	width:710px;
	border-bottom:1px solid #bfbfbf;
	text-align:center;
	color:#bfbfbf;
}
#nav ul{
	list-style:none;
	margin:0px;
}
#nav li{
	display:inline;
	width:100px;
}
#nav li a{
	padding:0 10px;
}
#nav li a.current{
	color:#96be38;
}

#content{
	width:650px;
	padding:20px 0px;
	margin:0 auto;
	color:#5b5b5b;
	min-height:350px;
}
#content p{
	margin-top:0px;	
}


#footer{
	padding:13px 0px 0px 0px;
	margin:0 auto;
	width:710px;
	border-top:1px solid #bfbfbf;
	text-align:center;
	color:grey;	
}
#footer table{
	text-align:center;
	width:750px;
	margin:0 auto;
}
#footer td{
	width:33%;	
}
#base{
	background:url(images/shdw-btm.gif);
	height:31px;
	width:776px;
	margin:0px auto;
}
img.right{
float:right;
position:relative;
}
img.border{
float:right;
position:relative;
border:5px solid #bfbfbf;
margin:20px 20px 0 0;
}
table.products{
	text-align:center;
	width:100%;
}
.credit{
	width:740px;
	margin:-10px auto 0 auto;
	text-align:right;
	font-size:10px;
	color:#7b7b7b;
	padding:0px;
}
