#main2 {
            width: 1200px;
            height: 905px;
            background-color: rgb(138, 140, 143);
            margin: auto;
            position: relative;border-radius: 10px;
        }
        #logo {
	width: 300px;
	height: 105px;
	background-image: url(images/town%20logo%20brwn.png);
	position: absolute;
	left: 840px;
            
        }
        #space1a {
            width: 1150px;
            height: 110px;
            background-color: rgb(67, 54, 60);
            position: absolute;border-radius: 5px;
            left: 25px;
            top: 20px
        }
        #pic1 {
            width: 570px;
            height: 700px;
            position: absolute;
            left: 600px;
            top: 130px;background-image: url(images/dining%20setup2.png);
        }
        #pic2 {
            width: 575px;
            height: 400px;
            position: absolute;
            left: 25px;
            top: 470px;background-image:url(images/chef%20cooking.png);
        }
        #space3a {
            width: 575px;
            height:375px;
            background-color: rgb(240,78,35);
            position: absolute;border-radius: 5px;
            left: 25px;
            top: 127px
        }
        
        #space4a {
            width: 1150px;
            height: 110px;
            background-color: rgb(67, 54, 60);
            position: absolute;border-radius: 5px;
            left: 25px;
            top: 770px
        }
ul#about li a{text-decoration: none;color: white;padding: 5px;}
ul#about li a:hover{color: orange;}
        ul#about {
	margin: auto;
	position: absolute;
	left: 740px;
	top: 39px;
	font-size: 30px;
        }
        ul#about li{display: inline;}
        
        
        
        h1 {
	font-size: 50px;
	color: white;
	margin-left: auto;
	margin-right: 0px;
        }
        
        p {
	font-style:italic;font-family: athelas;
	font-size: 30px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-right: auto;
        }
