body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}



.container {

	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	width:775px;
	height:500px;
}
body {
	background-color: #000000;
}
div#header{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:25px;
	width:775px;
	margin-bottom:25px;
}

div#content{
	font-family: Arial, Helvetica, sans-serif;
	width: 775px;
	margin-top:25px;
}
/* This is the transparent box */
#content_background{
	font-family: Arial, Helvetica, sans-serif;
	height: 350px;
	width: 650px;
	background-color:#006633;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	margin-left:35px;
	margin-top:65px;
	
}
/* This is the container which set text to solid color.
position: relative used for IE */	
#content_background div {
	padding: 20px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	text-align: justify;
	}

.photo {
	float:left;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:0px;
	padding-top:0px;
	}


div#footer{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006633;
	height: 80px;
	width: 775px;
	margin-top:15px;
}

.album_link{
	margin-top:20px;
	margin-left:20px;
}
.album_link a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.album_link a:hover{
	text-decoration:underline;
}


.hovermenu {
padding:0;
margin:0 auto;
color:white;
font-family: arial, helvetica, sans-serif;
font-size:10px;
font-weight:100;
white-space:nowrap;
list-style-type:none;
width: auto;
text-align:center;
}


.hovermenu li{
display:inline;      /* ignored by IE */}


.hovermenu a{
  margin: 0 -3px;
  padding: 2px 0.5em;
  background:#006633; 
  color:white;
  font-weight:bold; 
  text-decoration:none;
  border: 1px solid #006633;
  width: auto;
  text-align:center;
  }




.hovermenu a:hover{
background: white;
color: black;
border-style: outset;
}

.selected {
background: white;
color: black;
  }
.room_title {
font-size:18px;
font-weight:bold;
}
.description {
font-size:12px;
}