body {
	background: url('../images/background.jpg');
	color: black;
	
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	
	z-index: 0;
}

a { 
	color: black;
}

img {
	border: none;
}

div.logoCont {
}

img.slimsLogo {
	margin-left: auto;
	margin-right: auto;

	width: 216px;
	height: 180px;

	z-index: 4000;
	position: absolute;
	top: 4px;
	left: 243px;
	right: 243px;
	
	display: block;
}

div.mainCont {
	width: 702px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	
	position: relative;
	
	top: 73px;
	z-index: 100;
}

div.bodyCont {
	width: 702px;
	height: 520px;
	
	background: url('../images/bodyContent.png');
	
	z-index: 300;
	position: absolute;
	left: 0px;
	right: 0px;
}

img.mainSplash {
	position: relative;
	
	top: 50px;
	left: 50px;
	
	z-index: 400;
}

span.dayHead {
	font-weight: bold;
	color: #ec042a;
}

div.bodyText {
	position: relative;
	z-index: 400;
	
	top: 85px;
	left: 50px;
	
	width: 602px;
	height: 385px;
	max-height: 385px;
	
	overflow: auto;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.bodyText h1 {
	text-align: center;
	
	font-size: 24px;
	
}

.bodyText h2 {
	text-align: center;
	
	font-style: italic;
	
	font-size: 20px;
}

.bodyText p {
	text-align: center;
}

.bodyText img {
	padding-top: .75em;
}

img.bodyHeaderImg {
	margin-left: auto;
	margin-right: auto;
}

table.menuTable {
	width: 95%;
	
	margin-left: auto;
	margin-right: auto;
}

table.menuTable2 {
	width: 95%;
	
	margin-left: auto;
	margin-right: auto;
}

.menuTable2 td {
	width: 25%;
}

td.price {
	font-weight: bold;
	text-align: right;
}

.menuTable2 td.pricea {
	font-weight: bold;
	text-align: right;

	border-right: 1px dashed #CCC;
	
	padding-right: 5px;
	margin-right: 5px;
}

td.description {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 1em;
}

.menuTable2 td.descriptiona {
	border-right: 1px dashed #CCC;
}

div.paperCont {
	width: 700px;
	height: 500px;
	
	background: url('../images/paperBack.png');
	
	z-index: 200;
	
	position: relative;
	
	top: 165px;
	left: 3px;
}

img.menuButtons {
	width: 471px;
	height: 88px;
	
	position: relative;
	z-index: 250;
	
	top: 327px;
	left: 45px;
}

img.allButtons {
	height: 60px;
	width: 276px;
	
	position: relative;
	z-index: 250;
	
	top: 327px;
	left: 45px;
}

div.address {
	text-align: center;
	width: 100%;
	
	position: relative;
	
	top: 150px;
	
	z-index: 4000;
}

div.mpNews {
	width: 352px;
	text-align: center;
	
	position: relative;
	z-index: 250;
	
	top: 377px;
	left: 100px;
	
	display: inline;
	float: left;
	clear: both;
}

.mpNews input {
	text-align: center;
	
	width: 352px;
	
	color: grey;
	
	border: 0px;
	
	padding: 7px;
	
	font-family: Times New Roman, serif;
	
	font-size: 10px;
}

div.oNews {
	width: 250px;
	text-align: center;
	
	position: relative;
	z-index: 250;
	
	top: 357px;
	right: 100px;
	
	display: inline;
	
	float: right;
}

.oNews input {
	text-align: center;
	
	width: 250px;
	
	color: grey;
	
	border: 0px;
	
	padding: 7px;
	
	font-family: Times New Roman, serif;
	
	font-size: 10px;
}

div.socialButtons {
	display: inline;
	float: right;
	
	position: relative;
	z-index: 250;
	
	top: 367px;
	right: 80px;
}

.socialButtons img {
	z-index: 275;
}
