@charset "UTF-8";
#wrapper {
	background-color: #febc28;
	
	background-repeat: no-repeat;
	background-position: center top;
}
.firstline {
	color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0em;
	text-indent: 0px;
}
#wrapper h1 {
	text-indent: -9999px;
	height: 200px;
}
#wrapper #intro p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #222222;
	margin-right: 80px;
	text-align: left;
	text-indent: 2em;
}
#wrapper #intro {
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}
#wrapper #footer {
	background-image: url(../images/MHbottomedge.jpg);
	height: 250px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #febc28;
}
#wrapper #main #navbar {
	width: 190px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
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;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/vinebg2.jpg);
	background-repeat: repeat;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FEBC28;
	background-repeat: no-repeat;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9A7116;
	border-left-color: #9A7116;
} 
#container #sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	text-transform: capitalize;
	color: #330000;
}
#container #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333300;
	letter-spacing: .4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333300;
	background-color: #FEBC28;
}
#container #mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 1.3em;
	color: #222222;
	letter-spacing: 0.05em;
	text-align: justify;
	text-indent: 2em;
}
.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;
}
#container #footer li {
	list-style-type: none;
}
#container #mainContent #intro {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #BF8B21;
}
.details {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #330000;
	text-transform: none;
	font-variant: normal;
}
.twoColFixLtHdr #container #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
#header  {
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header  h1  {
	text-indent: -9999px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
}
#mainContent  { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer  {
	background-image: url(../images/MHbottomedge.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 260px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* CSS Document */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#container #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	color: #330000;
}
#container    #sidebar1    a:link  {
	color: #333300;
	text-decoration: none;
}
#container #sidebar1 a:visited {
}
#container #sidebar1 a:hover {
	background-color: #FFCC00;
}
#container #sidebar1 h4 a:link {
	color: #330000;
	text-decoration: none;
}
#container #sidebar1 h4 a:visited {
	color: #222222;
	text-decoration: none;
}
#container #sidebar1 h4 a:hover {
	color: #660066;
	text-decoration: none;
	background-color: #FFCC00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660099;
	border-bottom-color: #660099;
}
#container #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333300;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333300;
	border-bottom-color: #333300;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0.2em;
}
#container #mainContent #intro #attrib {
	font-size: 13px;
	font-style: normal;
	text-align: right;
	text-indent: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	padding-bottom: 5px;
	color: #222222;
}
#container #mainContent li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #222222;
	list-style-type: circle;
	padding-top: 4px;
	padding-bottom: 4px;
}
