@charset "UTF-8";
h1 {
	font-size: 36px;
	color: #62A910;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	font-size: 23px;
	color: #503416;
	line-height: 25px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	color: #6D461B;
	font-weight: bold;
	font-style: italic;
}
h4 {
	font-size: 16px;
	color: #72B431;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* CSS Document */

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5B3918;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF4E6;
	background-image: url(../images/logo_bckgrnd.png);
	background-repeat: no-repeat;
	width: 700px;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}
.oneColFixCtrHdr #container {
	width: 700px;
	text-align: left;
	padding-left: 50px;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-right: 15px;
	margin-left: 0px;
	height: auto;
	}
.mainContent {
	margin-right: 25px;
	padding-right: 25px;


}
.oneColFixCtrHdr #header {
	color: #62A910;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #62A910;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 13px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #62A910;
	text-decoration: none;
	font-weight: bold;
	clear:both
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.logo {
	width: 120px;
}
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #62A910;
}
#web {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #53412E;
	float: right;
	text-align: right;
}
a:link {
	text-decoration: none;
	color: #5B3918;
}
a:visited {
	text-decoration: none;
	color: #7AA910;
}
a:hover {
	text-decoration: none;
	color: #62A910;
}
a:active {
	text-decoration: none;
	color: #630;
}
.home {
	color: #62A910;
	font-size: 11px;
	text-align: center;
}
.photo {
	width: auto;
	height: auto;
	float: right;
	padding-left: 25px;
	background-color: #FFF4E6;
	padding-bottom: 10px;
	top: auto;
	bottom: auto;
}
#coffees {
	overflow: auto;
	height: 150px;
	font-size: 14px;
	line-height: 14px;
}
 
.paratitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #9F9181;
}
.scriptivefont {
	color: #62A910;
	font-family: "Edwardian Script ITC", "Lucida Handwriting", "Book Antiqua";
	font-size: 30px;
}
.image {
	width: auto;
	height: auto;
	float: right;
	padding-left: 10px;
	background-color: #FFF4E6;
	padding-bottom: 10px;
	padding-right: 5px;
}

