@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
}

.body {
	color: #753403;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.bodycruise {
	color: #903;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.body_center {
	color: #903;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.body_center2 {
	color: #03F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.book_center {
	color: #CC3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}

.header {
	color: #753403;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.footer {
	color: #753403;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6600CC;
}
a:hover {
	text-decoration: none;
	color: #BD5003;
}
a:active {
	text-decoration: underline;
	color: #6600CC;
}
ul.submenu{
    list-style: none;
    list-style-position: outside;
    margin:0;
    padding:0;
}


ul.submenu li>ul{
/*Make the sub list items invisible*/
    display: none; 
    position: absolute;
    width: 100px;
      margin-left:200px;
      margin-top:-54px;
   /* *margin-left: -92px;
    *margin-top: 21px; */
    list-style: none;
    list-style-position: outside;
    z-index:10000;
    background:#658ad7;
    border:1px solid #ffffff;
    padding:7px 3px 3px 7px;
    width:200px; 
}

ul.submenu li ul li{
    height: 47px;
    width:200px;
}

ul.submenu li:hover>ul{
/*When hovered, make them appear*/
    display : block;
}

.healing_but{
    background: url(../images/healing_but.jpg);
    width:207px;
    height:61px;
    display: block;
}

.healing_but:hover{
    background: url(../images/healing_but_roll.jpg);
    width:207px;
    height:61px;
    display: block;
}
