	*{margin:0; padding:0;}
	html,body{
		background-color:#e77817;
		font-family:Verdana, Helvetica, sans-serif;
		font-size:12px;
		color: #ccc;
		}

	h3 {
		margin-bottom:15px;
		font-style: none;
		}

	ul {margin-bottom: 20px;}

	li {
		list-style-type: disc;
		margin: 0.7em;
		}

	.list {margin-left: 12px;}
		
	.hist li {list-style-type: none;}

	.wrapper{
		width:800px;
		margin: 0 auto;
 		background-color: #303138;
		}

	.wrapper h1 span{ display:none;}
	.wrapper h2 span{ display:none;}


/* ------------------------------------------------------------------------------    TOP */	
	.top {
		float:left;
		width: 800px;
		height: 140px;
		background: url('../img/bg.gif');
		}

	.top h1 {
		display: block;
		width: 250px;
		height: 140px;
		margin: 0 auto;
		}

	.logoBG {background: url('../img/logo.gif') no-repeat;}
	.logoEN {background: url('../img/logo_.gif') no-repeat;}

	.top a {
		float: right;
		margin: 6px 10px 0 0;
		color:#999;
		font-weight: bold;
		text-decoration: none;
		}

	.top a:hover{ text-decoration:underline;}

/* ------------------------------------------------------------------------------    CONTENT */
	.content{width: 800px;}

/* ------------------------------------------------------------- TXT */
	.txt{
		width:740px;
		padding:30px;
		color:#ccc;
		}

	.txt h3{font-size:1.4em;
		font-family:Tribuchet MS;
		}

	.txt h2{font-size: 12px;
			margin-top:1.2em;
			}

	.txt p{ margin-top: 0.7em;}
	.txt a{color:#FC3; text-decoration:none;}
	.txt a:hover{ text-decoration:underline;}

/* ------------------------------------------------------------ CLOSE */
	.close{
		margin:10px 10px 1px 300px;
		color: #999;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;	
		} 

	.close a{ color:#ccc;text-decoration: none;}
	.close a:hover{color:#999;}
