html,body
{
margin: 0;
padding: 0;
height: 100%;
}

#content
{
clear:both
vertical-align: top;
width: 850px;
height: 100%;
}
#title
{
clear:both
width: 850px;
height: 117px;
background-image: url('../images/title.png');
}
#menu
{
padding-left: 18px;
width: 832px;
height: 46px;
background-image: url('../images/menu_bar.png');
}
#content div.top
{
clear:both
width: 850px;
height: 28px;
background-image: url('../images/content_top.png');
}
#content div.mid
{
min-height: 600px;
vertical-align: top;
width: 770px;
/*height: 100%;*/
padding-left: 40px;
padding-right: 40px;
background-image: url('../images/content_mid.png');
}
#content div.btm
{
clear:both
width: 850px;
height: 28px;
background-image: url('../images/content_btm.png');
}
#menu a.link:hover
{ 
text-decoration:underline;
}
#menu a.link
{
color: #0000FF;
cursor: pointer;
font-style: normal;
font-weight: bold;
font-size: 12pt;
font-family: Tahoma,Verdana;
text-decoration:none;
}

#menu a.active
{
color: #FF0000;
cursor: pointer;
font-style: normal;
font-weight: bold;
font-size: 12pt;
font-family: Tahoma,Verdana;
text-decoration:none;
}

#menu div.menu_btn
{
float: left;
text-align: center;
width: 102px;
height: 34px;
background-image: url('../images/menu_btn.png');
padding-top:12px;
}
#menu div.menu_btn_new
{
float: left;
text-align: center;
width: 102px;
height: 34px;
background-image: url('../images/menu_btn_new.png');
padding-top:12px;
}

#menu div.menu_btn_long
{
float: left;
text-align: center;
width: 152px;
height: 34px;
background-image: url('../images/menu_btn_long.png');
padding-top:12px;
}

#menu div.menu_btn_long_new
{
float: left;
text-align: center;
width: 152px;
height: 34px;
background-image: url('../images/menu_btn_long_new.png');
padding-top:12px;
}
span.indent
{
margin-left: 15px;
}
div.news
{
width: 102px;
overflow-x: hidden;
}
#footer
{
position: absolute;
bottom: 0px;
left: 5px;
}
font.fineprint
{
font-size: 8pt;
font-family: Tahoma,Verdana;
}

.notValid
{
	background-color: #ff8686;
}

#leftColumn
{
	width:255px;
	float:left;
}

#rightColumn
{
	width:255px;
	float:right;
}

#centerColumn
{
	width:256px;
	margin-left:257px;
}
.cafeMenu
{
	font-size:11pt;
	font-family:Arial;
}
.cafeMenuSmall
{
	font-size:8pt;
}

