@charset "utf-8";

/* CSS Document */

/* Design by Ben Druce*/

/* 11-10-2007*/



body

{

	margin: 0;

	padding: 0;

	font-family: Arial, Helvetica, sans-serif;

	background-color: #fff;

}



#container {

	width: 900px;

	margin: 0px auto 0px auto;

	text-align: left;

	border: none;

}



#header {

	text-align: center;

}



#body {

	text-align: center;

	padding-top: 10px;

}



a:link {text-decoration: none; color: #666666;}

a:visited {text-decoration: none; color: #666666;}

a:hover {text-decoration:none; border-bottom: 5px solid #666666;}