/* .......................................... Reset*/

* {
margin: 0;
padding: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
}

img {
	border-style: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 917px;
	margin: auto;
	padding: 0px;
}

#facebook {
	display: block;
	width: 40px;
	height: 24px;
	background: url("facebook.gif") no-repeat 0 0;
	}
	
#facebook:hover { 
	background-position: 0 -24px;
	}

#twitter {
	display: block;
	width: 40px;
	height: 24px;
	margin: 10px 0px 10px 0px;
	background: url("twitter.gif") no-repeat 0 0;
	}
	
#twitter:hover { 
	background-position: 0 -24px;
	}
	
#Grip {
	font-weight: bold;
	color: #725d4b;
	text-decoration: none;
	font-size: 9.5px;
	}
	
#Grip:hover {
	color: #c97018;
	}