* {
	margin: 0;
	padding: 0px;
}

html {
	background: #333333;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	width: 100%;
	display: table;
}

a {
	color: #CCFF00;
}

a:hover {
	color: #FFFFFF;
}

#background_section_top {
	width: 100%;
	height: 217px;
	background: url(layout/background_section_top_bg.jpg) repeat-x;
}

#background_section_middle {
	width: 100%;
	background: #333333;
	clear: both;
	overflow: hidden;
}

#background_section_bottom {
	width: 100%;
	height: 327px;
	background: url(layout/background_section_bottom_bg2.jpg) repeat;
	float: left;
}

.container {
	width: 960px;
	margin: auto;
}

#header {
	width: 100%;
	height: 168px;
	background: url(layout/header_bg.jpg) repeat-x;
}

#menu_panel {
	width: 100%;
	height: 49px;
	margin: 0 auto;
	background: url(layout/menu_bg.jpg) repeat-x;
	float: left;
}

#menu_panel #menu_section {
	width: 930px;
	height: 49px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding-top: 4px;
	list-style: none;
}

#menu_section ul li {
	display: inline;
}

#menu_section ul li a {
	float: left;
	width: 110px;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

#menu_section li a:hover,
#menu_section li .current {
	color: #ccff00;
	height: 36px;
	background: url(layout/menu_current.jpg) repeat-x;
}

#right-section {
	width: 590px;
	float: right;
	margin: 10px 10px 10px 10px;
}

/* * html #right-section {
	margin-left: 15px;
} */

#left-section {
	width: 310px;
	float: left;
	margin: 10px 10px 10px 30px;
}

/* * html #left-section {
	margin-right: 15px;
} */

.post {
	width: 552px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.post_top {
	width: 551px;
	height: 47px;
	background: url(layout/post_top.jpg) no-repeat;
}

* html .post_top h1 {
	margin-bottom: -11px;
}

.post_top h1 {
	font-size: 18px;
	color: #ccff00;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 25px;
}

.post_mid {
	width: 551px;
	background: url(layout/post_middle.jpg) repeat-y;
}

.post_mid .body {
	margin-left: 1px;
}

.post_bottom {
	width: 551px;
	height: 39px;
	background: url(layout/post_bottom.jpg) no-repeat;
}

.post_mid img {
	border: #ccc solid 1px;
	float: left;
	margin: 3px 15px 0 0;
}

.post_mid p {
	font-size: 12px;
	color: #fff;
	margin: 0px 25px 25px 25px;
	text-align: justify;
}

span.post {
	margin: 25px;
	color: #999999;
	font-size: 11px;
}



.section_box {
	width: 292px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.section_box_top {
	width: 292px;
	height: 41px;
	background: url(layout/section_box_top.jpg) no-repeat;
}

* html .section_box_top {
	margin-bottom: -11px;
}

.section_box_top h1 {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
}

.section_box_mid {
	width: 292px;
	background: url(layout/section_box_middle.jpg) repeat-y;
}

.section_box_mid p {
	font-size: 12px;
	color: #fff;
	margin: 0px 15px 15px 15px;
	text-align: justify;
}

.section_box_mid p a {
	font-size: 12px;
	color: #ccff00;
}

.section_box_mid img {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-left: 13px;
	border: none;
}

.section_box_mid ul {
	margin-bottom: 15px;
	margin-top: 0px;
	padding-right: 15px;
	color: #fff;
	margin-left: 35px;
}

.section_box_bottom {
	width: 292px;
	height: 28px;
	background: url(layout/section_box_bottom.jpg) no-repeat;
	margin-top: -15px;
}

.clear {
	clear: both;
	height: 1px;
}

#bottom_panel {
	clear: both;
	width: 100%;
	height: 322px;
	margin: 0 auto;
	background: url(layout/background_section_bottom_bg.jpg) repeat-x;
}

#bottom_panel #bottom_section {
	width: 960px;
	margin: 0 auto;
	height: 322px;
}

#bottom_section .bottom_section_box {
	float: left;
	display: inline;
	margin-top: 30px;
	margin-left: 30px;
	/* width: 278px; */
	/* width: 292px; */
	border: 1px solid #333333;
	background-color: #191919;
}

.bottom_section_box .top {
	/* width: 263px; */
	/* +15 for padding left and + 2 for border */
	height: 25px;
	margin-left: -1px;
	margin-top: 5px;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	background: url(layout/buttom_section_box_top.jpg) no-repeat;
}

.bottom_section_box .body {
	width: 258px;
	padding: 15px;
	height: 200px;
}

.bottom_section_box .body-continued {
	height: 240px;
}

.bottom_section_box .body ul {
	margin-left: 20px;
	padding: 0px;
	color: #fff;
}

.bottom_section_box .body li {
	margin: 0px;
	padding: 0px;
}

.body p {
	text-align: justify;
	padding: 0px;
	color: #fff;
}

#bottom_section #footer_section {
	clear: both;
	width: 960px;
	margin-top: 30px;
	padding: 10px 0;
	color: #fff;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: var(--border-radius, 100em);
	padding: 1em 2em;
	font-weight: bolder;
}

button:hover {
	cursor: pointer;
}

button+button {
	margin-left: 1em;
}

body {
	min-height: 100vh;
	background: var(--bg);
}

:root {
	--bg: #222;
	--fg: #fff;
	--border-radius: 9em;
	font-size: 30px;
}

html,
body {
	height: 100%;
}

a:hover {
	color: #ff00f0;
	text-decoration: none;
}

a:active {
	color: #5335AD;
	text-decoration: none;
}

.link_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	gap: 10px;
}

marquee img {
	z-index: 1;
	opacity: 0.2;
}