
#printLogo{
	display 				: none;
}
#container{
	width					: 750px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	display					: block;
}
#header{
	background-image		: url(../images/bg_fade.jpg);
	background-repeat		: no-repeat;
	background-position		: right bottom;
	height					: 154px;
	border-bottom-width		: 1px;
	border-bottom-style		: solid;
	border-bottom-color		: #68B28F;	
}
#header img{
	float 					: left;
	margin-top 				: 10px;
}


#content{
	background-image		: url(../images/top_fade.jpg);
	background-repeat		: no-repeat;
	background-position		: right top;
	width					: 750px;
}
#content ul#shoppingNav{
	margin  				: 0px;
	padding 				: 0px;
	list-style				: none;
	background-image		: url(../images/ul_background.jpg);
	background-repeat		: repeat-x;
	width 					: 104px;
	float 					: left;
}
#content ul#shoppingNav li{
	border-bottom			: 1px solid #FFFFFF;
}
#content ul#shoppingNav li a{
	color 					: #71857B;
	text-decoration 		: none;
	display	 				: block;
	line-height 			: 110%;
	padding 				: 4px;
	padding-left			: 10px;
	width 					: 90px;
}
#content ul#shoppingNav li a:hover{
	color 					: #333333;
}
#contentArea{
	margin-left 			: 20px;
	margin-top 				: 30px;
	float 					: left;
	width 					: 620px;
}
.clear{
	clear 					: both;
}
#footer{
	clear 					: both;
	border-top 				: 2px solid #68B28F;
	margin-top 				: 40px;
	font-size 				: 85%;
	color 					: #999999;
}
#footer a{
	color 					: #666666;
	text-decoration 		: underline;
}
#footer a:hover{
	color 					: #000000;
}
a.btt{
	display					: block;
	border-top 				: 1px solid #68B28F;
	margin-top 				: 10px;
	padding-top 			: 5px;
	color 					: #999999;
	text-transform 			: uppercase;
	text-decoration 		: none;
	text-align 				: right;
}
a.btt:hover{
	text-decoration 		: underline;
}