/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:20px 0px 0px 0px;
	padding:0px;
	background-image:url(../Image/bg_floor.jpg);
	background-attachment:fixed;
	background-color:#000;
	}

a:link, a:visited {
	text-decoration:none;
	color:#006699;
	}

a:hover { 
	text-decoration:underline;
	}

h1 { 
	font-size:20px;
	margin:0px;
	}

h3 {
	font-size:14px;
	border-bottom:1px solid #ccc;
	margin:5px auto 15px auto;
	}


#wrapper {
	text-align:left;
	margin:auto;
	width:800px;	
	}

#header {
	width:800px;
	}

#menu {
	float:left;
	width:199px;
	margin:0px;
	padding:0px;
	color:#FFFF00;
	background:#000;
	border-right:1px solid #333;
	}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#menu li {
	width:199px;
	height:27px;
	background:#333;
	border-bottom:1px solid #333;
	}

li.up a:link, li.up a:visited {
	display:block;
	color:#FFFF00;
	background-color:#000;
	text-decoration:none;
	font-weight:bold;

	width:179px;
	height:21px;
	padding:6px 0px 0px 10px;
	border-left:10px solid #666;
	}

li.up a:hover { 
	background-color:#333;
	border-left:10px solid #666;
	}

li.down a:link, li.down a:visited {
	display:block;
	color:#FFFF00;
	background-color:#494949;
	text-decoration:none;
	font-weight:bold;

	width:179px;
	height:21px;
	padding:6px 0px 0px 10px;
	border-left:10px solid #666;
	}

li.down a:hover { 
	background-color:#333;
	border-left:10px solid #666;
	}

/* 

#menu a:link, #menu a:visited {
	display:block;
	color:#FFFF00;
	background-color:#000;
	text-decoration:none;
	font-weight:bold;

	width:179px;
	height:21px;
	padding:6px 0px 0px 10px;
	border-left:10px solid #666;
}

#menu a:hover {
	background-color:#333;
	border-left:10px solid #666;

}

*/

#banner {
	float:left;
	width:600px;
	height:196px;
	}

#content {
	clear:both;
	background-image:url(../Image/bg_ccc.gif);
	margin:0px;
	padding:0px;
	}

#contentleft {
	float:left;
	width:160px;
	margin:0px;
	padding:0px 20px 0px 20px;
	}

#contentleft ul {
	list-style:square;
	margin:0px 0px 0px 10px;
	padding:0px;
	}

#contentleft li {
	margin:4px 0px 0px 0px;
	padding:0px;
	}

#contentleft select {
	font-size:9px;
	width:160px;
	}

#contentleft input { 
	font-size:9px;
	width:154px;
	}

/*
#contentleft a:link, #contentleft a:visited {
	text-decoration:none;
	color:#333;
}

#contentleft a:hover {
	text-decoration:underline;
}

*/
#contentright {
	float:left;
	width:560px;
	padding:0px 20px 0px 20px;
	}

#contentright h5 {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	width:300px;
	}





#view { 
	float:right; 
	width:560px;
	padding:0px 20px 0px 20px;
	margin-top:20px;
	}

#footer { 
	clear:both;
	width:800px;
	height:60px;
	}

#footerleft {
	float:left;
	width:180px;
	height:40px;
	padding:25px 0px 0px 20px;
	background-image:url(../Image/bottom.gif);
	}

#footerleft a:link, #footerleft a:visited {
	color:#333;
	text-decoration:none;
	}

#footerleft a:hover {
	text-decoration:underline;
	}

#footerright {
	float:left;
	width:580px;
	height:40px;
	background:#ccc;
	padding:25px 0px 0px 20px;
	}

.hr { 
	height:1px;
	border:0px;
	background-color:#666;
	color:#666;
	margin:0px;
	padding:0px;
	}

.clear {
	clear:both;
	height:10px;
	width:800px;
	}


/* Rental table */

#rental td {
	border-bottom:1px solid #666;

	}
	
	


