body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color:#CC0000;
}

a:link { color: #CC0000; }
a:visited { color: #CC0000; }
a:hover { color: blue; }

div#container		
{
	margin: auto;
	width: 900px;
	padding: 1em;
	text-align: left;
	min-height: 100%;
	background-image: url(/image/bgtest.jpg);
/*background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;*/
}

div#content{
	z-index:10;
	font-size: 16px;
	color:#CC0000;
	/*font-weight: bold;*/
	font-family: "Trebuchet MS", Helvetica, sans-serif
	min-height:100%;
	background-image:url(/image/white_bg.png);
	/*background-repeat: repeat-y;*/
	background-position: center;
	padding: 5px 5px 5px 5px;

}
	

.top {
	text-align: center;
}

div.nav {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 30px;
	font-family: Georgia, serif
}

td.navlink {
	text-align:center;
	color: #FFEBCD; 
	font-weight: bold;
	font-size: 16px;
	height: 50px;
	background-color: #006666;
	filter: alpha(opacity=80); /*// IE syntax */
	-moz-opacity: .80; /*// Mozilla */
	opacity: .80; /*// De rest */
	cursor:pointer;
}

	


table{
	color:inherit;
	font-weight: inherit;
	font-family: inherit;
}


.right{
	position:absolute;
	top:100px;
	right:3%;
}


.roomnavlink {
	font-family: Georgia, Serif;
	font-size: 20px;
    	font-weight: bold;
    	vertical-align: center;
    	height: 100px;
    	text-align: left;
/*    	background-color: white;*/
}





.bigpicture{
	height: 300px;
	width: 200px;
}
	
