h1 {
	font-size: 18px;
	color: #333333;
	margin-left: 30px;
	padding: 4px 3px 3px 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 3px solid #FF0000;
	margin-bottom: 15px;
	background-color: #CCCCCC;
}
h2 {
	font-size: 16px;
	color: #333333;
	margin: 0px;
}
li {
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
#main_box {
	margin: 0px;
	position: absolute;
	top: 80px;
	width: 600px;
	padding: 0px;
	left: 130px;
}
#box_l {
	width: 180px;
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	position: absolute;
	left: 20px;
}
#box_r {
	width: 180px;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	position: absolute;
	left: 400px;
}
ul {
	margin-top: 0px;
}
#box_m {
	width: 180px;
	margin-left: 10px;
	padding-left: 10px;
	position: absolute;
	left: 210px;
}
#menu_box {
	width: 130px;
	left: 5px;
	top: 100px;
	position: absolute;
}
.menu {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
}
#contener {
	background-image: url(50-back11.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
}
.menu1 {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.line_r {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
	margin-right: 3px;
}
