/* CSS Document */
html{
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
}
body {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	background-image:url(img/tlo.gif);
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	text-align:center;
}

#main{
	width:705px;
	height:1500px;
	background-image:url(img/sitback.gif);
	margin:0 auto;
	padding:0px;
}

#ot{
	margin-left:2px;
	padding:0px;
	background-image:url(img/ortop.gif);
	background-repeat:no-repeat;
	width:699px;
	height:100%;
}

#ob{

	height:100%;
	width:702px;
	background-image:url(img/orbot.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
}

#k1{
	float:right;
}

#k2{
	float:left;
}

#gallery{
	margin:0 auto;
	width:560px;
}

.s1{
	margin-bottom:10px;

}

.s1 img{
	cursor:pointer;
}

#title{
	padding-top:20px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:normal;
}

#panel{
	font-size:13px;
	margin-bottom:20px;
}

#dot{
	position:relative;
	top:-1px;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#panel img{
	cursor:pointer;
}