body {
	background: #fff;
	margin: 0;
	padding:0;
	font: 14px Sans-Serif, 'Lucida Grande', Verdana, Arial;
	color:#222;
}

a {
	color:#222;
	text-decoration: none;
	border-bottom:#ccc 1px solid;
}

a:hover {
	color:#222;
	text-decoration: none;
	border-bottom:#777 1px solid;
}

#right_top {
	margin: 7px;
	margin-bottom: 67px;
	text-align: right;
}

#top {
	margin: auto;
	width: 720px;
	margin-bottom: 8px;
	padding-bottom: 1px;
	text-align: left;
}

#center {
	margin: auto;
	text-align: center;
	width: 970px;
}

#bottom {
	margin: auto;
	margin-top: 2px;
	padding-bottom: 1px;
	width: 720px;
	text-align: right;
}


/* IE Hacks */

* html a { 
	display: inline-block;
}