body 
{
	background: url("../images/background_slice.gif");
	background-repeat: repeat-x;
	font-family : Arial, sans-serif;
	font-size : 12px;
	color: #2F022B;
	height: 100%;
	text-align: center;
	margin: 0px;
}

p 
{ 
	margin: 14px;
	line-height: 170%; 
}

a
{
	color: #2F022B;
}

td
{
	font-size : 12px;
}

.textbox
{
	border: 1px solid #2F022B;
	font-family : Arial, sans-serif;
	font-size : 12px;
	color: #2F022B;
}

.button
{
	border: 1px solid #2F022B;
	font-family : Arial, sans-serif;
	font-size : 12px;
	color: #2F022B;
}

#container
{
	width: 800px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	overflow: hidden;
}

#header
{
	width: 800px;
	height: 149px;
	background: url("../images/header.gif");
}

#navigation
{
	width: 800px;
	height: 34px;
	background: url("../images/navigation_slice.gif");
}

.button_home a
{
	width: 77px;
	height: 34px;
	background: url("../images/button_home.gif");
	float: left;
}

.button_home a:hover
{
	width: 77px;
	height: 34px;
	background-position: 0 -34px;
	float: left;
}

.button_restaurant a
{
	width: 101px;
	height: 34px;
	background: url("../images/button_restaurant.gif");
	float: left;
}

.button_restaurant a:hover
{
	width: 101px;
	height: 34px;
	background-position: 0 -34px;
	float: left;
}

.button_menus a
{
	width: 78px;
	height: 34px;
	background: url("../images/button_menus.gif");
	float: left;
}

.button_menus a:hover
{
	width: 78px;
	height: 34px;
	background-position: 0 -34px;
	float: left;
}

.button_contact a
{
	width: 88px;
	height: 34px;
	background: url("../images/button_contact.gif");
	float: left;
}

.button_contact a:hover
{
	width: 88px;
	height: 34px;
	background-position: 0 -34px;
	float: left;
}

.button_press a
{
	width: 71px;
	height: 34px;
	background: url("../images/button_press.gif");
	float: left;
}

.button_press a:hover
{
	width: 71px;
	height: 34px;
	background-position: 0 -34px;
	float: left;
}

#movie
{
	width: 800px;
	height: 200px;
}

#bottom
{
	border-top: 1px solid #ffffff;
	width:800px;
}

#bottom_left
{
	width: 358px;
	height: 516px;
	background-color: #DFC5E9;
	float: left;
	text-align: left;
}

#bottom_left_content
{
	background-color: #DFC5E9;
	float: left;
	text-align: left;
	padding: 10px;
}

#bottom_right
{
	width: 442px;
	height: 516px;
	background: url("../images/home_image.gif");
	float: right;
}

