@charset "utf-8";
/* CSS for Header Image */

h1 {margin: 0; padding: 0;}

#header_graphic {
	background: url("/shoptocook/Web/evergreenmarket/header.png") no-repeat center top;
	height: 127px;
}

#header_graphic h1 {
	text-indent: -6000em;
}

#header_graphic .inside {
	padding: 0;
	margin: 0;
}

/* Logo HotSpot (width x height) */

#header_graphic h1 a {
	display: block;
	height: 100px;
	width: 350px;
	text-indent: -6000em;
}

#header_graphic .inside {
	padding: 0;
	margin: 0;
}

.main-top {
	height: 35px;
	width: 983px;
	background: url("/shoptocook/Web/evergreenmarket/main_top.png") no-repeat center top;
}

#mainbody {
	background: url("/shoptocook/Web/evergreenmarket/main_bg.png") repeat-y center top;
}

#header .inside {
	padding: 15px 15px 0px 15px;
}


/* Footer */

#footer {
	height: 35px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #800;
	font: 11px/11px Georgia, "Times New Roman", Times, serif;
	background: url("/shoptocook/Web/evergreenmarket/main_bottom.png") no-repeat center top;
}

/* @end */


