/* Start: pizzeriaStyle01 */
	/* Start: general */
		BODY{
			margin:0px;
			font-family: 'Cinzel', serif;
			
			background-color: #000000;
			
			color: #ECE8E8;
			overflow: hidden;
		}
		
		img {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		.forCentering {
			margin-left: auto;
			margin-right: auto;
		}
		
		#wrapper
		{
			margin-top: -200px;
			width: 1000px;
			height: 1100px;
			
			background-image: url("../images/bg_chalkboard_tile2.jpg");
			border-right: thick ridge #3C3C3C;
			border-left: thick ridge #3C3C3C;
			border-bottom: thick ridge #3C3C3C;
		}
	/* End: general */
		
		
		
	/* Start: Title */
		H3{
			position: relative; 
			top: -40px;
			
			text-align: center;
			line-height: 60px;
			
			font-size: 40px;
			font-variant: small-caps;
			text-decoration: underline;
		}
	/* End: Title */
			


	/* Start: decorative image alignment */
		#bgPlacement{
			position: absolute;
			top: 60px; left: 0; bottom: 0; right: 0;
		}
		
		#leftDplacement
		{
			position: absolute;
			top:18px; left: 0px; bottom: 0; right: 520px;
		}
		
		#rightDplacement
		{
			position: absolute;
			top: 18px; left: 515px; bottom: 0; right: 0px;
		}
	/* End: decorative image alignment */
	
	
		
	/* Start: navigation */
		/* Start: Sagitarius Link*/
		.navText
		{
			color: #fff;
			font-weight:700;
			font-size: 20px;
			text-shadow: #00f 0.0em 0.0em 0.5em;	
			
			padding-top: 27px;
			text-indent: 5px;
		}
		
		.navText:hover
		{
			color: rgba(0,0,0,0);
			text-shadow: none;
			font-weight: 700;
		}
		
		#navSag{
			width:70px;
			height:70px;
			
			background-image: url("../images/navigation/rivalSagitarius.png");
			background-repeat: no-repeat;
			
			position: absolute;
			top: 560px; left: 735px; bottom: 0px; right: 0px;
		}
		#navSag:hover{
			background-image: url("../images/navigation/rivalSagitariusV.jpg");
			background-repeat: no-repeat;
		}
		/* End: Sagitarius Link*/
		
		/* Start: Taurus Link*/
		#navTar{
			width:70px;
			height:67px;
			
			background-image: url("../images/navigation/emailTaurus.png");
			background-repeat: no-repeat;
			
			position: absolute;
			top: 135px; left: 450px; bottom: 0px; right: 0px;
		}
		#navTar:hover{
			background-image: url("../images/navigation/emailTaurusV.jpg");
			background-repeat: no-repeat;
		}
		/* End: Taurus Link*/
		
		/* Start: Leo Link*/
		#navLeo{
			width:70px;
			height:91px;
			
			background-image: url("../images/navigation/galleryLeo.png");
			background-repeat: no-repeat;
			
			position: absolute;
			top: 550px; left: 0px; bottom: 0px; right: 730px;
		}
		#navLeo:hover{
			background-image: url("../images/navigation/galleryLeoV.png");
			background-repeat: no-repeat;
		}
		/* End: Leo Link*/
		
		/* Start: Piceses Link*/
		#navPic{
			width:70px;
			height:81px;
			
			background-image: url("../images/navigation/homePiceses.png");
			background-repeat: no-repeat;
			
			position: absolute;
			top: 130px; left: 0px; bottom: 0px; right: 460px;
		}
			
		#navPic:hover{
			background-image: url("../images/navigation/homePicesesV.jpg");
			background-repeat: no-repeat;
		}
		/* End: Piceses Link*/
		
		/* Start: Libra Link*/
		#navLib{
			width:70px;
			height:70px;
			
			background-image: url("../images/navigation/osfLibra.png");
			background-repeat: no-repeat;
			
			position: absolute;
			top: 820px; left: 0px; bottom: 0px; right: 0px;
		}
		
		#navLib:hover{
			background-image: url("../images/navigation/osfLibra.jpg");
			background-repeat: no-repeat;
		}
		/* End: Libra Link*/
	/* End: navigation */
		
		
		
	/* Start: Live Text Location */
		#contentArea{			
			position: absolute;
			top: 235px; left: 0; bottom: 0; right: 0;
			
			width: 600px;
			height: 560px;
			background: rgba(0,0,51,.8);
			overflow: auto;
		}
		
		H4{
			font-size: 26px;
			line-height: 0px;
		}
		
		P,Q{
			line-height: 25px;
		}
		
		P{
			position: relative;
			width: 550px;
			left: 20px;
			
			font-size: 16px;
			text-indent: 50px;
		}
		
		ul{
			position: relative;
		}
		
		#bestDish{
			position: relative;
		}
		
		/*#map{
			position: absolute;
			
			
					
			width:360px;
			height:225px;
		
			background-image:url("../images/map.png");
		}*/
	/* End: Live Text Location */
/* End: pizzeriaStyle01 */