@charset "utf-8";
body  { 
	font: 100% Georgia, "Times New Roman", Times, serif;;
	background: url(images/pizza_bg.gif) repeat #CC0000;
	margin: 0;
	padding: 0 5%;
	text-align: center;
	color: #000000;
}
img{
	border:0;
}
#container{
	 width: 100%;
	 border:0; 
}
#header { 
	background: url(images/logo.gif) center no-repeat;
	height: 105px;
}


#middleup{
	background:url(images/middlebarup.gif) repeat-x ;
	height: 40px;
	width:100%;
}
#leftup{
	float:left;
	background:url(images/curvaleftup.gif) no-repeat;
	height:40px;
	width:40px;
}
#rightup{
	float:right;
	background:url(images/curvarightup.gif) no-repeat;
	height:40px;
	width:40px;
}


#leftbar{
	background:url(images/leftbar.gif) left repeat-y #FFFF99;
	width:170px;
	vertical-align:top;
	padding-top:24px;
}
#index_leftbar{
	background:url(images/leftbar.gif) left repeat-y #FFFF99;
	width:8em;
	padding-left:2em;
	padding-right:1em;
	font-weight:bold;
	color:#990000;
	font-size:20px;
}
#rightbar{
	background:url(images/rightbar.gif) right repeat-y #FFFF99;
	width:40px;
}
#index_rightbar{
	background:url(images/rightbar.gif) right repeat-y #FFFF99;
	width:8em;
	padding-left:1em;
	padding-right:2em;
	font-weight:bold;
	color:#990000;
	font-size:20px;
}

#content{
	width:100%;
	background: #FFFF99;
	text-align:left;	
}
#content-home{
	width:100%;
	background: #FFFF99;
	padding-right:130px;
	text-align:center;	
}
#content-map{
	width:100%;
	background: #FFFF99;
	text-align:left;
}
#index_content{
	width:860px;
	background: #FFFF99;
	text-align:center;	
}

#footer { 
	text-align:center;
	font-size:12px;
	height:40px;
} 


#middledown{
	background:url(images/middlebardown.gif) repeat-x ;
	height: 40px;
	width:100%;
}
#leftdown{
	float:left;
	background:url(images/curvaleftdown.gif) no-repeat;
	height:40px;
	width:40px;
}
#rightdown{
	float:right;
	background:url(images/curvarightdown.gif) no-repeat;
	height:40px;
	width:40px;
}


a:link,a:visited,a:active {text-decoration: none;color: #000000; }

a:hover {text-decoration: none;color: #FF6600; font-weight:bold}

#map{
	width: 520px;
	height: 312px;
}


ul.menu{
	margin:0;
	padding:0 10px 0 20px;;
}
li.menu{
	list-style-type: none;
	margin:0;
	padding:0;
}
.center{
	text-align:center;
}
