@charset "utf-8";

#welcome	    {
			width: 500px;
			margin-left: -250px;
			position: absolute;
			left: 50%;
			top: 260px;
		    }

img		    {	border: 1px solid #373600;  }

#info		    {
			position: absolute;
			width: 900px;
			top: 400px;
			margin-left: -450px;
			left: 50%;
		    }
		    
#hours		    {
			position: absolute;
			width: 180px;
			left: 0px;
			text-align: right;
		    }
		    
#contact	    {
			position: absolute;
			width: 180px;
			right: 0px;
		    }

#hours p,#contact p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 12px;
			color: #333333;
			font-weight: lighter;
		    }
		    
#hours p	    {text-align: right;}

#footer		    {
					position: absolute;
					width: 600px;
					margin-left: -300px;
					left: 50%;
					top: 940px;
					text-align: center;
					height: 100px;
		    }