/* General styles */
html, body { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
td { vertical-align: top; }
img { border-style: none; }
h1 { font-size: 16px; }
body 
{
	background-color: black;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
}
a { color: White; }
/* End General styles */

/* Basic structure */
table.panel
{
	width: 912px;
	margin: 51px auto 0 auto;
}
table.panel td.panel_left
{
	background-image: url('../images/background_left.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 160px;
}
table.panel td.panel_right
{
	background-image: url('../images/background_right.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 752px;
}
/* End Basic structure */

/* Left side */
div.inset { margin-left: 10px; }
div.title1 
{ 
	color: black; 
	font-weight: bold; 
	font-size: 14px;
	margin-bottom: 3px;
}
div.faded_background { height: 575px; }
div.logo { padding: 10px 0 0 7px; }
div.reservations { padding: 55px 0 0 7px; height: 190px; }
div.reservations a
{
	color: black;
	font-size: 11px;
	font-weight: bold;
}
div.reservations_dropdown, div.reservations_dropdown_list
{ 
	background-color: white; 
	width: 110px;
	padding: 4px 0 0 10px;
	font-size: 11px; 
	font-weight: bold;
	cursor: pointer;
	color: #999999;
}
div.reservations_dropdown
{
	margin-top: 11px;
	height: 19px;
}
div.reservations_dropdown_list
{
	display: none;
	position: absolute; 
	height: 150px; 
	overflow-y: scroll;
}
	div.reservations_dropdown_list a { color: #555555; text-decoration: none; }
	div.reservations_dropdown_list a:hover { text-decoration: underline; }
div.reservations_link { margin-top: 16px; }
div.calendar_small_container 
{
	padding: 0 0 0 7px; 
	font-size: 11px;
}
div.calendar_small { margin: 8px 0 0 2px; }
div.calendar_small table 
{ 
	background-color: White; 
	color: Black; 
	width: 132px; 
	text-align: center; 
	border-top: solid 1px #918f90; 
	border-left: solid 1px #918f90; 
}
td.event a
{
	color: Black;
	text-decoration: none;
}
td.event a:hover { text-decoration: underline; }

div.calendar_small table th, div.calendar_small table td 
{ 
	border-right: solid 1px #918f90; 
	border-bottom: solid 1px #918f90; 
	height: 18px;
	vertical-align: middle;
}
div.calendar_small table td.event
{
	background-color: #f26532;
}

div.myspace 
{ 
	margin-left: 5px; 
}
/* End left side */

/* Right side content */
div.main_graphic { padding: 12px 0 0 10px; }
div.main_graphic td.images_small { padding-right: 9px; }

div.menu 
{ 
	height: 22px; 
	width: 752px; 
	background-image: url('../images/background_menu.gif');
	background-repeat: no-repeat;
	margin: 14px 0 46px 0;
	position: relative;
}
div.menu a
{
	position: absolute;
	color: #fdf0ec;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	top: 4px;
}

div.menu span 
{
	position: absolute;
	color: White;
	font-size: 14px;
	top: 2px;
}

a#page0 { left: 35px; }
#div1 { left: 112px; }
a#page1 { left: 152px; }
#div2 { left: 235px; }
a#page2 { left: 275px; }
#div3 { left: 380px; }
a#page3 { left: 420px; }
#div4 { left: 580px; }
a#page4 { left: 610px; }
div.menu a:hover, div.menu a.selected
{
	color: black;
}

div.content { padding: 0 117px 0 35px; }

div.divider 
{
	margin: 25px 0 16px 0;
	border-top: solid 1px White;
	width: 66px;
}
/* End right side content */
