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

/*Page style*/
*{

	margin:0 auto;
	scrollbar-face-color:       #000000; 								/*sets the color of the browser scroll bar on the site*/
	scrollbar-highlight-color:	#FFFFFF;
	scrollbar-3dlight-color:	#044aad; 
	scrollbar-darkshadow-color:	#044aad; 
	scrollbar-shadow-color:		#044aad; 
	scrollbar-arrow-color:		#FFFFFF; 
	scrollbar-track-color:		#000000;
}


/*whole site*/
Body { background-color:#000000;
       background-repeat:repeat;
       background-image:url(../image/bg3.jpg);
       background-position: top center;
       background-repeat: no-repeat;
       background-attachment: fixed;
}

/*actually web page*/
#Page {width:1200px;
	   height:auto;
	   background-image:url(../image/sitebg4.png);
       background-repeat:repeat-y;

}

/*the banner of the site*/
#Banner {width:1024px;
         height:400px;
         border:2px solid silver;
}

/* The navigation*/
#Nav {width:1024px;
      height:64px;
      
      border-left:none;
      border-right:none;
	  
}

/*The center section*/
#Content {width:1024px;
          height:auto;
		  background-color:#000000;
          border:2px solid silver;
		  
}

/*The bottom of the site*/
#footer {width:1024px;
         height:93px;
		 background-image:url(../image/Footer.jpg);
         border-top:2px solid silver;
		 
		 
}

/* The container for the photo section */
#photoBox{
	width:	1024px;
	height:	430px;
	background:#000000;
	
	
}

/*Photo Section*/
#pic{
	width:	489px;
	height:	414px;
	background-image:url(../image/vitto.jpg);

}

/* Text Section */
#info{
	width:		450px;
	height:		430px;
	overflow:	auto;
	float:left;
	background:	none;
}

/*Home page text*/
#photoBox p {
    width:		450px;
	height:		409px;
	color: #999999;
	font-size:		14pt;
	line-height:	35px;
	background:		none;
	font-weight:	bold;
	overflow:		auto;
}
#photoBox img{
float:left;
border:	2px solid #CCCCCC;
margin-left:20px;
}
