body
{
	/*background: #ffffff url(../images/background.gif) repeat-x center top;*/
	/*background: url(../images/baseline.png) repeat 0 0;*/
	/*background: url(../images/baseline+unit.png) repeat 0 0;*/
	color: #333333;
}

.pagetop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 13px;
	background: url(../images/pagetop.png) repeat-x center top;
}

/* @group Typography */

a:link,
a:visited {
	color: #333333;
}

#footer p,
#footer a:link,
#footer a:visited {
	color: #999999;
}

a:hover,
a:active,
#footer a:hover,
#footer a:active {
	color: #357823;
}

h2, h3 {
	color: #666666;
}

/* @end */