/*
CSS for graham vaughan photography
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
  width: 100%;
 }

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 300%;
  background-color: #16397d;
  color: white;
  padding-top: 2em;
  padding-bottom: .5em;
  padding-left: .4em;
  margin: 0;
  background: #16397d url(backgrounds/header-bg.jpg) repeat-y right bottom;
}

h2 {
  color: navy;
  font-size: 150%;
  font-weight: bold;
  padding-top: .5em;
  margin-top: .5em;
}


a {
  font-family: verdana, helvetica, sans-serif; font-weight: bold;
 color: navy;

}

a:link {
text-decoration: none;
color: navy; 

}

a:visited {
  color: blue;
}

a:hover {
  text-decoration: underline;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}



}
/************************* ID's *************************/ 



.contactbutton {
font-family: verdana, helvetica, sans-serif; 
font-size: small; 
font-weight: bold; 
color:#Ffffeb; 
background-color: navy;
height: 2 em;
  border: 3px navy;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
 padding-right: .5em;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/
#header {
 position: absolute;
  width: 100%;
 border-top: 3px solid #7da5d8;
 border-bottom: 3px solid #7da5d8;
padding-bottom: .5em;
}

#tagline p {
position: absolute;
top: 140px;
  font-style: italic;
  font-size:25px;
  font-family: Georgia, Times, serif;
width: 100%;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

#bodycontentgallery {
position: absolute;
top: 200px;
width: 100%;
height: 600px;
   background: #e2e2e2; 
}

#footer{
position: absolute;
top: 700px;
width: 100%;
height: 50px;
  left: 700px;
color: navy;
align: center;
}

