html {
	margin: 0;
	padding: 0;
	}
body {
	clear: right;
	}

a:link {
	color: #000000;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
	color: #C93;
	text-decoration: none;
	}

#header {
	background: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	width: 373px;
	height: 180px;
}

#navi {
	text-transform: uppercase;
	display: block;
	position: absolute;
	left: 14px;
	top: 210px;
	width: 200px;
	height: 152px;
	}


#right {
	right: 234px;
	top: 122px;
	float: right;
	position: absolute;
	width: 518px;
	height: 211px;
	background-color: #F00;
	border-color: #066;
	border: 2;
}

#center {
	top: 219px;
	position: absolute;
	width: 500px;
	left: 276px;
	height: 400px;
	line-height: 1.5;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	color: #333;
	padding-right: 15px;
	text-transform: uppercase;
	}

#pageHeading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	font-style: italic;

