/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */

/* --- standard --- */
body {
	background: #9c3;
	font: 12px Arial, Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	}
img {
	border: none;
	}
a {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}
.footer {
	font: 10px Arial, Verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;
	}
a.trinch {
	float: right;
	display: block;
	overflow: hidden;
	width: 56px;
	height: 8px;
	background: url(../img/trinch.gif) no-repeat 0 0;
	text-indent: -99999px;
	text-decoration: none;
	margin: 0 15px 0 0;
	padding: 0;
	}
a.trinch:hover {
	background: url(../img/trinch.gif) no-repeat 0 -8px;
	text-decoration: none;
	}