<!--
/*
 * Style sheet for the contact.html page of the Whiskey Jack Software Web site.
 * Author: Jeff Guild
 * Date:   March 9, 2006
 */

img#whiskeyjackpic {
	position:relative;
	float:left;
	margin:0px 30px 10px 10px;
	width:200px;
	height:160px;
	}

table#contactmethods {
	width: 25em;
	margin-top: 10px;
	}

td.contact {
	vertical-align: top;
	text-align: left;
	padding:5px 5px 10px;
	background-repeat: no-repeat;
	}

#email {
	background-image: url(Mouse.gif);
	padding-left: 40px;
	}

#phone {
	background-image: url(Telephone.gif);
	padding-left: 40px;
	}

#mail {
	background-image: url(Mail.gif);
	padding-left: 40px;
	}
-->
