 body{
margin:0px; 
padding:0px; 
font-size:9px; 
font-weight:none; 
color:#FBCB57; 
word-spacing:2px; 
font-family:Verdana;
background-color:#BD0808;
background-repeat:repeat-x; 
background-position:top right; 
background-image: url(images/index_01.jpg);
width:100%; 
cursor:default;}

blockquote
{
background:#000000 url(images/statbg.gif)right no-repeat; 
width:320px; 
color:#FFFFFF; 
border:5px #370007 solid; 
font-family:Verdana,Arial,Helvetica,sans-serif; 
font-weight:bolder; 
font-size:8px; 
height:191px; 
text-align:left; 
margin-left:60px; 
margin-right:0px;}


.stats
{
padding-right:130px; 
padding-left:10px; 
padding-top:30px; 
padding-bottom:2px;}

p{
margin-left:15px; 
margin-bottom:3px; 
margin-right:26px; 
font-family:Verdana,Arial,Helvetica,sans-serif; 
font-size:11px; 
color:#860100; 
text-align:left;}

a:link, a:active, a:visited{
color:#BF3319; 
cursor:cross; 
text-decoration:none;
font-weight:normal;
font-style:Verdana,Arial,Helvetica,sans-serif;}

a:hover{
color:#000000; 
cursor:cross; 
text-decoration: underline;
font-style:Verdana,Arial,Helvetica,sans-serif;}



h1
{color:#370007; 
background:url(images/h1.gif) center no-repeat; 
width:90%; 
margin-top:0px; 
height:70; 
font-weight:bold; 
text-align:left; 
padding-right:10px; 
font:24pt Old London, Georgia,"Times New Roman",Times,serif;}

h1:first-letter{
background-position:left; 
background-repeat:no-repeat; 
padding-left:90px; 
padding-right:2px; 
font-size:44pt; 
font-variant:small-caps; 
color:#000000; 
font-family:Old London,"Times New Roman",Times,serif;}

h2{font-family:Old Londonm Verdana; 
font-size:12px; 
font-weight:none; 
width:370px; 
margin-left:25px; 
color:#000000; 
font-variant:small-caps; 
text-align:center;}

h2:first-letter{
background-position:left; 
background-repeat:no-repeat; 
padding-left:40px; 
padding-right:2px; 
font-size:18px; 
font-variant:small-caps; 
color:#000000; 
font-family:Old London,"Times New Roman",Times,serif;}

h3{font-family:Georgia,"Times New Roman",Times,serif; 
font-size:10px; 
font-weight:none; 
width:370px; 
margin-left:25px; 
color:#000000; 
text-align:left}


#text{
width:445px; 
color:#561415;
background-image:url(images/index_06.jpg);
background-position:top;
background-repeat:no-repeat;
text-align:justify; 

float:left}

#color{
background-color:#C4C3C3;
}
.spo{
margin-left:20px}

b, strong
{
color:#B70303; 
font-size:12px; 
font-variant:small-caps}

em, i 
{
color:#CA8230}

.img{
border:2px #CA8230 groove}

.codesort img{
border:2px #EBFFC3 groove; 
margin-left:20px}

ul
{margin-left:3px; 
margin-right:3px}

li
{
list-style-type:none; 
font-size:10px; 
color:#FFAF4F}

.codesort li{
display:inline; 
list-style-type:hiragana-iroha; cjk-ideographic; 
margin-left:10px; 
font-size:10px; 
color:#FFAF4F}

option, select, input, textarea  
	{ 
		background: #000000;
		border-top:none; 
border-bottom: none ;
border-left: 8px double #BD0808;
border-right: 3px double #BD0808;
		color: #FFFFFF; 
		font: 11px Verdana,Arial,Helvetica,sans-serif; 
	}

textarea:focus, input:focus, option:focus  
	{ 
		background: #370007; 
	}



/* Navigation */

	#mContainer {
	position:relative;
	width:200px;
	height:auto;
	margin:auto;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:200px;
	border-style:none;
	background:#A90000;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	padding:0px;
	margin:0px;
}

#listContainer li{
	position:relative;
	display:block;
	border-style:none;
	width:200px;
	height:10px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#FFAE75;
	background-color:#A90000;
	line-height:10px;
}

#listContainer a{
	position:relative;
	display:block;
	border-style:none;
	width:200px;
	height:10px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#FFAE75;
	background-color:#A90000;
	line-height:10px;
}

#listContainer>li {
	border-top:1px dotted #FFFFFF; /* #638DA1; */
}

#listContainer li:hover {
	color:#FFFFFF;
}

#listContainer a:hover {
	color:#FFFFFF;
}

#upArrow,#downArrow {
	width:200px;
	height:38px;
	font:9px verdana;;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background: url(up.gif) no-repeat center center;
}

#downArrow {
	background: url(down.gif) no-repeat center center;
}

#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background: url(plus.gif) no-repeat center center;
}

