/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	margin:0;
	border:0;
	padding:0;
	color:#333333;
	background-color: #000000;
	background-image: url(../img/body-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#body-wrapper {
	background-image: url(../img/booking-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 100%;
	padding-top: 284px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


img {
	margin:0;
	padding:0;
	display: block;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
	margin:0;
	border:0;
	padding:0;
}

#container{
	width:780px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}



.clear-both {
	width:1px;
	height:1px;
	clear:both;
}
input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
	
/*	specify form input colour or etc
	border:1px solid #000000;
	background-color:#E6E6E6;
	
*/
}

/* Link */
a {
	color:#000000;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  

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

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

a:hover {
	color:#0000CC;
	text-decoration:underline;
}

/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
	border:0;
	padding:0;
	color:#FFFFFF;
}

a.linkcopy {
	color:#FFFFFF;
	text-decoration:underline;
}  

a.linkcopy:link {
	color:#FFFFFF;
	text-decoration:underline;
}

a.linkcopy:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

a.linkcopy:hover {
	color:#0000CC;
	text-decoration:underline;
}
