@charset "UTF-8";
@import url("reset.css");
@import url("style.css");
@import url("subpages.css");
@import url("general.css");
/* CSS Document */

#help_image{
	width: 578px;
	margin: 1px 0 7px 0;
	border: solid 1px #CCC;
	text-align: center;
}

.p_section {
	width: 188px;
	height: 200px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: solid 1px #696969;
	margin: 0 1px 8px 1px;
	vertical-align: top;
	position: relative;
	padding-bottom: 8px;
}
.p_section ol {
	list-style-type: decimal;
}
.p_section ul {
	list-style-type: none;
	list-style-image: url('../../img/icons/list_dash.jpg');
	*list-style-image: url('../../img/icons/list_dash.gif');
}
.p_section li {
	margin: 0 0 3px 0;
}
.p_section .p_section_list li {
	padding: 0 0 0 0px;
	margin: 0 0 3px 0;
}
.p_section .p_section_list li a {
	color: #696969 !IMPORTANT;
}
.p_section .p_section_list li a:hover {
	text-decoration: underline !IMPORTANT;
}
.p_section .p_section_link {
	position: absolute;
	bottom: 7px;
	left: 4px;
}