
a:link {text-decoration:none;color:#666666;}
a:visited {text-decoration:none;}
a {text-decoration:none;color:#666666;}
a:hover {text-decoration:none;color:#333333;}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#content{ width:750px; margin:0 auto;
position:relative;
}
#store{font-size:12px;
position:absolute;
top:45px;
right:80px;


}


#store a{
	display:block;
	width:38px;
	height:27px;
	overflow:hidden;
	text-decoration:none;
	border:0px;
	text-indent:-999999px;
	background:url(../images/storebtn2.png) no-repeat right 27px;
     cursor:pointer;

	
	}


#store a:hover{
	display:block;
	width:38px;
	height:27px;
	overflow:hidden;
	text-decoration:none;
	border:0px;
	text-indent:-999999px;
	background:url(../images/storebtn2.png) no-repeat right -28px; /*28 so that white doesn't show*/
	cursor:pointer;

  
	
	}
