@charset "utf-8";
/* Zhabry Khali */

* {
 padding:0;
 margin:0;
}
body{
	margin:0;
	padding:0;
	color: #000;
	background:#11110E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #CCC;	
	text-decoration:none;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a img {
	border: none;
}
#container{
	width:970px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#header{
	width:970px;
	height:160px;
	background:url(images/header.jpg) no-repeat;
}
#header h1{
	padding:40px 0 0 400px;
}
#left{
	width:390px;
	float:left;
	background:url(images/sidebar.jpg) no-repeat;
	min-height:450px;
}
#right{
	width:580px;
	float:right;
	background:url(images/txt_back.jpg) no-repeat;
}
#txt{
	width:573px;
	padding:0 6px 0 1px;
}
#txt_top{
	height:81px;
	background:url(images/title_top.jpg) no-repeat;
}
#txt_top h1{
	margin:0 auto;
	padding:25px 0 0 0;
	text-align:center;
}
#txt p{
	padding:7px 0 0 5px;
	text-align:left;
	line-height:18px;
}

#txt_big {
    width:480px;
	height:470px;
    overflow-y: auto;
    overflow-x: hidden;
	padding:0 35px 0 35px;
}
#menu{
	width:970px;
}
#menu li{
	width:220px;
	height:46px;
	background:url(images/menu.jpg) no-repeat;
	list-style:none;
	padding:15px 15px 0 80px;
	font-size:22px;
	color:#CCCCCC;
	text-align:left;
	float:left;
}
.myself{
	text-align:center;
	font-size:11px;
	font-style:italic;
}
.fragment{
	margin:350px 0 0 0;
}
#footer{
	border-top:1px solid #CCCCCC;
	padding:10px;
	width:970px;
	font-size:10px;
	color:#ccc;
	text-align:center;
}
.clearer {
	clear: both;
}
