*{ margin: 0; padding: 0; }*
body { font: small Arial, Helvetica, sans-serif; line-height: 1.8em; background: #333; color: #444; }
a {color: #333333; text-decoration: none;}
a:visited {COLOR: #333333; text-decoration: none;}
a:hover {COLOR: #333333; text-decoration: underline;}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { padding-left: 10px; color: #fff; background: #999999; font-size: 1em; height: 24px; line-height: 24px; }
h4 { padding-left: 10px; color: #fff; background: #660066; font-size: 1em; height: 24px; line-height: 24px; }
h5 { color: #444; font-size: 1em; height: 24px; line-height: 24px; border-bottom: 1px dotted #999999; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header-logo { height: 90px; padding-bottom: 5px; }

#header-booking { height: 20px; padding-bottom: 5px; padding-left: 5px; background: #660066; color: #FFFFFF; }

#header { background: #FE7B09 url(images/bg.jpg) repeat-x; height: 100px; }
#header h1 { font-size: 30px; font-weight: 100; letter-spacing: -1px; padding: 22px 0 5px 10px; }
#header h1 a { color: #fff; text-decoration: none; } 
#header h1 a:hover { color: #000; text-decoration: none; }
#header h2 { color: #eee; font-size: 19px; font-weight: 100; padding: 0 0 0 11px; letter-spacing: -1px; line-height: 12px; }

#wrap { padding: 10px 10px 3px 10px; width: 760px; margin:20px auto; background: #fff;}
#left1 { float: left; width: 180px; background: #ffffff; margin-bottom: 10px; margin-top: 10px;}
#left { width: 180px; background: #cccccc; margin-bottom: 10px; margin-top: 0px; border: 1px solid #cccccc; font-weight:bold;}
#left a { color: #333333; }
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#left-contact { width: 180px; background: #660066; margin-bottom: 10px; margin-top: 10px; border: 1px solid #cccccc; font-weight:bold; color: #FFFFFF;}
#left-contact ul { padding: 5px 10px 10px 10px; margin: 0; }
#left-contact a { color: #ffffff; }

#hometable { width: 100%; background: #FFFFFF url(images/home_img.jpg) no-repeat; padding: 5px; height: 395px; }
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }

/*CSS used for the Pagination. Modify*/
.paginationstyle{ /*Style for pagination divs*/
width: 100%;
text-align: right;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}