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

body {
/*background-color: #FFF;*/
background-image:url(images/body_background.jpg);
background-repeat:repeat;
/*margin-top: 5%;*/
}

div#wrapper {
	width:900px;
	margin:0 auto;
	background: #000000;
	height: 100%;
	margin-top: 25px;
}


div#header {
	width:900px;
	height: 100px;
	background: #FFFFFF url(images/datsaheader.jpg);
	height: 100px;
	float: left;
	top: 0px;
}

div#left {
	width:387px;
	margin:0;
	height: 475px;
	text-align: left;
	float: left;
	top: 118px;
	background: #FFFFFF url(images/pizza1-left1.jpg);
}
div#left2 {
	width:150px;
	margin:0;
	height: 475px;
	text-align: left;
	float: left;
	top: 118px;
	background: #D41F00 url(images/pizza1-left3.jpg);
}

div#right {
	width:513px;
	margin:0 auto;
	background: #336633;
	height: 475px;
	text-align: left;
	float: right;
	top: 118px;
	overflow:scroll;
}
div#right2 {
	width:750px;
	margin:0 auto;
	background: #336633;
	height: 475px;
	text-align: left;
	float: right;
	top: 118px;
	overflow: auto;
}


div#menu {
	width:900px;
	margin:0 auto;
	background: #336633;
	height: 475px;
	text-align: left;
	float: right;
	top: 118px;
	overflow: scroll;
}


div#map {
	width:513px;
	margin:0 auto;
	height: 475px;
	text-align: center;
	float: right;
	top: 118px;
}



div#footer {
	width:900px;
	background-color: #336633;
	color: #EEE;
	text-align: center;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	top: 100px;
	height: 18px;
	width: 900px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: medium;
}

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

#navcontainer ul li a
{
	background: #336633;
	width: 178px;
	height: 18px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 4px 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: #990000;
	
}

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

}

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

}

p {
	color: #FFFFFF;
	margin: 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 5px 5px 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;
}

h3 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: #FFFF00;
	text-align: center;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 1px;
	text-decoration: none;
}

h4 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-align: center;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 1px;
	text-decoration: blink;
}



.footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.header {
	font: 14px Arial, Helvetica, sans-serif;
	color: #808080;
	text-align: right;
}
