/* Cafe Latino Hinckley CSS */
@charset "utf-8";
/* CSS Document */

body {
		background-color: #EFE7B8;
}

.main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.top {
	height: 211px;
	width: 950px;
	background-image: url(../images/backgrounds/Top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu {
	height: 70px;
	width: 950px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	background-image: url(../images/backgrounds/Body.jpg);
	float: left;
	background-repeat: repeat-y;
}
.body {
	height: 256px;
	width: 950px;
	background-image: url(../images/backgrounds/Body.jpg);
	background-repeat: repeat-y;
	text-align: center;
	float: left;
}
.body2 {
	height: auto;
	width: 950px;
	background-image: url(../images/backgrounds/Body.jpg);
	background-repeat: repeat-y;
}
.bottom {
	height: 193px;
	width: 950px;
	background-image: url(../images/backgrounds/Bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}
.menu a {
	text-decoration:none;
	color: #FFF;
}
.night_menu {
	width: 750px;
	padding-right: 100px;
	padding-left: 100px;
}
.night_menu .section_title {
	width: 750px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.night_menu .section_subheading {
	width: 750px;
	text-align: center;
}
.night_menu .section_inline {
	width: 750px;
}
.day_menu {
	width: 790px;
	padding-right: 80px;
	padding-left: 80px;
	height: 1700px;
}

.day_menu .column {
	float: left;
	width: 370px;
}

.day_menu .column .section_heading {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.day_menu .column .section_subheading {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.day_menu .column .section_subheading2 {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}.column_separator {
	float: left;
	width: 50px;
	height: 100px;
}

.body3 {
	height: 800px;
	width: 750px;
	background-image: url(../images/backgrounds/Body.jpg);
	background-repeat: repeat-y;
	text-align: center;
	float: left;
	padding-right: 100px;
	padding-left: 100px;
	font-family: Verdana, Geneva, sans-serif;
}
.body4 {
	height: 512px;
	width: 950px;
	background-image: url(../images/backgrounds/Body.jpg);
	background-repeat: repeat-y;
	text-align: center;
	float: left;
}
.main .menu .Xmas_NewYear {
	float: left;
	height: 35px;
	width: 40px;
}
.main .menu .Xmas {
	background-image: url(../images/backgrounds/menubar/MenuX.JPG);
	height: 35px;
	width: 208px;
	float: left;
}
.main .menu .New_Year {
	background-image: url(../images/backgrounds/menubar/MenuNY.jpg);
	height: 35px;
	width: 208px;
	float: left;
}
.main .body2 .night_menu .section_subheading strong .red {
	color: #F00;
}

