BODY {
	background-color: #EEE;
}
IMG {
	border: none;
}
H1, H2, H3, H4, H5 {
	color: #801;
}
H1 {text-align: center;}
A, A:visited {
	color: #801;
	text-decoration: none;
}
TH {
	background-color: #DDD;
	padding: 2px 8px 2px 8px;
}
THEAD TH {text-align: center;}
TBODY TH {text-align: right;}
TR.a {background-color: #FFF;}
TR.b {background-color: #EEE;}
TD INPUT {width: 100%;}
SMALL {font-weight: normal; font-size: 0.7em;}

PRE {
	margin-left: 32px;
	background: #DDD;
	padding-top: 3px;
}


.container {
	border: 2px solid #801;
	background: #FFF;
	padding: 16px;
}

.left {
	float: left;
	width: 128px;
}

.main {
	margin-left: 172px;
	margin-right: 8px;
}

.full {
	margin-left: 8px;
	margin-right: 8px;
}

#header {
	padding-bottom: 50px;
}
#footer {
	padding-top: 16px;
	font-size: 0.8em;
	text-align: center;
}

