body {
    background-color: white;
    color: black;
    font-family: "Adobe Garamond", Garamond, Palatino, serif;
    }

a:link { color: rgb(150, 36, 35); }  /* for unvisited links */
a:visited { color: rgb(167, 53, 52); } /* for visited links */
a:active { color: rgb(255, 0, 102); } /* when link is clicked */
a:hover { color: rgb(0, 96, 255); } /* when mouse is over link */

a.menubar:link { color: rgb(255, 255, 255); text-decoration: none; }  /* for unvisited links */
a.menubar:visited { color: rgb(255, 255, 255); text-decoration: none; } /* for visited links */
a.menubar:active { color: rgb(255, 0, 102); text-decoration: none; } /* when link is clicked */
a.menubar:hover { color: rgb(0, 96, 255); text-decoration: underline; } /* when mouse is over link */


#wrapper {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	}

#website {
	text-align: right;
	font-size: small;
	}
	
h1 {text-align: center; display:inline;}

p.center {text-align: center; }

td {text-align: center; }
td.left {text-align: left; }
td.right {text-align: right; }


#mailinglist {border: 1px solid black;
			padding-left: 1em;
			padding-right: 1em;
			}

#header {
	text-align: center;
	line-height: 1em;
	margin: 0;
	border: 0;
	padding: 0;
	}

#headerbar {
	width: 760px;
	background-color: rgb(150, 36, 35); 
	color: white;
	text-align: center;
	font-family: "Adobe Garamond", Garamond, Palatino, serif;
	margin: 0;
	border: 0;
	padding: 0;
	}

#menubar {
	width: 760px;
	background-color: rgb(150, 36, 35); 
	color: white;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 2em;
	margin: 0;
	border: 0;
	padding: 0;
	}


#featured {
	padding-left: 2.5em;
	padding-right: 2.5em;
	}
	
#cottagedescrip {
	padding-left: 5em;
	padding-right: 5em;
	}


