body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	color:#15076B; /*#010B9D*/
	background:#FDD04F;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;  /*=90%*/
	t1ext-align:center; /*for fixed div*/
}
body {
	font-family: Verdana, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "DejaVu Sans", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 20px;
}
body.first {
	background: #FDD04F url(msb/backgtop.jpg);
	background-repeat: repeat-x;
}
#fixed {				/*fixed*/
	m1argin:0 auto; /*centered*/
	width:970px;   /* main width you can use px, em or % */
	t1ext-align:left;
}
a {
	color:#010B9D;
}
a:hover {
	color:#EE0501;
	background:transparent;
	t1ext-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:.6em 0 .3em 10px;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	f1ont-family: "Times New Roman", "DejaVu Serif", FreeSerif, "Palatino Linotype", "Century Schoolbook L", Times, serif;
	font-family: Georgia, "Times New Roman", "DejaVu Serif", "Lucida Bright", "Bitstream Vera Serif", serif;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
}
h1 {
	font-size: 26px;
	line-height: 29px;
	color:#ff3300; /*red*/
	text-align: center;
}
h2 {
	font-size: 22px;
	line-height: 25px;
	color:#080E73; /*blue*/
}
h3 {
	font-size: 19px;
	line-height: 22px;
	color:#339900; /*green*/
}
h4 {
	font-size: 18px;
	line-height: 20px;
}
h5 {
	font-size: 14px;
	line-height: 17px;
}
h6 {
	font-size: 14px;
	line-height: 17px;
}
.pi {
	display:none;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:5px;
}
#ads img {
	display:block;
	padding-top:10px;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:760px;
	padding:0;
	margin:0;
}
#header {
	b1order-bottom:1px solid #000;
	background-color:#EEBD01;
}
#header img {
	padding:0;
	margin:0;
}
/* -------------------------------main------------------------------- */
#colmask { /*wrap colmid*/
    position:relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%; /* width of whole page */
    overflow:hidden !important; /* This chops off any overhanging divs */
    background:#EEBD01; /* Left column background colour #ffd8b7*/
}
#colmid { /*wrap colright*/
    float:left;
    width:200%; /**/
    position:relative;
    left:180px; /* Left width 200px*/
    background:#FDD04F; /* Centre column background colour */
}
#colright { /*wrap col1wrap->col1wrap->col1pad->col1, col2, col3*/
    float:left;
    width:100%; /**/
    position:relative;
    left:50%; /**/
    margin-left:-390px; /* Minus Left width minus right width -200-200px*/
    background:#FDD04F; /* Right column background colour */
}
#col1wrap { /*wrap col1pad -> col1*/
    float:right;
    width:50%;
    position:relative;
    right:100%;
}
#col1pad { /*wrap col1*/
    margin:0 0 0 395px; /*0, Center column right padding 15px, 0, */
        /* Left column width + right column width + center column left padding 200+200+15px*/
    overflow:hidden !important;
}
#col1 { /*center main*/
    width:100%;
    overflow:hidden !important;
}
#col2 { /*left column*/
    float:left;
    width:175px; /* Width of left column content (left column width - left and right padding) 200-15-15px*/
    position:relative;
    margin-left:-50%; /**/
    left:210px; /* Width of right column plus left?/right? padding 200+15px*/
    overflow:hidden !important;
}
#col3 { /*right column*/
    float:left;
    width:200px; /* Width of right column content (right column width - left and right padding) 200-15-15px*/
    position:relative;
    left:0px; /*?? Width of the right-had side padding on the right column 15px*/
    overflow:hidden !important;
	padding: 10px 0 0 10px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:760px;
	b1order-top:1px solid #000;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #666;
}
#footer p {
	padding:10px;
	margin:0;
}
/*toolTip*/
.toolTip {
	background-color: #FFF;
	padding: 1px;
	width: 240px;
	border: 1px solid #CCC;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 16px;
}
.toolTip i {
	display: inline;
	float: right;
	width: 44px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(/gmd2/sprite_star_small.gif);
}
.toolTip i.s5 {
	background-position: 0 -198px;
}
.toolTip i.s4 {
	background-position: 0 -158px;
}
.toolTip i.s3 {
	background-position: 0 -118px;
}
.toolTip i.s2 {
	background-position: 0 -78px;
}
.toolTip i.s1 {
	background-position: 0 -38px;
}
.toolTip i.s0 {
	background-position: 0 0px;
}
.toolTip span {
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 14px;
	padding: 2px;
}
.toolTip span.blue {
	background-color: #003366;
}
.toolTip span.green {
	background-color: #006633;
}
.toolTip span.orange {
	background-color: #FF6600;
}
.toolTip span.grey {
	background-color: #666666;
}
.toolTip span.red {
	background-color: #990000;
}
.toolTip a {
	background-color: #ffffff;
}
/*hotels*/
.hotels {
	background-color: #FDD04F;
	position: static;
	width: 569px;
	overflow:hidden;
	margin-left: -5px;
}
.hotel {
	border-bottom:1px solid #EEBD01;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.hotel a {
	f1ont-size:14px;
}
.hotel a:hover {
	text-decoration:underline;
}
.hotel:hover {
	background:#EEBD01;
}
.hotel:hover span {
	display:inline;
}
.hotel span {
	display:none;
}
.hotel span a {
	font-size:10px;
	color:#656565;
	margin-left:20px;
}
.hotel span a:hover {
	color:#EE0501;
}
.h1otels H2 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
}
