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


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
}
body {
  background-color: #46383a;
  background-position: top left;
  background-repeat: no-repeat;
  color: #2e2d2c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #b54f37;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #b54f37;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #da5242;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #904841;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #bf1c1c;
  text-decoration: underline;
}
a:focus {
  color: #bf1c1c;
}
a:active {
  color: #702922;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  min-width: 1000px;
  text-align: left;
  width: 1000px;
}
#outerWrapper #header {
	background-color: #cda98b;
	background-image: url(images/pizzaheader1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: solid 1px #8b675a;
	font-size: 18px;
	font-weight: bold;
	height: 250px;
	line-height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #topNavigation {
	background-color: #f9f1e1;
	border-bottom: solid 1px #cda98b;
	height: 30px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
	background-image: url(CSSMenuWriter/cssmw2_images/bg.jpg);
	background-repeat: repeat-x;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
  background-color: #f9f1e1;
  border-top: solid 1px #cda98b;
  padding: 10px 10px 10px 10px;
}

</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}
