body {
	background-color: #fff;
	margin: 0px;
	font: 12px Verdana;
	}

a{
	text-decoration: none;
	color: #000;
	}
	
a:hover {
	text-decoration: underline;
	}

div#page {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	position: relative;
	top: 30px;
	margin-left: 5px;
	}

div#header-sig {
	display: block;
	clear: both;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #8e1011;
	float: left;
	background: #ff0000;
	}

div#header-sig img {
	border: none;
	}

div#header-links {
	display: block;
	clear: both;
	width: 792px;
	height: 16px;
	float: left;
	font-size: 10px;
	text-align: right;
	padding-top: 2px;
	color: #666;
	}

div#header-links a{
	color: #666;
	}









