body{
 /* background-image:url('../images/bg.jpg');
  background-repeat:no-repeat;
  background-position:top center;
  */
  background-color:#000000;
  color:#979797;
  font-family: Arial,Tahoma,sans-serif,Verdana,Helvetica;
  font-size: 10px;
  font-weight:bolder;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
        
}
h1{
  background-image:url(../images/dot.gif);
  padding-left:12px;
  background-repeat:no-repeat;
  background-position:0px 9px;
  color:#ad5e45;
  font-size: 14px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
}
h2{
/*  background-image:url(../images/dot.gif);
  padding-left:12px;
  background-repeat:no-repeat;
  background-position:0px 9px;
*/  color:#979797;
  font-size: 11px;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
}

a:link { font-weight:bold; color:#ad5e45; text-decoration:none; }
a:visited { font-weight:bold; color:#ad5e45; text-decoration:none; }
a:focus { font-weight:bolder; color:#ad5e45; text-decoration:none; }
a:hover { font-weight:bolder; color:#ad5e45; text-decoration:none; }
a:active { font-weight:bold; color:#ad5e45; text-decoration:none; }

.main {
	background-color:#000000;
	color:#979797;
	font-family: Arial,Tahoma,sans-serif,Verdana,Helvetica;
	font-size: 10px;
	font-weight:bolder;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-300px;
}

.inner {
/*	background-color:#0f0f0f;*/
        
	width:600px;
	height:600px;
	color:#979797;
	font-family: Arial,Tahoma,sans-serif,Verdana,Helvetica;
	font-size: 12px;
	font-weight:bolder;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
        border:1px solid #979797;

}	
.inner.navi{
/*	background-color:#0f0f0f;
	width:600px;
	height:600px;
*/	color:#fcff05;
	font-family: Arial,Tahoma,sans-serif,Verdana,Helvetica;
	font-size: 10px;
	font-weight:bolder;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;

}
#content_div{
        position:absolute;
	height:400px;
	width:578px;	
	overflow:auto;
        margin-top:5px;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:0px;

}

#navi{
	width:578px;	
        margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;

}

.footer {
width:602px;
	height:15px;
	color:#979797;
	font-family: Arial,Tahoma,sans-serif,Verdana,Helvetica;
	font-size: 10px;
	/*font-weight:bolder;*/
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
    border:1px solid #979797;
}

