@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.Coffee_Shop #container {
	margin: 0 auto;
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.Coffee_Shop #header{
	width:100%;
	height:150px;
	background:url(images/banner.png) no-repeat; 
	background-size: 100%
}

.Coffee_Shop #mainOuter{
	width:100%;
	background-image:url(images/background.png);
	background-repeat:repeat;
	height: auto;
}
.Coffee_Shop #mainInner{
	width:1100px;
	margin:0px auto;
	min-height: 450px;
}
.Coffee_Shop #footer {
	clear: both;
	padding: 0 10px;
}
.Coffee_Shop #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

h4 {
	font-family: "Gill Sans MT";
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	}
h3 {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-weight: lighter;
	font-style: normal;
}

h1 {
	font-family: "Gill Sans MT";
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	}

p {
	font-family: "Gill Sans MT";
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

td {
	vertical-align: text-top;
	font-family: "Gill Sans MT";
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

td.header {
	font-family: "Gill Sans MT", "Arial";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: justify;
}

td.text {
	vertical-align: text-top;
	font-family: "Gill Sans MT";
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

.footer {
	font-family: "Gill Sans MT";
	color: #000000;
	font-size: 10px;
}
a:link {
	font-weight:      normal;
	font-family: "Gill Sans MT";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
  } 

.imageouter {
	position: relative;
	height: 100%;
}
  
.slideshow {
	position:absolute; 
	top:50%;
	width: 232px; 
	margin: auto;
}


.slideshow img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
}


