html {
	SCROLLBAR-FACE-COLOR:#000;
	SCROLLBAR-HIGHLIGHT-COLOR:#000;
	SCROLLBAR-SHADOW-COLOR:#f45500;
	SCROLLBAR-3DLIGHT-COLOR:#f45500;
	SCROLLBAR-ARROW-COLOR: #fdb310;
	SCROLLBAR-TRACK-COLOR:#000;
	SCROLLBAR-DARKSHADOW-COLOR:#000;
	min-height:100%;
	max-height:100%;
	height:100%;
}
body 
{
	font:normal 12px Arial;
	color:#fff;
	margin:15px 0 0 0;
	padding:0;
	background:#000 url(../images/bg.jpg);
}
* html img, 
* html .png {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
FORM, H1, H2, H3, H4 {
	margin:0px;
}
P {
	margin-top:5px;
}
Img {
	border:none;
}
Div, Table, Span, Ul
{
	text-align:right;
	direction:rtl;
}
#LtrDir
{
	text-align:left;
	direction:ltr;
}
#Phone
{
	width:186px;
	height:125px;
	background:url(../images/phone_bg.jpg) no-repeat;
	text-align:center;
}
#Phone div
{
	font:normal 22px Arial;
	text-align:center;
	padding-top:25px;
}
#Phone span
{
	font:normal 24px Arial;
	color:#faa002;
}
#MainBox
{
	width:627px;
	height:124px;
	background:url(../images/main_box.gif) no-repeat;
}
#MainBox h1
{
	font:bold 12px Arial;
}
#Gallery
{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#Gallery a Img
{
	width:165px;
	height:240px;
	display:block;
}
#Gallery a
{
	display:block;
	padding:10px;
	border:1px solid #ff970f;
}
#Gallery a:hover
{
	border:1px solid #fff;
}
#Jobs
{
	padding:15px; 
	background:url(../images/jobs.jpg) left top no-repeat; 
	height:300px;
	padding-left:330px;
}
#Contact
{
	padding:10px;
	background:url(../images/contact.jpg) left top no-repeat;
	height:450px;
}
#Links
{
	background:url(../images/links.jpg) left no-repeat;
	min-height:350px;
	padding:10px;
}
#SamllPhone
{
	width:185px;
	height:59px;
	background:url(../images/small_phone.jpg) no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:5px;
}
#SamllPhone div
{
	color:#f5f5f5;
	text-align:center;
	font:normal 17px Arial;
	padding:7px 0 2px 0;
}
#SamllPhone span
{
	color:#faa002;
	font:normal 18px Arial;
}
.HotelBox
{
	border-bottom:1px dotted #ff970f;
	margin-bottom:5px;
}
.HotelBox h3
{
	font:bold 12px Arial;
	color:#cfcfcf;
	background:url(../images/title_shad.jpg) repeat-x;
	padding:7px;
}
.HotelBox b
{
	font:normal 12px Arial;
	color:#faa002;
}
.HotelBox table Img
{
	border:1px solid #faa002;
	width:170px;
	height:115px;
}
#ImageBox
{
	border:1px solid #ff970f;
	padding:10px;
	display:block;
	position:relative;
}
#ImageBox Img
{
	width:270px;
	height:380px;
}
#ImageBox span
{
	display:block;
	padding:5px;
	border:1px solid #ff0000;
	background:#000;
	color:#fff;
	position:absolute;
	left:30px;
	top:10px;
	text-align:center;
}