/*
Web design and CSS authoring by Goatsmilktavern Studios
www.goatsmilktavern.com
*/

body {
      background-image: url(img/background.jpg);
      background-repeat: repeat-x;
      background-attachment: fixed;
      padding-top: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
}

#wrapper{
      width: 800px;
      height: auto;
      margin-left: auto;
	  margin-right: auto;
	  margin-top: 0px;
	  padding: 0px; 
      position: relative;
	  top: 0px;
	  text-align: left;
}

#qm0{
	top: 14px;
	left: 0px;
	z-index: 20;
}

/********** Text ***********/
h1{
	color: #fff;
	font: bold 16px/4px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

h2{
	color: #fff;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	a:link {visited: #000000; text-decoration: underline; 

 
	color: #333333;
	}

}

h3{
	color: #fff;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

h4{
	color: #fff;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
}

h4 a{
	color: #FFF;
}

h4 a:hover{
	color: #000;
} 

p{
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	white-space: normal;
	padding-left: 30px;
	padding-right: 30px;
}
strong{
	text-decoration: underline;}
	
/*********** index **********/
#indexTop{
	float: right;
	width: 800px;
	height: 301px;
	background-image: url(img/images/indexTop.jpg);
	margin-top: 15px;
}
#indexMiddle{
	float: right;
	width: 800px;
	he: auto;
	background-image: url(img/images/indexMiddle.jpg);
	margin: 0px;
}

/*********** Menu ***********/
#menuTop {
	float: right;
	width: 800px;
	height: 150px;
	background-image: url(img/images/top.jpg);
	margin-top: 15px;
	}
	
#menuMiddle {
	float: right;
	width: 800px;
	height: auto;
	background-image: url(img/images/middle.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	}
	
#menuBottom {
	float: right;
	width: 800px;
	height: 148px;
	background-image: url(img/images/bottom.jpg);
	margin-top: 0px;
	}


/********** Footer Information ***********/

#footer{
	float: center;
	width: 800pxpx;
	height: 40px;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

#footer a{
	color: #333;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	text-decoration: none;
}

#footer a:hover{
	color: #000;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;	
}