@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/jpg/layout.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

#nav {
	width: 740px;
	height: 50px;
	margin: 70px auto 0 auto;
	padding: 0;
	border: none;
	text-align: right;
}

#banner {
	margin: 50px auto 0 auto;
	width: 740px;
	height: 140px;
	padding: 0;
	border: none;
}

#content {
	width: 740px;
	border: none;
	padding: 0;
	margin: 20px auto 0 auto;
	height: 500px;
}

#leftcol {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

#leftcol #openinghours {
	width: 188px;
	padding: 5px;
	border: 1px solid #F60;
	margin: 0 0 10px 0;
	text-align: center;
	background-image: url(images/jpg/open.jpg);
	background-repeat: repeat-y;
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	line-height: 16px;
	color: #F60;
}

#middlecol {
	width: 330px;
	margin: 0 0 0 10px;
	float: left;
	border: none;
	padding: 0;
}

#ethos {
	width: 330px;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #930;
	line-height: 21px;
}

#ethos a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #930;
	text-decoration: underline;
}

#ethos a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #930;
	text-decoration: none;
}

#middlecol #leftcol {
	width: 165px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

#rightcol {
	width: 188px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #930;
	font-weight: bold;
}

img {
	border: none;
}

.header {
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
}

.introText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #930;
	font-style: italic;
	font-size: 15px;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0 0 5px 0;
}

.genericbox {
	width: 99%;
}

.quote {
	padding: 0;
	margin: 10px 0 0 0;
	width: 190px;
	float: left;
	background-image: url(images/jpg/quote_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #F60;
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	text-align: center;
}

.quote p {
	padding: 5px 5px 5px 5px;
}

.quote p.bum {
	margin: 0;
	padding: 5px 10px 35px 10px;
	background-image: url(images/jpg/quote_bottom.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

/* CSS Document */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */