html, body, div, span, applet, object, nav, section, 
iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height:1;
}
body {
	font-family: 'Marcellus SC', Arial, Helvetica,serif;
	/*font-family: Geneva, Arial, Helvetica, san-serif;*/
	font-size: 1em;
	color: #111;
	/*background: #e4e4e4 url('../images/mk2-bg.jpg') fixed 40px 0 repeat-y;*/
	/*background: #f5fffe url('../images/mk1-bg.jpg') fixed 70px 0 repeat-y;*/
	background: #ffffcc url('../images/stripe-bg.png') fixed 70px 0 repeat-y;
	text-align: left;
	/*background-size: auto;
	-moz-background-size: auto;
	-webkit-background-size: auto;*/
}
section {
	display: block;
	text-align: center; 
	padding-top: 2em;
	padding-bottom: 1em;
} 
nav {
	display: block;
	padding: 10px 80px;
	background-color: rgba(36,4,0,0.8);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(36, 4, 0, 0.8);
	box-shadow: 0px 5px 10px 0px rgba(36, 4, 0, 0.8);
	vertical-align:;
	height: 30px;
}
h1 {
	font-weight: normal;
	color: #eee;
	/*margin-bottom: 0.1em;*/
	display: block;
	font-size: 30px;
	/*border-bottom: 1px solid #999;*/
	float:left;
	margin-right: 50px;
	position: relative;
}
h2 {
	font-size: 30em;
	font-weight: normal;
	display: inline-block;
	/*color: #666;*/
	color: #4c2c24;
	text-shadow: 0px 0px 3px #bc9c94;
	filter: dropshadow(color=#6d4d45, offx=0, offy=0);
}
p {
	font-size: 1.5em;
	/*color: #999;*/
	color: #907068;
	display: inline-block;
	position: relative;
	left: -30px;
}
ul {
	color: #eee;
	list-style-type: none;
	font-size: 20px;
	float: right;
	position: relative;
	top: 4px;
}
li {
	display: inline-block;
	/*width: 30%;*/
	padding: 2px 0 2px 15px;
}


@media screen and (min-width:535px) and (max-width:800px) {
	nav {
		height: 50px;
	}
	h2 {
		padding-left: 50px;
	}
	li {
		float: none;
		text-align: right;
		display: block;
	}
}
@media screen and (min-width:381px) and (max-width:534px) {
	nav {
		height: 80px;
	}
	ul {
		font-size: 15px;
		float: left;
	}
	li {
		text-align: left;
		display: block;
		padding: 2px 0;
	}
}
@media screen and (max-width:380px) {
	body {
		background-position: 30px 0;
	}
	section {
		padding-top: 1em;
		padding-bottom: 0.5em;
	}
	nav {
		padding: 10px 0 10px 40px;
		height: 80px;
	}
	h2 {
		font-size: 20em;
		padding-left: 30px;
	}
	p {
		top: -10px;
	}
	ul {
		font-size: 18px;
		width: 250px;
		float: left;
	}
	li {
		text-align: left;
		display: block;
		padding: 2px 0;
	}
}