h2 {
	text-align: center;
}

#content #container,
#content #container-top,
#content #container-bottom {
	width: 650px;
	margin: 0 auto;
	padding: 25px;
	font-family: Arial, sans-serif;
}

#content #container-top {
	padding: 0 25px;
	font-size: 1px;
	line-height: 1;
	height: 8px;
	background: url(/img/hygiene/panel-top.png) 0 0 no-repeat;
}
* html #content #container-top { background: url(/img/hygiene/panel-top-ie6.png) 0 0 no-repeat; }

#content #container {
	background: url(/img/hygiene/panel-middle.png) 0 0 repeat-y;
}
* html #content #container { background: url(/img/hygiene/panel-middle-ie6.png) 0 0 repeat-y; }

#content #container-bottom {
	padding: 0 25px;
	font-size: 1px;
	line-height: 1;
	height: 6px;
	background: url(/img/hygiene/panel-bottom.png) 0 0 no-repeat;
	margin-bottom: 20px;
}
* html #content #container-bottom { background: url(/img/hygiene/panel-bottom-ie6.png) 0 0 no-repeat; }

#content a {
	font-weight: 700;
}

h3 {
	margin: 10px 0;
}

table td, table th {
	text-align: left;
}

table {
	margin-bottom: 1em;
}