body {
	background-color: #6c191d;
	text-align: center;
}
#teaserBox {
	margin: 0 auto;
	height: 450px;
	width: 760px;
	background-color: a60109;
	text-align: center;
	vertical-align: middle;
	padding-top: 75px;
	border: 1px solid #E3E3E3;
}
#Container {
	background-image: url(images/soupLadleCntBkgd.jpg);
	height: 100px;
	width: 800px;
}
#contained {
	margin: 0 auto;
	width: 760px;
	height: 100px;
}
#Content {
	background-position: left top;
	}
#Footer {
	font-family: Arial, Helvetica, sans-serif;padding: 10px;
	font-size: .65em;
	line-height: 1.3em;
	color: #000000;
	padding: 20px;
	background-image: url(images/soupLadleCntBkgd.jpg);
	text-align: right;
	height: 30px;
	width: 800px;
}
#Header {
	background-color: #ffffff;
	width: 800px;
	height: 100px;
  	text-align: left;
	margin-left: auto;
  	margin-top: auto;
}
.header {
	background-color: #FFFFFF;
	width: 800px;
	height: 100px;
}
#Nav {
	float: left;
}
#signUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.3em;
	color: #FFFFFF;
	float: left;
	height: 275px;
	width: 125px;
	text-align: center;
	background-position: center top;
	clear: left;
}
#nuggetBox {
	background-color: #fab040;
	
}
.wrapper {
	overflow: visible;
	position: absolute;
	width: 100%;
	left: 50%;
	}
a:link {
	color: #6c191d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #962328;
	font-weight: bolder;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.7em;
	color: #000000;
}
.bodyContent {
	padding: 10px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.nuggetCopyWht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: 14px;
}
.nuggetCopyWhtPln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.nuggetCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.nuggetCopyBld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bolder;
	color: #000000;
}
.mouseType {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .55em;
	line-height: 1.0em;
	color: #000000;
}
.contained {
  /* make this a containing block! */
  position: relative; 
  /* mark this element visually prominent */
  border: 1px dotted red;
}
.center {
  /* take element out of the normal page flow! */
  position: absolute;
  /* position the element vertically using top or bottom
     and define width as you like:                       */
  top: 10px;     
  width: 50%;   
  /* set left and right to the same value! */
  left: 0;
  right: 0;
  /* adding auto-margins left and right will
     center the element horizontally!         */
  margin-left: auto;
  margin-right: auto;
  /* mark this element visually prominent */
  background:red;
}
