body {
    margin: 0;
    font-family: Helvetica;
	background: #c8c8c8 url(../i/pinstripes.png);
    color: #000;
	text-shadow: 0 0 0 #000;
	opacity: 0.99999;
}
h1 {
	margin: 0;
	padding: 0 0 0 10px;
    height: 43px;
	line-height: 43px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    border-bottom: 1px solid #006200;
    border-top: 1px solid #10d610;
	background: transparent url(../i/toolbar.png) repeat-x center left scroll;
}
h1 a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	color: #fff;
}

h2 {
	margin: 0 -10px;
	padding: 0 0 0 10px;
    height: 30px;
	line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	background: transparent url(../i/toolbar.png) repeat-x center left scroll;
}
p { line-height: 1.4em; }
#container {
	margin: 0 auto;
	width: 980px;
	background: #fff;
}
#maincontent {
	padding: 10px;
}
