/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	background:#343434 url('image/background_body.jpg') repeat-x;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}


