p {
margin: 0;
padding: 0;
}

#pageWrapper {
	margin: auto;
	width: 980px;
	background: url(../images/pizzaBG.png) no-repeat;
}
#splashArea {
	width: 958px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#logoAreaex {
	background: url(../images/mainLogo.png);
	height: 141px;
	width: 441px;
	top: 10px;
	position: relative;
	left: 20px;
}
#mainAreaWrapper {
	float: left;
	width: 978px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-top: 20px;
}
.columnOne {
	padding: 10px 10px 30px;
	float: left;
	width: 464px;
	margin-right: 10px;
}
.columnTwo {
	float: left;
	width: 464px;
	padding: 10px 10px 30px;
}
#footerArea {
	width: 980px;
	padding-top: 10px;
	float: left;
	font-size: 0.7em;
}
#designByArea {
	float: left;
	width: 400px;
}
#verificationArea {
	text-align: right;
	float: right;
	width: 400px;
}
body {
	font: 0.8em/1.4em Georgia, Verdana;
	background: #DDD0B9 url(../images/pageBG.png) no-repeat right bottom;
	background-color: #DDD0B9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logoArea h1 {
	text-indent: -2000px;
}
#splashArea h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #850059;
	margin: 10px 0px 20px;
}
#mainAreaWrapper h2 {
	font-size: 1.8em;
	color: #850059;
	margin: 10px 0px 20px 10px;
}
fieldset {
	border: 1px solid #850059;
	background: #EEE8DB;
	padding-left: 10px;
	margin-top: 20px;
	position:relative;
}
legend {
	font-size: 1.5em;
	color: #850059;
	position: absolute;
top: -.5em;
left: .2em;
}

.desc {
	font-size: .9em;
}
.products {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	display: block;
}
#logoArea {
	height: 120px;
	width: 980px;
}
#splashArea p {
	width: 596px;
}
#mainContentWrap {
	background: #FFFFFF url(../images/pizzaBG.png) no-repeat right 120px;
	float: left;
}
#fullWidth {
	float: left;
	width: 960px;
	padding: 10px 10px 30px;
	border-top: 1px solid #DDD0B9;
	border-bottom: 1px solid #DDD0B9;
}
.divider {
	background: #cccccc;
	height: 1px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type="button"] {
	background-color:#850059;
	color: #FFFFFF;
	font-size:0.7em;
	text-transform:capitalize;
	border: 0;
	padding: 3px;
}

.options {
	margin-left: 20px;
	font-weight: bold;
}
.toppingsList {
	margin: 0;
	padding: 0 0 20px;
	list-style-type: none;

}
.toppingsList li {
	display: inline;
	background: url(../images/bullet.png) no-repeat;
	padding-left: 20px;
	white-space: nowrap;

}
.advice {
	font-size: 0.9em;
	font-style: italic;
	padding-top: 10px;
}
#fullWidth p {
	font-size: 0.9em;
	line-height: 1.5em;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
}
#splashArea img {
	padding-bottom: 15px;
}
p {
margin-top: 10px;
margin-bottom: 10px;
}.cart-box {
	color: #FFFFFF;
	background: #000000 url(../images/SHOPPINGCART-BG.jpg) no-repeat right top;
	width: 430px;
	padding-left: 10px;
	padding-right: 10px;
	height: 125px;
	padding-top: 125px;
}
