@CHARSET "UTF-8";

p{
	font-size: 11px;
	color: #313131;
	line-height: 18px;
}

h2{
	font-size: 17px;
	color: #ff2f00;;
}

h3{
	color: #ff2f00;;
}

a{
	color: #525252;
	text-decoration: none;
}

a:visited {
	color: #525252
}

a:hover, a.selected, ul a.active {
	color: #fdcd00;
}

a:active, a:focus {
	text-decoration: none;
	color: #525252;
}

a:active, a:focus{
	outline: none;
}

body{
	
	font: normal 76%/160% Helvetica, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #313131; text-align:center;
}


/* HORIZONTAL NAVIGATION  BEGIN*/
div#navigation ul li a {
	font-size: 13px;
}

/* HORIZONTAL NAVIGATION  END*/


/* LEFT COLUMN BEGIN*/

#left_column a#map_bt{
	display: block; background: url(../images/bt1_down.gif); width: 268px; height: 123px; margin-left: 20px; margin-top: 30px; text-indent: -9999px;
}

#left_column a#map_bt:hover{
	background: url(../images/bt1_over.gif);
}

#left_column a#menu{
	display: block; background: url(../images/bt2_down.gif); width: 268px; height: 144px; margin-left: 20px; margin-top: 10px; text-indent: -9999px;
}

#left_column a#menu:hover{
	background: url(../images/bt2_over.gif);
}

#left_column a#dish{
	display: block; background: url(../images/bt3_down.gif); width: 268px; height: 114px; margin-left: 20px; margin-top: 10px; margin-bottom: 40px; text-indent: -9999px;
}

#left_column a#dish:hover{
	background: url(../images/bt3_over.gif);
}

/* LEFT COLUMN END*/

