/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background-image: url(img_1.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	border-top: 10px #000000 solid;
}

.base{
	padding: 0 10px;
	border-top: 7px #330000 solid;
	border-bottom: none;
	padding-top: 55px;
	color: #FFFFFF;
}

div.all{
	width: 700px;
	height: 200px;
	border: 3px #222222 solid;
	border-bottom: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img_1.gif);
	background-position: top;
	background-repeat: repeat-x;
}

h1{
	font-size: 17px;
	width: 300px;
	line-height: 110%;
	border-left: 6px #660000 solid;
	padding-left: 7px;
	margin-left: 10px;
}

#navigation{
	margin-top: 10px;
	border-top: 2px #111111 solid;

}

#navigation h2{
	border-top: 1px #333333 solid;
	text-indent: -99999px;
}

#navigation ul{
	border-top: 1px #222222 solid;
	border-right: 3px #111111 solid;
	border-left: 3px #111111 solid;
	height: 34px;
	background-image: url(img_1.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-left: 20px;
	margin-bottom: 30px;
}

#navigation li{
	float: left;
	list-style-type: none;
}

#navigation li a{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 8px 25px;
	border-right: 1px #222222 solid;
	border-bottom: 3px #330000 solid;
	font-size: x-small;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #000000;
	background-image: url(img_2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#navigation li a:hover{
	padding-top: 9px;
	padding-bottom: 11px;
	border-bottom: 3px #660000 solid;
}

.section{
	color: #222222;
	border: 1px #333333 solid;
	border-top: none;
	background-color: #f5f5f5;
	background-image: url(img_2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px 20px 40px;
	font-size: small;
	line-height: 150%;
}

.section h2{
	font-size: 16px;
	background-image: url(img_1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.section .section{
	border: 1px #CCCCCC solid;
	background-color: #ebebeb;
	background-image: none;
	padding: 15px 30px;
	margin-top: 25px;
	padding-bottom: 20px;
	list-style-position: inside;
}

h3{
	font-size: 16px;
	background-image: url(img_3.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 15px;
	margin-left: -20px;
}

.section .section p{
	text-align: justify;
	text-justify: inter-ideograph;
	border-left: 2px #333333 dotted;
	padding-left: 15px;
	margin-top: 10px;
}

.section .section a{
	color: #990000;
	padding-left: 5px;
	padding-right: 5px;
}

.section .section a:hover{
	color: #CC0000;
}

h4{
	font-size: 14px;
	margin-top: 20px;
	color: #660000;
	margin-left: -33px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 25px #d3d3d3 solid;
}

hr{
	border: none;
	border-top: 2px #333333 dotted;
	_height: 2px;
}

.section .section li{
	margin-bottom: 5px;
	color: #333333;
}
.section .section ol ul{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.section .section code,.section .section em{
	border-bottom: 2px #CCCCCC solid;
	padding-bottom: 1px;
	margin-right: 10px;
}

.finally{
	background-image: url(img_1.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px #333333 solid;
	border-top: none;
	border-bottom: none;
	font-size: x-small;
	letter-spacing: 1px;
	padding-top: 50px;
}

.finally a{
	color: #990000;
	margin: 0 4px;
}

.finally a:hover{
	color: #CC0000;
	margin: 0 4px;
}

.finally h2{
	font-size: x-small;
	border-left: 5px #660000 solid;
	padding-left: 10px;
	margin: 0px 20px;
	margin-bottom: 7px;
}

.finally p{
	margin: 0px 20px;
	margin-bottom: 10px;
}

.finally li{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.finally dl{
	clear: both;
	background-image: url(img_2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	padding-left: 20px;
}

.finally dt,.finally dd{
	float: left;
	margin-right: 10px;
}