﻿html, body, div, p, ul, li, h1, h2, h3, h4, h5, h6, hr, img, form, address, a
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Verdana CE', 'Helvetica CE', Verdana, sans-serif;
	font-style: normal;
	color: #000;
}
div#app
{
	width: 100%;
	float: left;
}
div#app_frm
{
	width: 100%;
	float: left;
}
div#pruh
{
	background: #999;
	width: 100%;
	height: 400px;
	float: left;
}
div#bg_left
{
	background: url(../images/bg/pruh_bg_left.gif) no-repeat left;
	width: 400px;
	height: 100%;
	float: left;
	text-align: left;
}
div#bg_right
{
	background: url(../images/bg/pruh_bg_right.gif) no-repeat right;
	width: 400px;
	height: 100%;
	float: right;
}
div#main_frm
{
	margin: -400px auto 0 auto;	
	width: 100%;
	float: left;
}
div#main_inside_frm
{
	width: 100%;
	float: left;
	text-align: center;
}
div#inside_frm
{
	margin: 10px auto;
	width: 990px;
	float: none;
	text-align: left;
}
div#top_frm
{
	background: url(../images/bg/catering-sabrett.jpg) no-repeat;
	width: 100%;
	height: 300px;
	float: left;
}
div#center_frm
{
	width: 100%;
	float: left;
}
div#mid_frm
{
	background: #DCD95F;
	width: 100%;
	float: left;
}
div#menu_bar
{
	background: #009;
	padding: 5px 0;
	width: 100%;
	float: left;
	text-align: center;
}
div#menu_bar a.menu_f
{
	margin-left: 0;
}
div#menu_bar a
{
	margin-left: 20px;
	font-size: small;	
	color: #fff;	
}
div#bottom_frm
{
	background: #009;
	margin-top: 5px;
	padding: .1em 0 .4em 0;
	width: 100%;
	float: left;
}
div#bottom_left
{
	width: 300px;
	float: left;
	text-align: left;
}
div#bottom_right 
{
	margin-right: 10px;
	width: 400px;
	float: right;
	text-align: right;
}
div#bottom_frm a
{
	margin-left: .5em;
	font-size: smaller;
	color: #fff;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}	