@CHARSET "ISO-8859-1";

*
{ 
	font-family: Arial, Helvetica, sans;
	color: black;
	font-size: 12px;
}

body
{
}
	
div#main
{
	margin-top: 50px;
	width: 759px;
	height: 584px;
	overflow: hidden;
	background: white url(/lib/img/layer_back.png) no-repeat;
	text-align: left;
}

div#footer
{
	color: black;
	float: left;
	font-family: 'Arial Rounded MT Bold', 'Arial';
	font-size: 12px;
	position: absolute; 
	text-align: center;
	top: 614px;
	width: 759px;
}
	
div#content
{	
	text-align: left;
	position: relative;
	width:  360px;
	height: 380px;
	overflow: auto;
	top: 160px;
	left: 15px;
	font-size: 11pt;
	font-family: 'Arial Rounded MT Bold', 'Arial';
	color: black;
}

div#content *
{
	font-size: 12px;
	font-family: 'Arial Rounded MT Bold', 'Arial';
	color: black;
}

div#content h2,
h2
{
	font-size: 21pt;
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content h3,
h3
{
	font-size: 19pt;
	color: black;
	font-weight: bold;
}

div#content h4,
h4
{
	font-size: 17pt;
	color: black;
	font-weight: bold;
}

div#content h5,
h5
{
	font-size: 15pt;
	color: black;
	font-weight: bold;
}
	
div#content p,
p
{
	margin-top: 2px;
	margin-bottom: 4px;
}

div#content ul
{
	margin-left: 25px;
}

div#sidebar
{
	float: left;
	display: block;
	width: 145px;
	height: 370px;
	/*top: 165px;*/
	margin-left: 590px;
	margin-top: -245px;
}

div#sidebar a img
{
	border: 7px solid white;
	margin-top: 10px;
}

div#menu
{
	margin-top: 190px;
	float: left;
	width: 200px;
	oveflow: hidden;
	
}

div#menu ul 
{
	
}

div#menu ul li
{
	
}

div#menu ul li a 
{
	display: block;
	font-family: 'Arial Rounded MT Bold', 'Arial';
	font-size: 16pt;
	font-weight: bold;
	color: black;
	width: 192px;
	height: 38px;
	border: 1px solid white;
	background: #fff6ab;
	text-decoration: none;
	padding-left: 4px;
	margin-bottom: 17px;
}

div#menu ul li.active a 
{
	background-color: #800033;
	color: white;
}

div#quickbooker
{
	clear: both;
	float: left;
	overflow: hidden;
	width: 200px;
}

div.left_title
{
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: center;
	width: 192px;
	border: 1px solid white;
	font-family: 'Arial Rounded MT Bold', 'Arial';
	font-size: 17pt;
}

div#content small
{
	font-size: 10px;
}

