/*normalizes margin, padding, */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/*normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/*removes list-style from lists */
ol, ul {
  list-style: none;
}

/*normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/*removes list-style from lists*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*removes border from fieldset and img */
fieldset, img {
  border: 0;
}

/*left-aligns text in caption and th */
caption, th {
  text-align: left;
}

/*removes quotation marks from q */
q:before, q:after {
  content: '';
}



h1 {
  font-family:  Times, serif;
  font-size: 250%;
  font-weight: bold;
  
  
}

h2 {
  font-family:  Times, serif;
  font-size: 160%;
  font-weight: bold;
  
  letter-spacing: .14em;
}

h3 {
  font-family:  Times, serif;
  font-size: 140%;
  font-weight: bold;
  
  letter-spacing: .14em;
}

h4 {
  font-family:  Times, serif;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  letter-spacing: .14em;
  line-height: 1.8em;
}

h5 {
  font-family:  "Lucida Sans", Verdana, Geneva, Arial, sans-serif;
  font-size: 110%;
  text-align: center;
  letter-spacing: .14em;
}

p {
  font-family: "Lucida Sans", Verdana, Geneva, Arial, sans-serif;
  font-size: 110%;
  line-height: 1.4em;
  letter-spacing: .05em;
}

ul {
  list-style-type: none;
}

span {
  font-weight: bold;
}

a:link {
  text-decoration: underline;
  letter-spacing: .14em;
  color: #e9eaed;
}

a:visited {
  color: #e9eaed;
}


a:hover {
  color: #d4f03b;
  text-decoration: none;
}

body {
  position: relative;
  background-color: #7E8189; 
  font-family: "Lucida Sans", Verdana, Geneva, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  color: #1e4255; 
}

#wrapper {
  width: 800px;
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: white; 
  border-top: solid 25px #555555;  
}

#menu {
  width: 800px;
  height: 200px;
  background-image: url('photos/terrace_view_long.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

#menu_text {
  position: relative;
  top: -20px;
}

#home, #philos, #portfolio_menu, #contact {
  width: 120px;
  float: right;
}

#guts {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}

#pfa_logo {
  width: 132px;
  height: 400px;
  float: left; 
  margin-right: 20px;
}

#pfa {
  width: 400px;
  height: 90px;
  float: left;
}

#la {
  padding-top: 5px;
  font-size: 180%;
}

#celeb {
  padding-bottom: 10px;
  font-size: 180%;
}

#about {
  width: 570px;
  float: left;
  margin-bottom: 60px;
}

.items {
  padding-top: 10px;
}

.spacer {
  clear: both;
}



/*THIS IS THE BAND OF PHOTOS*/

#one {
  width: 200px;
  float: left;
}

#two{
  width: 200px;
  float: left;
}

#three {
  width: 200px;
  float: left;
}

#four {
  width: 200px;
  float: left;
}

/*THIS IS THE PORTFOLIO*/

#portfolio_title {
  text-align: center;
  padding: 20px;
  background-color: #333333;
  color: white;
  letter-spacing: 1em;
  font-weight: normal;
}

#portfolio {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 355px;
  background-color: #edebe5;
}

.left {
  padding: 30px;
}

.right {
  padding: 30px;
}

.vert1 {
  width: 200px;
  float: left;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}

.vert2 {
  width: 200px;
  float: left;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}

.vert3 {
  width: 200px;
  float: left;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}


/*THIS IS THE FOOTER*/
#address {
  height: 80px;
  text-align: center;
  background-color: #333333;
  padding-bottom: 12px;
  padding-top: 12px;
  color: white;
}
