body{
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	}
	
#wrap{
	margin: 0 auto;
	padding: 0;
	width: 770px;
	/*background-color: #FFFFFF;*/
	height: 1%;
	}	
	
#header{
	margin: 0;
	padding: 0;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	min-height: 150px;
	}
	
#header p{
	clear: both;
	display: block;
	text-align: right;
	color: #FFFFFF;
	margin: 0 40px 0 0;
	padding-top: 1.5em;
	}
	
/* Navigation */

#main_nav{
	margin: 0 30px 0 0;
	padding: 0;
	height: 40px;
	float: right;
	}
	
#main_nav ul{
	margin: 0;
	padding: 0;
	width: 441px;
	list-style: none;
	}
	
#main_nav ul li{
	float: left;
	height: 40px;
	}
	
#main_nav ul li a{
	display: block;
	height: 40px;
	text-indent: -3000px;
	overflow: hidden;
	}
	
#main_nav ul li a:hover{
	background-position: 0 -40px;
	}
	
#main_nav ul li a:active{
	background-position: 0 -80px;
	}
	
#home_link a{
	width: 58px;
	background-image: url(../images/link_home_bg.gif);
	}
	
#about_link a{
	width: 80px;
	background-image: url(../images/link_about_bg.gif);
	}
	
#menu_link a{
	width: 138px;
	background-image: url(../images/link_menu_bg.gif);
	}
	
#specials_link a{
	width: 76px;
	background-image: url(../images/link_specials_bg.gif);
	}
	
#contact_link a{
	width: 88px;
	background-image: url(../images/link_contact_bg.gif);
	}
	
/* End Navigation */

/* Main Image */

#intro_img{
	margin: 0 auto;
	padding: 0;
	width: 750px;
	}
	
#intro_img img{
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	}
	
/* End Main Image */

/* Main Content */

#main_content{
	margin: 10px 0 0 10px;
	padding: 0 20px 0 20px;
	width: 390px;
	float: left;
	}
	
.page_heading{
	height: 30px;
	overflow: hidden;
	text-indent: -3000px;
	margin-bottom: 10px;
	}
	
.welcome_heading{
	background-image: url(../images/heading_welcome_msg.gif);
	background-repeat: no-repeat;	
	}
	
.about_heading{
	background-image: url(../images/heading_about_us.gif);
	background-repeat: no-repeat;	
	}
	
.menu_heading{
	background-image: url(../images/heading_menu.gif);
	background-repeat: no-repeat;	
	}
	
.specials_heading{
	background-image: url(../images/heading_specials.gif);
	background-repeat: no-repeat;	
	}
	
.products_heading{
	background-image: url(../images/heading_products.gif);
	background-repeat: no-repeat;	
	}
	
.contact_heading{
	background-image: url(../images/heading_contact.gif);
	background-repeat: no-repeat;	
	}
	
.email_signup_heading{
	background-image: url(../images/heading_email_signup.gif);
	background-position: center;
	display: block;
	background-repeat: no-repeat;
	height: 60px;
	overflow: hidden;
	text-indent: -3000px;
	margin-bottom: 10px;
	}
	
h1, h2, h3, h4, h5, h6{
	color: #4B8672;
	}
	
#main_content p{
	line-height: 1.75em;
	margin-right: 10px;
	}
	
/* End Main Content */
	
#sub_content{
	margin: 0 10px 0 445px;
	padding: 10px 0 60px 10px;
	background-color: #EDF1EE;
	background-image: url(../images/sub_content_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
#sub_content p{
	padding: 0 20px 0 20px;
	line-height: 1.35em;
	}
	
#sub_content form{
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	}
	
#sub_content form div{
	margin: 0;
	padding: 0;
	}
	
#sub_content form input{
	font-size: 90%;
	}
	
#footer{
	clear: both;
	border-top: 1px solid #CD6437;
	margin: 10px;
	padding: 20px;
	}
	
#footer p img{
	vertical-align: middle;
	}
	
hr.deco{
	background-image: url(../images/hr_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 23px;
	overflow: hidden;
	padding: 23px 0 0 0;
	margin: 0;
	}
	
/* Menu of Services */

#menu{
	min-height: 350px;
	}

#menu dl{
	height: 1%;
	clear: both;
	border-top: 1px dashed #4B8672;
	padding-top: 10px;
	}
	
#menu dl dt{
	float: left;
	}
	
#menu dl dd.price{
	text-align: right;
	font-style: italic;
	}
	
.top_link{
	text-align: right;
	font-size: 70% !important;
	font-weight: normal !important;
	}
	
.colorize{
	background-color: #F2F7F3;
	padding: 10px;
	border-top: 1px solid #DEECE1;
	border-bottom: 1px solid #DEECE1;
	margin-bottom: 10px;
	}
	
img.left_float{ /* for inline images */
	float: left;
	margin-right: 10px;
	}
