html, body {
	min-height: 100%;
	height: 100%;
}

body {
	background: #FDFFE3 url('../images/bg-picnic.png') repeat;
	font: 88% 'Goudy Bookletter 1911', 'Georgia', serif;
	color: #5E3926;
	padding: 0;
}

body * {
   	line-height:1.12em;
}


/**
 * homepage
 */

#enchilada {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}

#banner {
	background: url('../images/banner.png') no-repeat center top; 
	width: 840px;
	height: 310px;
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
}

#slogan {
	width: 840px;
	height: 180px;
	position: absolute;
	clear: none;
	top: 180px;
	background: url('../images/bg-wrap-top.png') no-repeat ;
	z-index: -1;
	margin: 0;
}

#container {
	width: 840px;
	min-height: 455px;
	padding: 0 12px 0 12px;
	top: -6px;
	position: relative;
	clear: both;
	background: url('../images/bg-content-wide.png') repeat-y;
}

#columnBox {
  clear: both;
  text-align: center;
  width: 816px;
  margin-left: 0;
  padding: 0;
}

	#leftColumn {
	  width: 400px;
	  text-align: center;
	  float: left;
	  margin: 0 auto 0 auto;
	  padding-left: 8px;
	}

	#rightColumn {
	  width: 400px;
	  text-align: center;
	  float: right;
	  margin: 0 auto 0 auto;
	  padding-right: 8px;
	}

	#leftColumnSlogan {
	  width: 378px;
	  text-align: left;
	  float: left;
	  margin: 0 auto 0 auto;
	  padding: 38px 0 0 30px;
	}

	#rightColumnSlogan {
	  width: 398px;
	  text-align: right;
	  float: right;
	  margin: 0 auto 0 auto;
	  padding: 38px 0 0 0;
	}

#footer {
	width: 839px;
	height: 19px;
	padding: 0 0 0 0;
	top: -7px;
	position: relative;
	clear: both;
	background: url('../images/bg-wrap-bottom.png') no-repeat top;
}

/**
 * subpages
 */

#taco {
	width: 690px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
	clear: both;
}

#tacoShell {
	width: 639px;
	height: auto;
	padding: 0;
	margin: 0;
	position: relative;
	clear: both;
	overflow: hidden;
	background: url('../images/bg-content.png') repeat-y;
}

	#cheese {
		background: url('../images/page-banner.png') no-repeat center top; 
		width: 690px;
		height: 137px;
		margin: 0 auto 0 auto;
		float: left;
		clear: both;
		position: relative;
	}
		
	#salsa {
		background: url('../images/divider-dotted-352.png') bottom no-repeat;
		top: 82px;
		width: 311px;
		height: 55px;
		position: relative;
		text-align: center;
		float: left;
		margin: 0 0 0 62px;
	}

	#lettuce {
		width: 352px;
		height: auto;
		position: relative;
		text-align: center;
		float: left;
		padding: 0 20px 12px 34px;
		margin: 0 0 0 14px;
		overflow: hidden;
	}

	#tomato {
		width: 180px;
		height: auto;
		text-align: center;
		float: right;
		padding: 0 20px 0 6px;
		margin: 0 6px 0 6px;
	}

#groundBeef {
	width: 682px;
	height: 12px;
	padding: 0 0 24px 0;
	position: relative;
	clear: both;
	background: url('../images/bg-page-bottom.png') no-repeat;
	margin: 0;
}


/**
 * page elements
 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Goudy Bookletter 1911', 'Georgia', serif;
    color:#5E3926;
    clear: both;
}

h1 {
}

h2 {
    color: #5E3926;
		margin-top: 0;
}

h3 {
}

h4 {
    color: #5E3926;
    margin-bottom: 0;
}

p {
	clear: both;
}

	p.c {
		text-align: center;
	}

	p.l {
		text-align: left;
	}

	p.j {
		text-align: justify;
	}

	p.r {
		text-align: right;
	}

	p.s {
		margin-top: -8px;
		text-align: left;
	}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 0;
}

a {
    color: #EE4A55;
    border: 0;
    outline: 0;
}

img {
    border: 0;
    outline: 0;
}

	img.mi {
		vertical-align: middle;
	}

td {
	text-align: left;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 0 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 0 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 0;
    margin: 0 0;
}
