 a:link, a:visited, a:active{
	color: #3C70A3;
	font-weight: bold;
	text-decoration: none;
}
 a:hover{
	text-decoration: underline;
}
#gsTips{
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	width: 780px;
}
#gsTips .header {
	background: url(../images/gsHeader_bg.jpg) no-repeat top center;
	padding-bottom: 25px;
}

#gsTips h1 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 20px;	
}

#gsTips h2 {
	font-size: 16px;
	text-align: center;	
	margin: 0;
	padding: 0;
}
#gsTips h3{
	margin: 0;
	padding: 0;
}
#gsTools {
	width: 780px;
	padding: 0 20px;
}
.tips  {
	float: left;
	width: 500px;
}
.supplies{
	border-left: 1px solid #ccc;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	width: 250px;
}
.supplies p{
	margin:8px 0 0 10px;
}
#gsTips ul.check {
	adding: 0 0 0 25px;
}
#gsTips .check li {
	list-style-image: url(../images/check.jpg);
	margin: 10px 0;
}
/* Hidden for print version */

#print_header{
	display: none;	
}

