#nav{
	margin:5px 20px 0 420px;
	padding:0;
}
#gap{
	height:15px;
}
.topnav li{
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}
#ktv a{
	background:url(../images/case/KTV.gif) no-repeat;
	padding:0;
	display:block;
	height:18;
	width:59px;
}
#ktv a:hover{
	background-position:0 -18px;
}
#ktv.selected a{
	background-position:0 -18px;
}

#hotel a{
	background:url(../images/case/hotel.gif) no-repeat;
	padding:0;
	display:block;
	height:18px;
	width:100px;
}
#hotel a:hover{
	background-position:0 -18px;
}
#hotel.selected a{
	background-position:0 -18px;
}

#car a{
	background:url(../images/case/car.gif) no-repeat;
	padding:0;
	display:block;
	height:18px;
	width:97px;
}
#car a:hover{
	background-position:0 -18px;
}
#car.selected a{
	background-position:0 -18px;
}

#villa a{
	background:url(../images/case/villa.gif) no-repeat;
	padding:0;
	display:block;
	height:18px;
	width:95px;
}
#villa a:hover{
	background-position:0 -18px;
}
#villa.selected a{
	background-position:0 -18px;
}



#container{
	margin-top:10px;
}
.main{
	border-left:1px #c8c8c8 solid;
	border-right:1px #c8c8c8 solid;
	overflow:hidden;
	width:968px;
}
.top{
	background:url(../images/def/top-middle.gif) repeat-x;
	height:35px;
	width:970px;
}
img.top-right{
	float:right;
}
img.top-left{
	float:left;
}
.c-title{
	font-size:14px;
	font-weight:bold;
	color:#010101;
	padding-top:8px;
	padding-left:15px;
}

.subnav{
	font-size:14px;
	font-weight:bold;
	color:#969696;
	margin:15px 20px 5px 20px;
	padding-bottom:10px;
	border-bottom:1px #c8c8c8 solid;
}
.subnav a{
	font-size:14px;
	font-weight:bold;
	color:#969696;
}
.subnav a:hover{
	color:#0004fd;
}
.subnav a:visited{
	color:#969696;
}
.blue {color: #0000FF
}
