
body {
	background-color: #1A44BC;
	font-family: verdana, helvetica, ariel, "sans serif";
	font-size: 16px;
	color: black;
	margin: 0;
	}

/*Basic*/

h1 {
	font-family: verdana, helvetica, ariel, "sans serif";
	font-size: 150%;
	color: #F50002;
	margin: 0.3em 0 0.1em 0;
	font-weight: normal;
	}
h2 {
	font-family: verdana, helvetica, ariel, "sans serif";
	font-size: 150%;
	color: #F50002;
	margin: 0.5em 0 0.1em 0;
	font-weight: 500;
	}
p {
	margin-top: 0;
	}
small {
	font-size: 80%;
	font-style: normal;
	}
th {
	color: #F50002;
	}
iframe {
	margin: 5px;
	}

/*DIVS*/

#head {
	width: 850px; /*was 985*/
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background: blue top left no-repeat;
	}
	#head img{
		float: left;
		margin: 0 auto;
		padding: 0;
		border: none;
		}
	#head a {margin: 0;}
#container {
	width: 850px; /*was 853*/
	margin: 0 auto;
	background-color: white;
	padding: 0;
	}
#navbar {
	border-bottom: 5px double #F50002;
	margin: 0;
	padding: 0;
	}
	#navbar ul {
		margin: 0;
		padding: 0;
		}
	#navbar ul li {
		margin: 0;
		padding: 2px 35px 2px 12px;
		display: inline;
		list-style-type: none;
		text-align: center;
		}
	#navbar ul li a {
		color: #F50002;
		text-decoration: none;
		font-size: 120%;
		}
	#navbar ul li a:link {
		color: #F50002;
		text-decoration: none;
		}
	#navbar ul li a:visited {
		color: #F50002;
		text-decoration: none;
		}
	#navbar ul li a:hover {
		color: white;
		text-decoration: none;
		background-color: #F50002;
		}
	#navbar ul li a:active {
		color: white;
		text-decoration: none;
		background-color: #F50002;
		}

#sidebar {
	width: 250px;
	float: right;
	background-color: white;
	}
#body {
	margin: 10px;
	}
#text {
	margin-right: 300px;
	}
#footer p {
	text-align: center;
	font-size: 80%;
	color: white;
	background-color: #F50002;
	clear: both;
	}
	#footer a {
		color: blue;
		text-decoration: none;
	}
	#footer a:link {
		color: white;
		text-decoration: none;
	}
	#footer a:visited {
		color: purple;
		text-decoration: none;
	}
	#footer a:hover {
		color: blue;
		text-decoration: none;
	}
	#footer a:active {
		color: blue;
		text-decoration: none;
	}



/*CLASSES*/

.testimonial {
	font-style: italic;
	}
.box{
	border: 3px double #F50002;
	margin-top: 0.5em;
	text-align: center;
	}
.standoutOne {
	background: url(images/green_star.png) no-repeat top left;
	padding: 5px 5px 5px 5px;
	padding-left: 63px;
	text-align: left;
	}
.standoutTwo {
	background: url(images/blue_star.png) no-repeat top left;
	padding: 5px 5px 5px 5px;
	padding-left: 63px;
	text-align: left;
	}
.standoutThree {
	background: url(images/red_star.png) no-repeat top left;
	padding: 5px 5px 5px 5px;
	padding-left: 63px;
	text-align: left;
	}
/* Here's some old stuff I'm not using.
.menubox{
	margin: 10px;
	padding: 5px;
	border: 1px solid #F50002;
	width: 821px; /*elements are 32px
	}
.halfboxleft{
	margin: 10px;
	padding: 5px;
	border: 1px solid #F50002;
	width: 378.5px; /*elements are 32px
	float: left;
	text-align: center;
	}
	.halfboxleft h1{
		font-size: 100%;
		font-weight: bold;
		font-family: verdana, helvetica, ariel, "sans serif";
		}
	
.halfboxright{
	margin: 10px;
	padding: 5px;
	border: 1px solid #F50002;
	width: 378.5px; /*elements are 32px
	float: right;
	}

	.halfboxright h1{
		font-size: 100%;
		font-weight: bold;
		font-family: verdana, helvetica, ariel, "sans serif";
		}
*/

table.menu {
	text-align: center;
	border-collapse: collapse;
	width: 750px;
	margin: 3px auto;
	}
	table.menu td {
	vertical-align: top;
	text-align: center;
	width: 350px;
	border: 3px double #F50002;
	padding: 2px;
	}
	table.menu table.fourcolumn td, table.menu table.twocolumn td, table.menu table.specialpizza td {
		text-align: left;
		border: none;
		outline: none;
		}
	table.menu h1{
		font-size: 100%;
		font-weight: bold;
		font-family: verdana, helvetica, ariel, "sans serif";
		}
	table.menu table.fourcolumn{
		width: 30em;
		margin: 0 auto 1em;
		text-align: center;
		}
	table.menu table.twocolumn {
		width: 17em;
		margin: 0 auto;
		text-align: center;
		}
	table.menu table.specialpizza {
		width: 30em;
		margin: 0 auto;
		text-align: center;
		}

td.price {width: 6em !important;}
table.specialpizza td.left {width: 7em !important;}
.center {text-align: center;}

a img {border: none}