html,
body {
	background:#333;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:800px;
	font:12px/20px georgia, tahoma, sans-serif; #888;
}
header {
	width:800px;
	height:135px;
	background:#fff;
	font:12px tahoma, sans-serif #333;
	padding:0;
	text-align:left;
	float:left
}
header #logo {
	width:350px;
	border:0;
	float:left;
	text-align:center;
	margin:6px auto 0;
}
header #qcont {
	width:400px;
	float:left;
	margin:40px 0 0;
	text-align:right;
}
nav {
	width:800px;
	height:50px;
	background:#c00;
	padding:0;
	margin:0 auto;
	text-align:center;
	float:left;
	border-width:0 0 2px;
	border-style:solid;
	border-color:#666;
}
nav ul {
	float:left;
	list-style:none;
	overflow:hidden;
	width:800px;
	margin:10px 9.5% auto;
	height:50px;
}
nav ul li {
	float:left;
	line-height:40px;
	height:50px;
}
nav ul li a:link,
nav ul li a:active,
nav ul li a:visited {
	text-decoration:none;
	width:140px;
	height:50px;
	text-align:center;
	margin:0 auto;
	display:block;
	border:1px solid #fff;
	background:#fc9;
	color:#930;
}
nav ul li a:hover {
	background:#ffe;
}
#current a {
	text-decoration:none;
	width:140px;
	height:50px;
	text-align:center;
	margin:0 auto;
	display:block;
	border:1px solid #fff;
	background:#69c;
	color:#fff;
}
article {
	width:800px;
	margin:0 auto;
	padding:0;
	float:left;
	background-color: #eee;
}
article section {
	width:550px;
	float:left;
	background:#fff;
	margin:0;
	text-align:justify;
	padding:20px;
}
article aside {
	width:105px;
	float:left;
	background:#eee;
	margin:0;
	text-align:center;
}
#tformat {
	width:550px;
	padding:1px;
	border:0;
}
#tformat td.p0 {
	width:200px;
	border-width:1px 0;
	border-style:solid;
	border-color:#bbb;
	background-color:#fff;
	text-align:left;
}
#tformat td.p1 {
	width:auto;
	border-width:1px 0;
	border-style:solid;
	border-color:#bbb;
	background-color:#fff;
	text-align:center;
}
#tformat td.p2 {
	width:auto;
	border-width:1px 0;
	border-style:solid;
	background-color:#fff;
	text-align:center;
	border-color:#f90;
}
#tformat td.p3 {
	width:auto;
	border-width:1px 0;
	border-style:solid;
	background-color:#fff;
	text-align:center;
	border-color:#0c9;

}
#tformat td.p4 {
	width:auto;
	border-width:1px 2px;
	border-style:solid;
	border-color:#39f;
}
#spectab {
	width:550px;
	border:0;
	border-collapse:collpase;
}
#spectab td {
	width:auto;
}

h3 {
	width:550px;
	border-style:solid;
	border-width:1px 0 2px;
	border-color:#555;
	padding:4px 0;
	color:#099;
}
footer {
	background:url("images/foot.png") no-repeat transparent;
	width:800px;
	height:40px;
	float:left;
	margin:0 auto;
	border-width:2px 0 1px;
	border-style:solid;
	border-color:#555;
}
footer p {
	font:11px georgia, sans-serif;
	color:#333;
	padding:0 0 0 20px;
	text-align:center;
}
#tableaff {
	border:0;
	width:600px;
	border-collapse:collapse;
}
#affcell td {
	width:auto;
	text-align:center;
}