BODY
{
	background-color: #361625;
	margin: 20px;
	font-family: Calibri, Lucida Grande, Arial;
	font-size: 13px;
	text-align: center;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

a
{
	color: #7B493D;
}

a:hover
{
	color: #222;
}

TD
{
  vertical-align: top;
}

#mainArea
{
	width: 866px;
	height: 542px;
	margin: 0 auto;
	background-color: #fff;
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #333;
	position: relative;
	text-align: left;
}

#bigLogo
{
	width: 295px;
	text-align: center;
	padding-top: 75px;
	padding-left: 286px;
	.position: absolute;
	.left: 286px;
	.top: 75px;
}

#band
{
	width: 866px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	bottom: 120px;
}

#splashLinks
{
	position: absolute;
	bottom: 50px;
	text-align: center;
	width: 100%;
}

#splashLinks a
{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
}

#splashLinks a:hover
{
	text-decoration: underline;
	color: #fff;
}


#logo, #leftNav, #content
{
	position: absolute;
}

#content
{
	height: 400px;
	overflow: auto;
}

#logo
{
	top: 18px;
	left: 36px;
}

#sideimage
{
	float: right;
	margin-top: 11px;
}

#sideimage img
{
	margin: 5px;
}

#leftNav
{
	top: 122px;
	width: 165px;
}

#leftNav LI
{
	list-style: none;
	margin-bottom: 4px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	padding-top: 2px;
}

#leftNav LI.top
{
	padding-top: 0;
}

#leftNav LI.sub
{
	padding-left: 17px;
	font-size: 12px;
	background-image: url('../img/bullet.jpg');
	background-repeat: no-repeat;
}

#leftNav LI.selected a
{
	color: #333;
	font-weight: bold;
}

#leftNav a
{
	color: #7B493D;
	text-decoration: none;
}

#leftNav a:hover
{
	text-decoration: underline;
	/* color: #C9C; */
	
}


.info
{
  width: 165px;
}

.bistrodescription
{
  padding-right: 40px;
}

dd
{
  padding: 0;
  margin: 0;
}

dt
{
  margin-top: 8px;
  color: #888;
}


#content
{
	top: 122px;
	left: 240px;
	width: 590px;
	line-height: 150%;
}

#shadow
{
	width: 844px;
	margin: 0 auto;
}

#bottomLogo
{
	width: 98px;
	margin: 0 auto;
}

.transparent
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}