﻿html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #97c105;
	margin: 0px;
	padding: 0px;
}
div
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: none;
}
a
{
	text-decoration: none;
}
#Canvas
{
	padding: 0px;
	width: 929px;
	margin: 0 auto;
	background-image:url(../../Images/bg.jpg);
	background-color: #a9290a;
	height: 100%;
	overflow: visible;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#Banner
{
	display: block;
	height: 192px;
	width: 100%;
}
#Logo
{
	width: 349px;
	height: 192px;
	background-repeat: no-repeat;
	background-image: url(../../Images/logo_moes_caters.jpg);
	float: left;
}
#Slogan
{
	width: 580px;
	height: 55px;
	margin-left: 349px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#Menu
{
	width: 580px;
	height: 35px;
	overflow: hidden;
}

#Left
{
	width: 580px;
	overflow: hidden;
	height: 192px;
	float: right;
}
#Top
{
	width: 580px;
	height: 102px;
	background-repeat: no-repeat;
}
#Content
{
	width: 929px;
}