
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006600;
	background: url(images/green1.jpg) left top no-repeat #006600;
	padding: 24px;
}


#main {
	width: 1017px;
	margin: 0px auto;
}

#header {
	height: 118px;
}

#border {
	border: 1px solid #636363;
	background: #FFFFFF;
}

/*logo*/

#logo {
	margin-left: 170px;
	padding: 113px 10px 0px 0px;
	width: 705px;
	background: url(images/sweetbasil.jpg) left top no-repeat #DCDADA;
	margin-top:28px;

}

#logo a {
	text-decoration: none;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.logo_span{
	font-size:30px;
}

/*top*/

.top{
	background: url(images/top.jpg) left top no-repeat;
	height: 386px;
	border-bottom: 1px solid #636363;

}

/*menu*/
#buttons{
	background: #FFFFFF;
	text-align:center;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #636363;
}

#buttons a {
	background: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	color: #656565;
	width: 202px;
	height: 34px;
	padding: 10px 0 0 0;
	font-weight: normal;
}

#buttons a:hover {
	display: block;
	float: left;
	background: url(images/but_hover.gif) top repeat-x;
	text-decoration: none;
}

.but_div{
	float: left;
	width: 1px;
	height: 100%;
	background: #636363;
}

/*content*/
#getdirections{
	margin-top: 35px;
	margin-left: 180px;
	}

#box1{
	margin-top: 55px;
	margin-left: 35px;
	height:30px;
	width: 150px;

}

#box{
	margin-left: 395px;
	margin-top: -130px;

}



/*footer*/

#footer{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 55px;
	padding: 28px 0px 0px 30px;
}

#footer a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover{
	color: #000000;
	font-size: 12px;
	text-decoration: underline;