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;
    height:980px;
    padding-left: 50px;
}

/*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;

}

/*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*/



h1{
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90px;
	color: #000000;
    margin-top: -20px;
}

h2{
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #585858;
    margin-top: -50px;
    margin-left: -15px;
}

/*footer*/

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

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

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


