@charset "UTF-8";
/* CSS Document */

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, ing {
	margin: 0px;
	padding: 0px;
}
#header{
	background: url(images/taffylogo.jpg) no-repeat;
}
#body{background-color:#000;
	margin: 0 auto;
	 width:834px;
}


h1{
	font-size:30px;
	text-align: center;
	text-decoration: underline;
	padding-left: 10px;
}
h2{
	font-size:26px;
	text-align: left;
	text-decoration: underline;
}
ul {
	list-style: none;
}

li{
	font-size:22px;
	text-align: center;
	line-height: 40px;
}

.smaller {
	font-size: 18px;
	text-align: center;
}

.smaller2 {
	font-size: 16px;
	text-align: left;
	font-weight: bolder;
}

.center {
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
}


div#wrapper{
	margin: 0 auto;
	width:834px;
}
img {
	border:none;
	
}
.whitetext {
	color: #EEE;
	font-size: 18px;
}
