* {
	margin: 0em;
	padding: 0em;
}

a {
	color:#407174;
	text-decoration: underline;
}
 
a:hover {
	text-decoration: none;
}

body {
	background-color: #F0E3A4;
	background-image: url('images/body.gif');
	background-repeat: repeat-x;
	color: #37371E;
	font-family: georgia, serif;
	font-size: 10pt;
}

li {
	list-style:none;
	list-style-type:none;
}

img {
	padding:0.4em;
	border: dotted 1px #EFEAD1;
}
#outer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: #FEFEF2;	
	background-image: url('images/content.gif');
	background-repeat: repeat-x;
	padding: 1.0em;
	border-top: solid 1px #ffffff;
	margin-bottom: 1.0em;
}

#outer2 {
	border: dotted 1px #EFEAD1;
	padding: 1.0em;
}

#navi {
	background-color: #004145;
	color: #ffffff;
	height: 1.4em;
	line-height: 1.4em;
	padding: 0.6em;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #6D7B34;
}

#navi a {
	color: #ffffff;
	text-decoration: none;
}

#navi ul {
	list-style: none;
	padding: 0em;
}

#navi li {
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

#navi li a {
	padding: 0.6em;
}

#navi li a:hover {
	background-color: #407174;
}

a.active  {
	background-color: #407174;
}


#header {
	height:178px;
	padding: 0.8em 1.2em 1.2em 1.2em;
	background-image: url('images/logosmall.gif');
	background-repeat:  no-repeat;
	background-position: top left;
	color:#004145;

}

#header h1 {
	clear:right;
	float:right;
	font-size: 2.0em;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: -0.05em;
}

#header h2 {
	clear:right;
	float:right;
	position: relative;
	top: -0.1em;
	text-transform: lowercase;
	font-size: 0.8em;
}

#content {
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 2.2em;
	font-size: 0.9em;
	position: relative;
}


#footer {
	border-top: dashed 1px #EFEFD6;
	padding-top: 0.5em;
	font-size: 11px;
	color:#004145;
	padding-left: 1.2em;
	clear: both;
	text-align:center;
}

#column1 {
	width: 530px;
	float: left;
	position: relative;
}

#column1 p, #column1 ul, #wholecolumn p, #wholecolumn ul {
	text-align: justify;
	margin-bottom: 1.0em;
	color: #000000;
}

#column1 ul strong, #wholecolumn ul strong{
	color: #407174;
}

#column1 h3, #wholecolumn h3, #column2 h3 {
	color:#004145;
	font-size: 1.2em;
	border-bottom: dashed 1px #CECF8F;
	margin-bottom: 1.0em;
}

#column1 h2 {
    color: #B7193C;
	font-size: 1.6em;
	
}

#column2 {
	width: 145px;
	float: right;
	position: relative;
	margin-left: auto;
}

#column2 p {
	text-align: justify;
	margin-bottom: 2.0em;
	color: #4F4F2B;
	font-size: 1.0em;
}


#column2 ul {
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column2 li {
	border-bottom: dashed 1px #EFEFD6;
}

#wholecolumn {
	width: 700px;
	float: left;
	position: relative;
}

table.pizzasize, table.specialtypizza { 
	margin-left: 2.0em;
	margin-bottom: 1.0em;

	padding:0px;
	border-collapse: collapse;
	border: dotted 1px #EFEAD1;
}

table.pizzasize td, table.specialtypizza td {
	border: dotted 1px #EFEAD1;
	padding:0em 0.5em;
	vertical-align:top;
	
}


table.pizzasize td strong, table.specialtypizza td strong {
	color: #407174;
}

table.ingredients td {
	vertical-align:top;
	padding:0em 0.5em;
}

table.ingredients ul {
	list-style: none;
	padding: 0em;
}

table.ingredients li {

	list-style:none;
	font-size: 0.9em;
}

table.ingredients li a {
	padding: 0.8em;
}

table.contactus{

	margin: 2.0em 1.0em;
}

.button {
	font-family:georgia;
}