@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(Parchment.jpg);
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
.page #container #mainContent {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
}

#mainContent img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.page #container #sidebar1{
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	height: 700px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: solid #804000;
	border-width: 0px;
	background-image: url(/Layout/Textures/MenuTabStone.jpg);
	text-decoration: none;
}

#header {
	background-image: url(/Layout/Textures/MenuTabStone.jpg);
	text-align: center;
}

#footer {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	background-image: url(/Layout/Textures/MenuTabStone.jpg);
}


#footer p {
	font-size: 10px;
	text-align: center;
}

#footer hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #960;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

h4 {font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.Glossaryterm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.Glossarydefinition {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.TableNormal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.TableBold {
	font-size: 14px;
	font-weight: bold;
}
a {
	text-decoration: none;
}
.SingleItemTitle {
	font-weight: bold;
	margin-top: 40px
}
.SingleItemBody {
	margin-top: -15px
}
.EstablishmentType {
	font-weight: bold;
}
.FlavorText {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.EstablishmentName {
	font-weight: bolder;
	font-size: 14px;
}
.ProprietorName {
	color: #333;
	font-size: 12px;
	font-style: italic;
}
.NamedTitle {
	font-style: italic;
	font-weight: bold;
}
