﻿body
{
	
}

.menu
{
	
}

.inlinePanel
{
	display: inline;
	float: left;	
}

.menuHolder
{
	left: 150px;
	top: 0px;
	float: left;
}

.separator
{
	clear: both;	
}

.logo
{
	width: 136px;
	height: 107px;
	top: 0px;
	float: left;
	background-position: left top;
	background-image: url(../images/lionsReservation/logo.png);
	background-repeat: no-repeat;
}

.outsideContent
{
	/* orange border */
	border: solid 2px #000000;
}

.insideContent
{
	/* black border */
	border: solid 2px #f79138;
	padding: 5px;
}
