
#header {
	position: fixed;
	background: url(images/gradient.png) repeat-x;
	width: 100%;
	height: 104px;
	top: 0;
	left: 0;
	color: white;
	font: 24pt Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-top: 12px;
	padding-left: 16px;
}

#footer {
	position: fixed;
	bottom: 10;
	left: 10;
}

body {
	background-color: #e4e4e4;
	margin: 0px;
}

.head_cat {
	display: inline;
	border: 1px solid #A0A0A0;
	color: #404040;
	padding: 5px;
	font-size: 16pt;
}

.cat_wrap {
	margin-left: auto; margin-right: auto;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 2px groove #C0C0C0;
}

.attrib {
	font-size: 12pt;
}

.attrib a {
	color: inherit;
}

.attrib a:visited {
	color: inherit;
}

#contents {
	text-align: left;
	width: 100%;
	padding-top: 100px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 38px;
}

li {
	margin-top: 10px;
}

li p {
	margin-top: 5px;
}

h3 {
	color: #305284;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24pt;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.func_list {
	margin-top: 0px;
}

.func_list li {
	font-size: x-small;
	margin-top: 0px;
}

.func_list li span {
	font-size: medium;
	font-family: monospace;
}

.func_list li b {
	color: #0000b3;
}

.explanatory {
	margin-left: 20px;
	margin-top: 10px;
}
