body, a {
	background-color:#181818;
	color:#88888a;
	font-family:Arial, sans-serif;
	text-decoration:none;
}

a:focus {
	color:#cc5500;
}

a:hover {
	color:#663300;
}

a:active {
	color:#cc5500;
}

.menu_actual {
	color:#cc5500;
}

.header {
	height:90px;
	position:absolute;
	top:0px;
	width:820px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#88888a;
}

.header_main {
	font-weight:bold;
	font-size:30px;
	position:relative;
	top:30px;
}

.header_sub {
	font-weight:bold;
	font-size:20px;
	position:relative;
	top:25px;
}

.menu {
	width:160px;
	font-weight:bold;
	font-size:15px;
	position:absolute;
	top:120px;
}

.content_main_txt {
	padding:10px;
	position:absolute;
	top:120px;
	left:190px;
	width:615px;
	height:400px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	vertical-align:left;
	text-align:top;
}

.content_main_img {
	position:absolute;
	top:120px;
	left:190px;
	width:400px;
	height:400px;
	border-width:0px;
	border-color:#000000;
	border-style:solid;
	vertical-align:middle;
	text-align:center;
}

.content_main_img_self {
	position:relative;
	top:5px;
	right:5px;
	float:right;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}

.content_sub {
	position:absolute;
	top:120px;
	left:600px;
	width:225px;
	height:400px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	overflow:auto;
}
.content_main_img_mk {
	position:absolute;
	top:120px;
	left:190px;
	width:600px;
	height:400px;
	border-width:0px;
	border-color:#000000;
	border-style:solid;
	vertical-align:middle;
	text-align:center;
}

.content_sub_mk {
	position:absolute;
	top:120px;
	left:800px;
	width:225px;
	height:400px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	overflow:auto;
}

.main_img {
	vertical-align:middle;
	text-align:center;
	border-width:2px;
	border-style:solid;
	border-color:#000000;
}

.thumb {
	padding:10px;
	cursor:pointer;
	width:80px;
}