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

/* body */
body {
	background-color: #323232;
	color:#666;
	font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

/* general */
a {
	color:#EA5E00;
	text-decoration:none;
}
a:hover {
	color:#C00;
	text-decoration:underline;
}

/* header */
#header {
	background:#323232 url('image/background_header.jpg') center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:100px;
	line-height:100px;
	margin:0 0 0 20px;
	width:180px;
}
#header_inside h1 span {
	color:#9c0;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	width:600px;
}
#header_inside ul li {
	border-left:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:75px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
	text-decoration:none;
}
#header_inside ul li a:hover {
	background:#999;
	color:#fff;
}
#header_inside ul li a.active {
	background:#EA5E00;
	color:#fff;
}

/* content */
#content {
	background:#323232 url('image/background_header.jpg') center repeat-y;
	clear:both;
	width:100%;

}
#content_inside {
	margin:0 auto;
	width:800px;
    min-height:400px;
}

#content_inside_main {
	float:left;
	line-height:150%;
	width: 800px;
	padding:20px 20px 20px 20px;
}

#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	margin-right:40px;
	font-size:125%;
}
#content_inside_main h2 {
	color:#ccc;
	font-size:115%;
	text-align:right;
}
#content_inside_main p {
	padding:0 40px 10px 0px;
	text-align:justify;
	color:#FFF;
}

#eng {
	padding:0 40px 10px 0px;
	line-height:1em;
	text-align:justify;
	color:#FFF;
	font-style:italic;
	
}

/* footer */
#footer {
	background:#323232 url('image/background_footer.jpg') center repeat-y;
	clear:both;
	height:40px;
	width:100%;
}
#footer_inside {
	border-top:1px solid #ccc;
    border-bottom:5px solid #333;
	height:40px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
	line-height:40px;
	text-align:center;
}
	
#footer_inside a.active {
	background:#EA5E00;
	color:#fff;
}
#closing {
	background:#323232 url('image/background_closing.jpg') center repeat-y;
	height:10px;
	clear:both;
}
