/* CSS Document */

*{font-family: Arial Arial, "Sans Serif Collection", Verdana}


#header{background-color: orange;
	   position: fixed;
	    top: 0;
        height: 70px;
		width: 100%;
	    z-index: 10;
       align-items: center}

p.name{color: white;
      float: left;
      padding-left: 20px}


h1{text-align: center;
   color:white}

.linklist{text-align: right;
          list-style-type: none;
	      float: right
}

.item{
	display: inline-block;
	margin-right: 50px;
}

#banner{padding-top: 70px;
	    height:150px;
	    background-image: url("images/city.jpg");
		width:100% }

#body{padding-top: 70px}


h2{text-align: center;
   text-decoration: underline}
.boxes{list-style-type: none;
    margin: 0px;
	padding: 0px}

.boxes li{display: inline-block;
	    margin: 30px;
	    vertical-align: top
	
}
.left-column{background-color: aquamarine;
			height: 640px;
			width:500px;
	        padding: 10px;
	        margin: 10px;
            }

.right-column {display: inline-block;
               margin:100px}

.image-one{display: block;
	       padding-bottom: 100px;
	       height: 280px;
           width:450px}

.image-two{display: block;
	       height: 280px;
           width: 450px}

a.item-link:link{color:  white;
       text-decoration: none}

a.item-link:visited{color:  white;
       text-decoration: none}

a.email:link{color: orange;
text-decoration: underline}

a.email:visited{color: orange;
text-decoration: underline}