
/* styles for Beck Cottage - this is a comment */

body {
  	color: black;
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 11pt;
  	text-align: left;
  	width: 780px;
}

div {
	margin: 0px;
	padding: 0px;
}

div.body {	
	width: 780px;
  	position:  relative;
  	top: 0px;
  	left: 0px;
	padding: 3px;
	margin-top: 3px;
	border: 1px solid #C0C0C0;
}

div.menu {
	width: 780px;
  	position: relative;
  	top: 0px;
  	left: 0px;
}

div.bottom {
	width: 780px;
  	position: relative;
  	top: 0px;
  	left: 0px;
	margin-top: 3px;
	padding: 3px;
	background-color: #E0E0E0;
	border: 1px solid #C0C0C0;
}


H2 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 15pt;
  	text-align: center;
}

H3 {
  	font-family: Arial, helvetica, sans-serif;;
  	font-size: 14pt;
  	text-align: center;
}

H4 {
  	font-family: Arial, helvetica, sans-serif;;
  	font-size: 11pt;
  	text-align: left;
  	margin-top: 0px;
}

H5 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 12pt;
  	text-align: center;
  	text-decoration: underline;
}

h6 {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 11pt;
  	text-align: center;
}

P {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 0.9em;
  	text-align: left;
	margin-top: 4px;
} 

p.small {
  	font-size: 10pt;
}

LI {
  	font-family: Arial, helvetica, sans-serif;
  	font-size: 0.9em;
	margin-left: 250px;
} 

  
table {
  	width: 100%;
  	background-color: transparent;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

table.menu {
	text-align: center;
	background-color: #5e5752;
}

td {
  	font-size: 0.9em;
}

td.image {
	font-size: 0.75em;
	text-align: center;
}

td.menu {
  	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #5e5752; /*#7E6649; /*#e9b977;*/
	margin-left: 2px;
	margin-right: 2px;
	height: 20px;
	font-weight: normal;
	font-family: Arial, helvetica, sans-serif;
}

.white {
  	background-color: white;
}

a:link {
  	color: #113366;
  	background-color: transparent;
  	text-decoration: underline;
}

a:active {
  	color: #113366;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #000040;
  	background-color: transparent;
  	text-decoration: underline;
}

a:hover {
  	color: #114477;
  	background-color: transparent;
  	text-decoration: underline;
}

.center {
  	text-align: center;
}

.edged {
  border-top: 1px #C0C0C0 solid;
  border-right: 1px #C0C0C0 solid;
  border-bottom: 1px #C0C0C0 solid;
  border-left: 1px #C0C0C0 solid;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}

.menu a:active {
	color: #C0C0C0;
}

.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

