body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fefcf6;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mlogo {
	text-align: right;
	padding-bottom: 25px;
}


#container {
	width: 1000px;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#main_table {
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	border-right-color: #000;
}
.navi_td {
	background-color: #970005;
	background-image: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navi {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding-right: 35px;
	padding-left: 35px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi ul li {
	display: block;
	height: 25px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #680103;
}


.main_sep_td {
	background-image: url(../images/main_sep_bg.jpg);
	background-repeat: repeat-y;
	background-color: #890004;
}
.contents_td {
	background-color: #890004;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 45px;
}

#home_contents {
	background-image: url(../images/home_contents_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: justify;
}
#home_pic {
	float: left;
	width: 352px;
	padding-right: 30px;
	background-image: url(../images/home_pic_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin-left: 5px;
}
#home_text {
	height: 537px;
	width: 323px;
	margin-left: 387px;
	padding-right: 30px;
	background-image: url(../images/home_text_bg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 94px;
}
#home_header {
	margin-bottom: 35px;
}
#home_curve {
	margin-top: 32px;
	margin-bottom: 25px;
}
#social {
	height: 34px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a13336;
	border-bottom-color: #a13336;
	vertical-align: middle;
	color: #FFF;
}
#social a:link, #social a:visited, #social a:hover, #social a:active {
	color: #FFF;
	text-decoration: none;
}





#sub_contents {
	background-image: url(../images/contents_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 45px;
	padding-left: 32px;
	text-align: justify;
}
#sub_contents_header {
	height: 54px;
	padding-top: 40px;
	margin-bottom: 20px;
}
#sub_contents a:link, #sub_contents a:visited, #sub_contents a:hover, #sub_contents a:active, #contact_table a:link, #contact_table a:visited, #contact_table a:hover, #contact_table a:active {
	color: #FEFCF6;
}





#footer {
	background-color: #000;
	text-align: right;
	height: 20px;
	padding-right: 15px;
	font-size: 10px;
	padding-top: 5px;
	color: #666;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #FFF;
	text-decoration: none;
}
.content_stroke {
	background-color: #ac3437;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content_dash_stroke {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AC3437;
}

.sub_contents_text_headers {
	font-size: 14px;
	font-weight: bold;
}
.sub_contents_fine_text {
	font-size: 10px;
}
.thanksgiving_catalogue_text {
	font-size: 11px;
}
.christmas_items_text {
	height: 338px;
	background-image: url(../images/christmas_text_bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}
.christmas_items_header {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AC3437;
}
.chrismas_items_subtext {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.christmas_items_subimages {
	border: 3px solid #FFF;
}
.christmas_items_st {
	background-color: #9B2F32;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 180px;
}






.images_td_stroke {
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.images_td_stroke_nocaptions {
	border: 3px solid #FFF;
}

.images_td_text {
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}




#tg_food tr td, #c_food tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AC3437;
	border-bottom-color: #AC3437;
	padding-left: 10px;
}
.food_header {
	font-weight: bold;
	color: #FEFCF6;
	background-color: #AE0004;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

.quantity {
	font-size: 12px;
	width: 45px;
	border: 1px solid #999;
}
.form_fine {
	font-size: 10px;
}



.form_contact_fills {
	background-color: #FFF;
	width: 180px;
	border: 1px solid #999;
	font-size: 12px;

}
.form_reservation_people {
	background-color: #FFF;
	width: 100px;
	border: 1px solid #999;
	font-size: 12px;
}
.form_reservation_table_st {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AC3437;
}

.form_additional_details {
	background-color: #FFF;
	width: 450px;
	border: 1px solid #999;
	font-size: 12px;
}
.form_reservation_main_table_st {
	border: 1px solid #ac3437;
}



.table_st {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #AC3437;
	border-left-color: #AC3437;
}

.spacer20 {
	height: 20px;
}
.spacer30 {
	height: 30px;
}

.spacer40 {
	height: 40px;
}
