@charset "utf-8";
#form1 {
	font-size: 10px;
}

/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/backdrop.jpg);
	background-repeat:repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #7b9b24;
	text-align: center;
	float: left;
}
#left_menu {
	padding-left: 5px;
}

#left_column {
	float: left;
	width: 200px;
	padding: 0px;
	padding-left: 0px;
}
#left_column img {
	border: thick groove #7B9B24;
}

#container #main_content_wrapper {
	float: right;
	width: 745px;
	height: 560px;
	overflow: auto;
	padding: 5px;
	background-color: #FFF;
}
#container #main_content_wrapper img{
	float:right;
}

#left_col_top_pic {
	text-align: center;
}
#left_col_bottom_pic {
	text-align: center;
}
#container #footer {
	clear: both;
	background-color: #7B9B24;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.heading {
	font-size: xx-large;
	color: #F60;
	font-weight:600;
	}

.sub_heading {
	font-size: x-large;
	color: #F60;
	font-weight:600;
	}
.smaller_sub_heading {
	font-size:16px;
	color: #F60;
	font-weight:600;
	}
.testimonial_heading {
	font-size: 18;
	color: green;
	font-style:italic;
	font-weight:600;
	}
.menu_item {
	font-size: 24px;
	font-weight: bold;
	color: #59721B;
	font-style: italic;
	text-align: center;
}
.item_cost {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding:0px;
	margin:0px;
}
.centered {
	width: 100%;
	text-align: center;
}
.content_price {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #00F;
}
td {
	color: #063;
	font-weight: bold;
}
.sub_sub_heading {
	font-size: 14px;
	color: #063;
}

