@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
font: normal 13px Verdana, Geneva, sans-serif;
}

img{
border: 0;	
}

#container{
margin: 0 auto;
width: 987px;
background: url(images/sidebar.gif) repeat-y 23px 0;	
}

	div#header{
	height: 252px;
	margin: 0 auto;
	background: #fff url(images/header-right.jpg) no-repeat right;
	}
	
	#header h1{
	font-size: 10px;
	line-height: 10px;
	text-align:left;
	font-weight: normal;
	padding: 1px 0 0 12px;
	margin: 0;
	color:#888;
	}
	
	#header h2{
float:left;
width: 441px;
height: 241px;
background: url(images/header-left.gif) no-repeat bottom;
text-indent: -9999px;
margin:0;
padding: 0;
	}
	
	#header a.booknow{
	float:left;
width: 237px;
height: 92px;
background: url(images/book.gif) no-repeat;
text-indent: -9999px;
margin:120px 0 0 -238px;
padding: 0;
overflow:hidden;
	}

	#header h1 a{
color:#888; text-decoration:none;
	}
	
	#left{
	width: 113px;
	padding: 0 0 0 23px;
	float:left;
	}
	
		div.top{
		background: url(images/header-left3.gif) no-repeat 0 0;
		height: 69px;
		width: 113px;
		}
		
		div#menu-image{
		background: url(images/menu-image.jpg) no-repeat 0 0;
		height: 223px;
		width: 113px;
		}
	
	#menu{
	width: 192px;
	background: #f57e1d url(images/header-left2.gif) no-repeat 0 0;	
	float:left;
	padding: 33px 0 0 0;
	}
	
	#menu ul{
	margin: 0 10px 0 0;
	padding: 0;
	}

	#menu li{
	list-style: none;
	text-align: right;
	padding:0;
	margin: 0;
	}

	#menu li a{
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;

	}

	#menu li ul{margin-top: 8px;}


	#menu li li a{
	color: #ffc;
	font-size: 12px;
	line-height: 16px;
	}
	
	#content{
	float:left;
	width: 639px;
	background:url(images/header-right2.jpg) no-repeat 0 0;
	padding: 0 10px;
	}
	
		
h2#header-title{
font: bold 17px/17px Verdana, Geneva, sans-serif;
letter-spacing: -1px;
text-align: right;
padding: 80px 25px 0 0;
margin: 0;
}
	
	
	#footer{
	clear: both;
	background: url(images/footer-left.jpg) no-repeat 23px 0;
	height: 93px;
	padding: 0 0 0 340px;
	}
	
	#footer ul{
	margin: 0;
	padding: 10px 0 0 0;
	}
	
	#footer li{
	float:left;
	list-style:none;
	}
	
	#footer li a{
	display: block;
	padding: 3px;
	font: 10px Arial;
	margin: 0 5px 0 6px;
	text-decoration:none;
	color:#f57e1d;
	}
	
	#footer li a:hover{
	color:#d46001;
	}
	
	#bottom{
	float:left;
	width: 600px;
	font: 10px Arial;
	padding: 5px 0 5px 8px;
	color:#333;
	}
	
	#bottom a{
	color:#111;
	text-decoration:none;
	}
	
	#bottom a:hover{
	color:#555;
	}
	
	
