/* CSS For Nine Malthouse Court */

html, body {
  font-family:Tunga, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  color: black;
  padding: 0px;
  margin: 0px;
  height: 100%;
  position: relative;
  }

body{  
  background: #d7dbfb url('../images/bg.jpg') bottom left repeat-x;
  background-attachment:fixed;
  }

a {text-decoration: none;}
a:link {}
a:visited {}
a:hover {text-decoration: underline; color: red;}
a:active {}
 
#page {
width:900px;
margin:auto;
}
 
/* ----- HEADER ----- */
 
#header {
width:900px;
height: 230px;
text-align: center;
background: url('../images/header_text.jpg') top center no-repeat;
}
 
#wrapper{
width:900px;
}

/* ----- NAVIGATION ----- */
 
#navigation {
width:10px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
float:left;
margin-left: 00px;
}
 
/* ----- MAIN CONTENT ----- */
 
#content { 
float: right;
width:580px;
padding: 10px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
/*background: #d7dbfb;*/
text-align: justify;
} 
/* ----- FOOTER ----- */
 
#footer { 
float: right;
padding:10px;
width:700px;
text-align: center;
font-size: 15px;
margin-bottom: 90px;
/*background: #d7dbfb;*/
}

/* ----- Rates ------ */

#rates  {
  text-align: center;
}

#rates table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 400px; margin: auto;
	}

#rates tr.yellow td {
	border-top: 1px solid #FB7A31;
	border: 1px solid #FB7A31;
	background: #FFC;
	}

#rates td {
	border: 1px solid #CCC;
	padding: 0 0.5em;
	width: 150px;
  }

#rates td:first-child {
	width: 200px;
	}

#rates td+td {
	border: 1px solid #CCC;
	text-align: center;
	}
	  
#cushy_content {
  clear: both;
  }
  
  
  
#simplegallery1 {
position: relative;
visibility: hidden;
border: 10px solid darkred;
}
#simplegallery1 .gallerydesctext {
text-align: left;
padding: 2px 5px;
}


div.highslide-gallery {

width: 500px;
}