html {
	background:#D1D5DC;
}
body {
  margin: 16px auto;
  width:1000px;
  font-family: lucida grande, lucida sans console, geneva, arial, helvetica, sans-serif; 
  font-size: 11px; 
  text-decoration: none; 
  font-weight: normal; 
  line-height: normal; 
  color: #568;
  text-align:center;
}

h2 {
	font-family:georgia;
	font-size:2.2em;
	font-weight:normal;
	color:#222;
	letter-spacing:-1px;
	margin:3px 0;
}
h3 {
	margin:2px 0;
}
 
img {border:0;}

a {
	color: #6C739D;
}
a:hover {
	color: #568;
}

#header {
	margin-bottom:10px;
	text-align:left;
}
#header p {
	text-align:right;
	float:right;
}

.notice {
	text-align:left;
}

#spinner {
	position:absolute;top:300px;
	background:#eee;
	text-align:center;
	width:1000px;
	height:340px;
}

#arcflow_container {
	float:right;
	margin:14px 0;
}
#info {
	margin-top:14px;
	background:#F9E9E5;
	color:#5F3F3C;
	padding:8px;
	text-align:left;
}
#info p {
	width:300px;
}
#report {
	width:470px;
	margin-top:14px;
	background:#F9E9E5;
	color:#5F3F3C;
	padding:8px;
	text-align:left;
}
#footer {
	border-top:1px solid #A6A9AE;
	width:650px;
	margin:10px auto;
	clear:both;
}
#footer p {
	margin:5px;
}