a img {height: 20px; width: 132px; border-width: 0;}
a#mailto img {background: url(mailto.gif) top left no-repeat;}
a#mailto:link img {background: url(mailto.gif) top left no-repeat;}
a#mailto:active img {background: url(mailto_high.gif) top left no-repeat;}
a#mailto:hover img {background: url(mailto_high.gif) top left no-repeat;}

	html,
	body {
		margin:0;
		padding:0;
		color:#000;
		background:#4C171A;
	}
	p {
		margin:0px 0 0 0;
		padding:0;
		font-size:1px;
		line-height:1px;
	}
	/* styles for IE 5 Mac */
	#centerwrap {
		background-color:#4C171A;
		width:720px;
		height:420px;
		margin:0px auto;
		position:relative;
	}
	
	#content {
		background-color:#4C171A;
		position:absolute;
		top:0px;
		left:0px;
		height:420px;
		width:670px;
		padding:0px 0px 0px 0px;
		overflow:auto;
	}
	/* commented backslash hack  - invisible to IE 5 \*/
	#centerwrap {
		position:absolute;
		margin:-210px 0 0 -360px;
		left:50%;
		top:50%;
	}
	/* end hack */
