body {
	font-family:'Arial';
	background-image: url('pics/graphic/bg.gif');
	margin:0;

	text-align: center;
  	min-width: 650px;
  	
}

.tray {
	float:left;
	width:450;
	padding-top:5;
}

.rates {
	float:left;
	background-color:silver;
	font-size:8pt;
	padding:3;
	width:270;
	margin:0;
	margin-right:3;
	border: 2px solid gray;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
}

.book {
	float:left;
	font-size:8pt;
	padding:3;
	margin:0;
	border: 1px solid silver;
}

.calc {
	width:20;
	text-align:center;
	font-size:8pt;	
}

.calc2 {
	width:40;
	text-align:right;
	font-size:10pt;	
}

.crbut {
	padding:1;
	border: 1px solid gray;
	border-top: 1px solid white;
	border-left: 1px solid white;
	text-align:center;
	font-weight:800;
	font-size:9pt;
	color:white;
	cursor:pointer;
}

.tot {
	padding:1;
	border: 1px solid white;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	text-align:center;
	font-weight:800;
	font-size:9pt;
}

.bookbut {
	position:relative;
	padding:3;
	top:2;
	left: 40;
	width:80;
	border: 1px solid gray;
	text-align:center;
	font-size:10pt;
	color:black;
	cursor:pointer;
}

hr {
	height:1;
	color: white;
}



b {
	color: #333366;
	letter-spacing: -1;
	font-weight: 800;
	font-size: 11pt;
}

u {
	color: #333366;
	letter-spacing: -1;
	font-weight: 800;
	font-size: 10pt;
	text-decoration:none;
}

i {
	color: #333366;
	letter-spacing: -1;
	font-weight: 800;
	font-size: 9pt;
}

textarea {
	font-size:9pt;
}

a {
	color: #666699;
}

a:hover {
	color: #336600;
}

/* -------- Whole Page Area--------- */

.main {
	position:relative;
	margin: 0 auto;
	height:auto;
	background-color: white;
	width:650;
}

/* -------- Header Bar --------- */

.header {
	position:static;
	top:0;
	left:0;
	width:650;
	background-image: url('pics/graphic/header.jpg');
	height:80;
	margin:0;
}

.logo {
	position:absolute;
	top:0;
	left:0;
	width: 160;
	height: 160;
	background-image: url('pics/graphic/logo.gif');
}

.name {
	position:absolute;
	top:53;
	left:160;
	font-size:19pt;
	font-weight:800;
	color:#FFCC00;
}

.contact {
	position:absolute;
	text-align:right;
	top:1;
	left:125;
	font-size:8pt;
	font-weight:200;
	color:#333366;
}

.address {
	position:absolute;
	text-align:left;
	top:1;
	left:295;
	font-size:8pt;
	font-weight:400;
	color:#666699;
	height:1;
}

/* -------- Navigation Column --------- */

.control {
	float:left;
	text-align: center;
	letter-spacing: -1;
	font-weight: 800;
	font-size: 12pt;
	height:420;
	width: 90;
}

.cpos {
	position:relative;
	top: 84;
}

.nav {
	text-decoration:none;
	color: #CC9900;
}

.nav:hover {
	
}


/* -------- Text Area --------- */

.text {
	float:left;
	width:450;
	margin:5;
	background-image: url('pics/page.jpg');
	background-repeat: no-repeat;
	color: #000033;
	font-size:10pt;
	text-align:justify;
}


/* -------- Picture Column --------- */

.hthumbs {
	float:left;
	width:100%;
	height:75;
	color: #666699;
	font-size:13pt;
	text-align:right;
}


.vthumbs {
	float:left;
	width:100;
	padding-top:5;
	text-align:center;
	color: #666699;
	font-size:2pt;
}

/* -------- Page Footer --------- */



.para {
	text-decoration:none;
	font-size:7pt;
	color:silver;
	letter-spacing: 0;
}
.paraw {
	text-decoration:none;
	font-size:7pt;
	color:#ccc;
	letter-spacing: 0;
}

.foot {
	clear:both;
	margin-top:3;
	margin-bottom:3;
	font-size:7pt;
	color: #9999cc;
}