html{
	margin:0px; padding:0px;
	border-top:10px solid #000;
	border-bottom:10px solid #000;
	_overflow:auto;

 
scrollbar-base-color: #7d6d43;
scrollbar-3dlight-color: #7d6d43;
scrollbar-darkshadow-color: #7d6d43;
scrollbar-face-color: #927a3a;
scrollbar-highlight-color: #927a3a;
scrollbar-shadow-color: #927a3a;
scrollbar-track-color: #7d6d43;
}


body{
	background:url("img/bg.jpg") rgb(204,196,173);
	margin:0px; padding:0px;
	overflow:auto;
	height:100%;
	color:#666;
	font:75%/175% Arial, Century Gothic, Geneva, verdana,osaka,sans-serif;



}
#index{ }
#enter{
	width:550px; margin:50px auto;
}
#enter h1{
	color:#000;
	border:none; border-bottom:1px dashed #000;
}
#all{ width:740px; margin:0px auto; }

#main{
	background:url("./img/main_bg.png") repeat-y 50% 100% ;
	padding:0px 20px; width:555px;
	margin:0px;
}
#menu{
	position:fixed;
	_position:absolute;
	top:0px;
	margin-left:600px;
	width:140px;
}
#menu ul{
	background:url("./img/menu.gif") no-repeat 50% 100% ;
	margin:0px; padding:25px 25px 30px;
	list-style:none;
}

#menu ul li{
	margin:0px; padding:3px;
	border-bottom:1px dotted #262625 ;
	text-align:center; letter-spacing:2px;
	font:13px/15px vrinda,verdana,osaka,sans-serif;
}
#menu ul li a:hover{ letter-spacing:8px; }






.top_img{
	background:url("./img/bg.jpg") no-repeat 0% 80% #fff;
	border:1px solid #ccc;
	height:300px;
}

.txt{
	margin-left:10px; padding:0px 10px;
	border-left:3px dotted #666;
	color:#666;
}

.back{
	margin-top:30px;
	border:1px dashed #666; border-width:1px 0px;
	text-align:right;
	font-size:9px;
}

h1{
	font:20px   Arial, Century Gothic, Geneva, verdana,osaka,sans-serif,;
	margin:0px;margin-bottom:20px; padding:20px 0px;
	border:1px dashed #666; border-width:1px 0px;
	letter-spacing:1em; text-align:center;
	color:#666;
}

h3{
	margin:15px 0px 5px; padding-bottom:5px;
	display:list-item;
	list-style:square inside;
	color:#cc9;
    font: Arial, Century Gothic, Geneva, verdana,osaka,sans-serif;
}

dl,dt,dd{ margin:0px; padding:0px; }

dt{ color:#96c; }
dd{ }

.link-l,.link-m{
    font-size:85%;
	margin:10px 0px; padding:10px;
}

.link-m dt{
	margin-right:10px;
	float:left;
}

form{ margin:0px; }
textarea,input,select{
	border:1px solid #666; color:#000000;
	font:100% sans-serif;
	background:url("img/bg.gif") rgb(204,196,173);
}

a{text-decoration:none;color:#959595;}
a:visited{color:#999;}
a:hover{ color:#9c0;}
