body {
	background-image:url(back.jpg);
	background-repeat:repeat;
	padding:0;
	/*z-index:1;*/
}
	
h1,h2,h3,h4,h5,h6 {
	color:brown;
	/*background-color:#d4ecfb;*/
	/*text-align:center;*/
	font-family:"serif";
}

h1 {
	font-size:6ex;
	padding:0;
	height:.2ex}

img#logo {
	border:2px solid brown;
	position:relative;
	left:2%;
	width:270px;
	height:216px;
	}

#titleheader {
	position:fixed;
	top:0px;
	left:0px;
	width:29%;
	height:100%;
	/*z-index:2;*/
}

#titleheader h1,#titleheader p {text-align:center;}

#titleheader p {color:brown;
	font-size:3ex;
	}

#menulist a {display:block;
	text-align:center;
	/*z-index:3;*/
	}

#content {
	position:absolute;
	top:0em;
	left:30%;
	padding:20px;
	border-left: 1px solid brown;
	height:120%;
}

#footer {
	font-size:1ex;
	position:absolute;
	bottom:1px;
	width:99%;
	text-align:center;
	/*z-index:4;*/
}
#infomail {font-size:5ex;}

#cover {
	border:2px solid brown;
	position:relative;
	left:20%;}

#directions a {
	display:block;
	position:relative;
	left:40px;
	width:40%;
}
