* {
	margin:0;
	padding:0;
	}

body {
	text-align: center;
	background: #A93A1C;/*#AD3918;*/
	}
html {
  /* overflow: scroll; */
	/*height: 100.02%;*/
	height: 100%;
	margin-bottom: 1px;
}

#pageContainer {
	text-align: center;
	background: #E9DFBC;
	width: 100%;
	}

#sausageContainer {
	position:relative;
	background: #AD3918 url(../images/background_repeat.jpg) repeat-y left top;
	top: 0px;
	left: 0px;
	width: 775px;
	text-align: left;
	z-index: 0;
	}
#homepageContainer {
	position:relative;
	width: 775px;
	text-align: left;
	top: 0px;
	left: 0px;
	}


#sausageHeader {
	width: 775px;
	height: 140px;
	z-index: 10;
	}

#sausageLogo {
	position:absolute;
	z-index: 0;
	top: 140px;
	left: 0px;
	width: 194px;
	height: 138px;
	}

#fullSausageLogo {
	position:absolute;
	background: url(../images/side_menu_home.jpg) no-repeat;
	z-index: 10;
	top: 0px;
	left: 0px;
	_left: 28px;
	width: 166px;
	height: 544px;
}

.homeNav {
	margin-top: 291px;
	margin-left: -5px;
}

.internalNav {
	margin-top: 172px;
	margin-left: -5px;
}

#sausageContent {
	background-color: #E9DFBC;
	width: 525px;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 180px;
	}

#homeContent {
	width: 525px;
	padding-top: 78px;
	margin-right: 50px;
	margin-left: 200px;
	text-align: left;
	}
#homepage-text {
  margin-top:30px;
  margin-bottom:30px;
}
.sponsors {
  width:100%;
  font-size:5pt;
}
.homepage.sponsors {
  color:#DCD39C;
}
.inside.sponsors {
  color:#AD3918;
}

.lightLine {
	width: 580px;
	height: 1px;
	background-color: #D3BF7B;
	padding: 0px;
	margin: 0px 0px;
	}

#sausageNav {
	position:absolute;
	background: #AD3918 url(../images/side_menu.jpg) no-repeat left top;
	top: 119px;
	left: 0px;
	width: 166px;
	height: 456px;
	z-index: 10;
	}

#sausageFooter {
	clear:both;
	width: 775px;
	height: 21px;
	}


.pageContentHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 24px;
	color: #62361B;
	}

.pageContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 24px;
	color: #62361B;
	}

.pageContentTableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 24px;
	color: #62361B;
	}

.pageContentText a:link {
	color: #736158;
	}

.pageContentText a:visited {
	color: #736158;
	}

.pageNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	margin-left: 13px;
	margin-top: 0.65em;
	
	color: #FFFFFF;
	}

.pageNav a:link {
	text-decoration: none;
	color: #DBD2BC;
	}

.pageNav a:visited {
	text-decoration: none;
	color: #DBD2BC;
	}

.pageNav a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

.homePageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	margin-left: 13px;
	margin-top: 0.65em;
	color: #FFFFFF;
	}
	
.internalPageNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	margin-left: 13px;
	margin-top: 0.65em;
	color: #FFFFFF;
	}

.internalPageNav a:link {
	text-decoration: none;
	color: #DBD2BC;
	}

.internalPageNav a:visited {
	text-decoration: none;
	color: #DBD2BC;
	}

.internalPageNav a:active {
	text-decoration: none;
	color: #FFFFFF;
	}

ul li {
	/* Stipulate the height of each item so that 
	vertical return = items * height */
	line-height: 2em;
	/* Clear the default margins & padding 
	so we can style the list from scratch */
	margin: 0;
	padding: 0;
	}

/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 5 items * 1.2em line-height = 6em */

ul li.flav {
	margin-top: -12em;
	}

ul li.intm {
	margin-top: -12em;
	}


/* horizontal position of each column */
ul li.beef,
ul li.pork,
ul li.save,
ul li.prec,
ul li.flba {
	margin-left: 3em;
	}

ul li.flav,
ul li.trad,
ul li.fran,
ul li.intb{
	margin-left: 18em;
	}
ul li.intm,
ul li.ints,
ul li.gour {
	margin-left: 33em;
	}

