img {
	margin: 0;
	padding: 0;
}
	* body, .room-name {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}

	#head {
		width: 890px;
		height: 105px;
		background: #FFF url(images/top_new.png) no-repeat top;
	}
	
	.align_center
	{
	position: relative;
	width: 100%;
	}
	.align_center:after
	{
	content: '';
	display: block;
	clear: both;
	}
	.align_center_to_left
	{
	position: relative;
	right: 50%;
	float: right;
	}
	.align_center_to_right
	{
	position: relative;
	z-index: 1;
	right: -50%;
	}
	

	
	#center {
		margin-left: 280px;
	}
	
	#content {
		width: 590px;
		padding: .25em 1em ;
		text-align: justify;
	}
	
	#content p {
		text-align: justify;
		margin-bottom: 0;
		line-height: 1.25em;
	}
	
	#content li {
		text-align: justify;
		margin-top: 0.25em;
	}
	
	#content ul, #content ol {
		margin-top: .5em;
	}
	
	h2 {
/*		padding: 1em;*/
		margin: 0;
		font-family: Arial, "ER Univers", sans-serif;
		margin-left: 0.5em;
		margin-top: 0.75em;
		margin-bottom: 0.5em;
		
/*		font-size: 100%;
*/
		font-size: 2em;
		color: #EF4D23;
}
	
	.tips {
		color: #EF4D23;
		
	}
	
	
	#left {
		width: 270px;
		float: left;
	}
	
	#left img {
		float: right;
		clear: left;
	}
	#menu-picture {
/*		width: 100px;*/
		height: 195px;
	background: url(./images/img.png) no-repeat scroll 170px 0;
}
	#menu {
	text-align: right;
	
}

#menu h3 {
	margin-top: .5em;
	margin-bottom: 0;
	color: #EF4D23;
}
#menu p {
	margin-top: 0.25em;
}



#menu div.elem a {
	display: block;
	color: #EF4D23;
}

h3.togglers {
	cursor: pointer;
	cursor: hand;
	
}

#menu div.elem a:hover {
	color: #EF4D23;
}

a {
	color: #EF4D23;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#menu-bottom-picture {
	margin-top: .5em;
	height: 23px;
	background: url(./images/bottom.png) no-repeat scroll 170px;
}

#bottom {
			clear: both;
			margin-left: 285px;
			text-align: center;
			padding: .5em 0;
			margin-top: .5em;
			border-top: 1px solid #EF4D23;
}


.left {
	float: left;
	margin-right: .75em;
}

.right {
	float:right;
	margin-left: .75em; 
}


h3 {
	margin-bottom: 0;
	
}

#content h2, #content h3,  #content h4 {
	margin-top: 1.5em;
	color: #EF4D23;
}
#content h4 {
	margin-bottom: 0.5em;
	font-size: 1.15em;
	font-weight: normal;
}
#content img {
	margin-top: .5em;
	margin-bottom: .5em;
}

#content img.left {
	float: left;
	margin-right: .5em;
}

#content img.right {
	float: right;
	margin-left: .5em;
}

.r {
	text-align: right;
}

.first {
	margin-top: 0;
}

.nobr {
	white-space: nowrap;
}

/*tips*/
.tipz {
/*	color: #EF4D23;*/
	border-bottom: 1px dotted  #EF4D23;
}
		.tip-wrap {
			z-index: 10001;
		}
			.tip-top {
				color: #fff;
				width: 180px;
				z-index: 130000;
			}

			.tip {
	/*			font-weight: bold;*/
	/*			font-size: 14px;*/
				margin: 0;
				padding: 4px 8px 4px;
/*				background: url(/images/bubble.png) top left;*/
				background: rgb(203, 223, 233);
				border: 3px solid #999;
				width: 300px;
/*				color: #EF4D23;*/
				color: auto;
				
				z-index: 100000;
				
/*				text-align: center;*/
/*				text-transform: capitalize;*/

			}

			.tip-bottom {
				font-size: 11px;
	/*			padding: 4px 8px 8px;*/
				height: 5px;
/*				background: url(/images/bubble.png) bottom right;*/
				z-index: 100000;
			}
			
#content table {
	width: auto;
}

dl {
	margin-top: .5em;
}

dl dt {
	color: #EF4D23;
	font-weight: bold;
}

dl dd {
	margin-bottom: .5em;
}

.phone {
}

#content div.picture img{
	margin: 0;
	padding: 0;
}
#content img.picture {
	text-align: center;
	margin: 0em;
	border : 0;
	margin-bottom: .5em;
	padding: 0  1em;
/*	width: 300px;*/
/*	border: 1px solid #999;*/
/*	clear: right;*/
	
}

#options {
	list-style: none; 
	padding-left: 2.25em;
		margin-top: .5em;
		
		margin-bottom: 1.5em;
}

#options input{
	margin-right: 1em;
}

.img-external {
	position:  relative; 
	top: 0.25em; 
	border: none;
	margin-left: 0.25em;
}
