body {
  background: #171719 url('/images/ikki_bg.jpg') repeat;
  color:#80868b; font-family: arial, sans-serif;
  margin: 0; }
#content {
  position:absolute;
  top:227px; left:290px;
  width:430px;
  height: 300px;
  }
#disc {
  width:430px; height:87px;
  background:transparent url('../../images/feathered.png') no-repeat center top;
  }
  #disc p {
  width:185px; margin-left:214px;
  font-size:10px; font-family:'arial narrow', sans-serif;
  color:#35393b; text-align:right;
  text-indent:0; line-height:12px
  }
  #disc a {
  color:#3b545a; }
p {
  font-size:11px;
  line-height:18px;
  text-align:justify;
  text-indent:0px;
  margin-top:0px;
  margin-bottom:7px; }
  p.begin {
    text-indent:55px; }
  p.begin:first-letter {
    color:#77827e;
    font-size:14px;
    font-family:'courier new',monospace; }
em {
  color:#64860e;
  font-family: 'times new roman', serif;
  }
ins {
  color:#c24c0e;
  font-family: 'lucida sans', 'lucida sans unicode', monospace;
  }
strong, b {
  color:#14a2a8;
  font-family: verdana, arial, sans-serif;
  font-size:90%; }
a {
  color:#e7eae7;
  text-decoration: none;
  }
a:hover {
  color:#d72526; }
a:active {
  color:#e5a338; }
h1 {
  font-family: century gothic, sans-serif;
  font-size:22px;
  color:#6daec0;
  text-align: right;
  font-weight:400;
  margin:1px 5px; }
#content img {
  padding:3px;
  background-color:#62647a;
  opacity:0.6; filter:alpha(opacity=60)
  }
  #content img:hover {
  opacity:0.9;filter:alpha(opacity=90)
  }
li {
  font-size:11px;
  font-family: 'lucida sans', monospace;
  list-style:square;
  margin: 0px 15px;
  }
h2 {
  color:#3c5db6;
  font-size:20px;
  font-family: arial;
  text-transform:lowercase;
  letter-spacing:-1px;
  text-align:center;
  }
#content blockquote {
  background-image:url('/images/ikki_block.png');
  margin-left:50px; margin-right: 50px;
  padding:5px;
  font-size:11px;
   border:1px solid #415162;
  color:#737b83;
  width:320px;
  }

/* ACCORDIAN */
#slider{
  border:0px;
  padding:0px;
  width:70px;
  position:absolute;
  top:360px; left:170px;
  width:190px;
  height:250px;
  color:#d9ded6;
  z-index:2;
}

.header {
	width:70px;
	padding:2px 0 0 0;
	cursor:pointer;
	background-color:transparent;
	text-align:right;
	color:#E6E2D8;
	font-family:'courier new', monospace;
	font-size:12px;
	margin: 7px 0 0 0 }
.header a, .header a:active, .header a:hover {
	color:#E6E2D8; }
.header:hover {
	color:#c7ccc8;
	}
.content {
	overflow:hidden;
	margin:0;}
.text {width:70px; border:0px; padding:0; margin:0;
	background-color:transparent;
	}
	.text ul, .text li {
		margin: 0px;
		padding: 0;
		font-family: 'arial narrow', arial, sans-serif;
		font-size: 10px;
		list-style: none
		}
	.text li a {
		color:#fc9623;
		font-family: 'arial narrow', arial, sans-serif;
		font-size: 10px;
		padding: 1px 0 0 15px;
		display:block;
		border-bottom:1px solid #242627;
		}
	.text li a:hover {
		color:#3062ec;
		background-color:#141415;
		border-bottom:1px solid #111;
		padding: 1px 0 0 5px;
		display:block;
		border-left: 10px solid #bd2323;
		}

/* FORM */
textarea, input, select, option {
  background-color: transparent;
  border:0px;
  border-bottom: 3px double #457785;
  color:#64860e;
  font-family: 'lucida sans', 'lucida sans unicode';
  font-size:11px;
 }