html, body {
	height: 100%;
    font-size: 100%;
}

body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/coffee-background.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border: 0;
	margin: 0;
	padding: 0;
	font: 13px/1.5 Arial;
}
#main_container {
	min-height: 100%;
}

p {
	margin: 0;
	padding: 0;
}

h2 {
	font-style: italic;
	color: #666666;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;	
}

.hidden {
	display: none;
}

#sidebar {
	width: 275px;
	height: 100%;
	background-color: #453e3e;
	background-image: url(images/lime-bg.gif);
	background-repeat: repeat-y;
	z-index:10;
	position: absolute;
	top: 0;
	left: 0;
}

#fella {
	z-index:10;
	position: absolute;
	top: 0;
	left: 0;
	width: 275px;
	height: 100%;
	background-image: url(images/sidebar-image.jpg);
	background-repeat: no-repeat;
}

#links {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

a.more-info {
	display: block;
	width: 275px;
	height: 42px;
	background-image: url(images/more-information.gif);
	background-repeat: no-repeat;
}

a.get-involved {
	display: block;
	width: 275px;
	height: 42px;
	background-image: url(images/get-involved.gif);
	background-repeat: no-repeat;
}

a.contact-us {
	display: block;
	width: 275px;
	height: 42px;
	background-image: url(images/contact-us.gif);
	background-repeat: no-repeat;
}

a.searchlight {
	display: block;
	width: 275px;
	height: 42px;
	background-image: url(images/searchlight.gif);
	background-repeat: no-repeat;
}

#banner {
	position: absolute;
	top: 25px;
	left: 0;
	height: 87px;
	width: 100%;
	background-color: #bdd63e;
	background-image: url(images/epsom-fairtrade-banner.gif);
	background-repeat: no-repeat;
	z-index: 100;
}

#fairtrade-logo {
	width: 120px;
	height: 87px;
	background-image: url(images/fairtrade-logo.gif);
	float: right;
}

#textarea {
	background-color: #fff;
	position: absolute;
	top: 122px;
	left: 285px;
	height: 76%;
	width: 600px;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	overflow: auto;
	
}

#shoplist {
	margin: 10px 20px 20px 30px;
}

a {
	color: #3db6c7;
}

a.shoplink {
	font-weight: bold;
	color: #3db6c7;
	padding-right: 25px;
	background-image: url(images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}