html,body { background-color: #63733D; 
width:100%;
height:100%;
}


#RegisterLogin	{ background-color:#8E2800; text-align:center; border:solid 1px #31312D; }
a { color: #EE2724; text-decoration:underline; }
a:hover	{ color:#CCC9A1; }


#menu {
	background-image:url(../images/menu.png);
	
	}

#header {
	
	
}
.titleimg img {
	top:30px;
}

img	{
	margin:0;
}

.container { width:910px; background-color:#E5E2C6; }

#logo {
font-size:0.95em;
line-height:1.8em;
margin-top:10px;
	
}

#logo a {
	color:#171613;
	
}

#logo a:hover {
	color:#ccc;
	
}
#left {
}

#right {
	padding-top:3em;
}

#quotebox	{
	font-style:italic;
	font-size:1.3em;
}

#ContentContainer {
	margin-top:0px;
	background-color:#F4F4F4;
	border:solid 1px #171613;
	margin-left:20px;
	padding:15px;
	width:590px;
	
	
	
}

#logo	{
	
}
#content	{
	
	}
#Content img { border: solid 1px #333; }
#content img { padding: 10px; }

#footer { text-align: center; 
background-color: #8e2800;
}
#footer a	{ color:#FFFBC9;}

#footer a:hover	{ color:#eee; text-decoration:none;}

#footer span {
    color: #FFFBC9;
    font-size: 1.1em;
    line-height: 2em;
    font-weight: bold;
}

#Footer p { font-size:12px; margin-left:18px; }
.one	{
	visibility:visible;
	opacity:1;
	position:absolute;
	
}
.two	{
	visibility:hidden;
	opacity:0;
	position:absolute;
}
.three	{
	visibility:hidden;
	opacity:0;
	position:absolute;
}



.roomPic	{
	position:absolute;
	top:0;
}
#roomType h2	{
	display:inline;
	font-size:1.4em;
	padding:5px 8px;
	cursor:pointer;
	
}
#roomType h2:hover {
	text-decoration:underline;
}

#roomContent	{
	height:320px;
	position:relative;
	font-size:1.2em;

}
#roomContent ul {
	list-style:disc;
}
#roomType	{
	
}

h3 {font-size:1.2em; text-align:center;}

.top-0	{ padding-top:10px; }
.top-1	{ padding-top:15px; }
.top-2	{ padding-top:20px; }
.top-3	{ padding-top:30px; }



#gallery {
	position: relative;
	margin: 10px auto;
	width: 500px;
	height: 400px;
	background: #2a2a2f;
	border: 2px solid #5f5f5f;
}
 
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}


