body {
	
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	color: #ffff66;
	background-color:#000;
}

html  {
scrollbar-base-color: #000000;
scrollbar-arrow-color: #339933;
scrollbar-3dlight-color: #339933;
scrollbar-face-color: #FFFF66;
scrollbar-track-color: #339933;
}

a:link, a:visited { color: #000; text-decoration: none; font-weight: bold; outline: none;
} 
a:active, a:hover { color: #FF6; text-decoration: underline; outline: none;
}

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	color: #ffff66;	
	margin: 0 0 0px 0;
	padding-top:10px;
	
}
hr {
	color: #FF6;
	background-color: #FF6;
	height: 2px;
	border:none;
}


.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 15px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 1px;	
}

#container{
	width: 960px;
	margin: 0 auto;
	padding-top:10px;
}


/* menu */
#menu {
	clear: both;
	position: relative;
	width: 920px;
	margin: 0 20px;
	height: 45px;
	background: url(images/menu_bg.gif) right no-repeat;
}

#menu span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 45px;
	background: url(images/menu_bg_left.gif) no-repeat;
}

#menu ul{
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#menu ul li{
	float:left;
	padding-right: 5px;
}

#menu li a{
	float: left;
	display: block;
	color: #000;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0px 0 0 8px;	
}
#menu  li a b{
	float: left;
	display: block;
	padding: 4px 24px 0 16px;
}
#menu  li.current a, #menu  li a:hover{
	color: #fff;
	text-decoration: none;
	background: url(images/menu_hover_bg_left.gif) left top no-repeat; 
	cursor:pointer;
}
#menu  li.current a b, #menu li a:hover b{
	color: #ffff66;
	padding-top: 0px;
	text-decoration: none;
	background: url(images/menu_hover_bg.gif) right top no-repeat;
	cursor:pointer;
}
/* end of menu */


/* banner */
#banner {
	clear: both;
	width: 960px;
	height: 245px;

}

/* end of banner */

/* content */
#content {
	width: 880px;
	padding: 30px 40px 0px 40px;
	min-height: 500px;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
}

#content #content_left {
	float: left;
	width: 560px;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	background-position:top;

}

#content #content_right {
	float: right;	
	width: 280px;
	height:1250px;
	border-color:#ffff66;
	border-left-style:solid;
	
	
}

/* left column */


#content_left p{
	text-align: justify;
	padding-bottom: 10px;
	background-image:url(images/p.rooms.png);
	padding:10px;
	
}



#content_left .content_left_section_01 {
	clear: both;
}
#content_left img{
	
}


/* right column */

 #content_right .right_column_section{ 
	clear: both;
	margin-bottom: 30px;
	
}

/* Menu 1 starts here */
#menu1 {
width: 200px;
float:left;
padding:25px;

}

#menu1 ul
{

text-align:center;
list-style-type:none;
margin:0;
padding:0;
}

#menu1 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu1 a
{
color: #000000;
text-decoration: none;
font-size: 12px;
display: block;
width: 240px;
background-image:url(images/button2.png);
background-repeat:no-repeat;
padding:5px;
padding-top:10px;

}

#menu1 a:link, #menu1 a:visited
{
	background-image:url(images/button1.png);
	background-repeat:no-repeat;
}

#menu1 a:hover
{
background-image:url(images/button2.png);
color: #339933;
font-size:16px;
}

#menu1 li a#current2
{
background-image:url(images/button2.png);
color: #000;

}
/* Menu 1 ends here */

.right_column_section img {
	margin-bottom: 10px;
	float:right;
	border:none;
}
 

 
.right_column_section h1 {
	color: #20d1ee;	 
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0px;
	font-weight: normal;
 }
 
.right_column_section h2 {
	 margin: 0px;
	 padding: 0px;
	 font-size: 12px;
	 font-weight: bold;
 }
 .right_column_section p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-align:right;


}


/* end of right column */
/* end of content */

/* footer */
#footer {
	font-size:10px;
	clear: both;
	color: #999;
	width: 960px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: url(images/footer_bg.png) top center no-repeat;
}

#footer a{
	color: #ffff66;
	font-weight: normal;
	outline: none;
	text-decoration:none;

}
#footer a:hover{
	color: #ffff66;
	font-weight: normal;
	outline: none;
	text-decoration:underline;

}
/* end of footer */
