/* CSS Document */

div#wrapper {
	width:900px;
	margin:0 auto;
	background: #000000
	height: 100%;
}
div#header {
	width:900px;
	background: #FFFFFF;
	height: 100px;
	float: left;
	top: 0px;
}
div#left {
	width:387px;
	margin:0;
	height: 475px;
	text-align: left;
	float: left;
	top: 118px;
	background: #FFFFFF url(pizza1-left.jpg);
}
div#left2 {
	width:150px;
	margin:0;
	height: 475px;
	text-align: left;
	float: left;
	top: 118px;
	background: #D41F00 url(pizza1-left2.jpg);
}

div#right {
	width:513px;
	margin:0 auto;
	background: #FFFFFF;
	height: 475px;
	text-align: left;
	float: right;
	top: 118px;
}
div#right2 {
	width:750px;
	margin:0 auto;
	background: #FFFFFF;
	height: 475px;
	text-align: left;
	float: right;
	top: 118px;
}
div#footer {
	width:900px;
	margin:0 auto;
	background: #009000;
	height: 50px;
	text-align: center;
	float: left;
	top: 568px;
}
#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	top: 100px;
	height: 18px;
	width: 900px;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	top: 100px;
}

#navcontainer ul li a
{
	background: #D4BF55;
	width: 148px;
	height: 18px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 100;
	margin: 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold normal 12px/16px Arial, Helvetica, sans-serif;
	top: 100px;
}

#navcontainer ul li a:hover
{
color: #000000;
background: #FFFFFF;
}

#navcontainer a:active
{
background: #330099;
color: #FFFFFF;
}

#navcontainer li#active a
{
background: #FFFFFF;
border: 1px solid #0000FF;
color: #fff;
}

p {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 10px;
}
h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 10px 10px 0px;
	text-align: center;
}
h2 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.header {
	font: 14px Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: right;
}
