html, body {
	background: #606E77 url(../images/page_background.png) repeat fixed 50% 50%;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
}

#container {
	width: 740px;
	position: relative;
	margin: 0 auto;
	background: white url(../images/container_background.png) repeat-y fixed 50% 50%;
}

#header, #footer {
	padding-left: 0;
}

img {
	border: 0;
}

.section {
	margin: 0 24px;
	background: #B9C2C7 url(../images/section_corner.png) no-repeat 0% 0%;
}

.section h3 {
	margin: 0;
	padding: 0.2em 1em;
}

.section p {
	font-size: small;
	padding: 1em;
	margin-top: 0;
	padding-top: 0;
}

.section pre {
  background-color: #A9B2B7;
  border: 1px black solid;
  overflow: auto;
  margin-top: 0;
  padding-top: 0;
  margin-left: 1em;
  margin-right: 1em;
}

.small {
	font-size: x-small;
}

.section ul {
	padding-top: 0;
	margin-top: -1em;
	padding-bottom: 1em;
}

.section li {
	margin-top: 0;
	padding-top: 0;
	font-size: small;
	list-style-type: square;
}