﻿/*
CSS for deanswiftseed.com
*/

body 
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  line-height: 130%;
  background: white url(images/backgrnd.jpg) repeat;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: large;
  font-weight: bold;
  color: silver;
  font-family: Candara, "Century Gothic", Helvetica, sans-serif;
  background: green;
  padding: 5px;
  margin: 0;
  width: 1000px;
}

#appreciate {
  font-style: italic; color: #000066;
  padding-left: 30px;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #98F5FF;
}

a:visited {
  color: #00cc00;
}

a:hover {
  color: silver;
  background: navy;
}

a:active {
  color: white;
}

#logo {
  border: 7px ridge green; 
  padding: 10px;
  padding-bottom: 7px;
  padding-left: 15px;
  width: 482px;
}  

#navigation {
  width: 190px;
  height: 400px;
  border: 3px double silver;
  background-color: #336666;
  padding-right: 20px; 
}

#navigation li {
  font-size: small;
  list-style-type: none;
  font-family: "Copperplate Gothic Bold", rockwell, serif;
}

.galleryphoto img {
  margin: 10px;
  border: 20px solid #cccc99;
} 

.galleryphoto p {
  margin-top: 0;
  margin-left: 12px;
  width: 300px;
  font-weight: bold;
  color: #003300; 
}

.galleryphoto {
  padding-bottom: 15px;
  border-bottom: 1px solid #66cc00;
  margin-bottom: 10px;
}

#bodycontent {
  width: 80%;
}

.contact {
  font-family: "Eras Demi ITC", "Franklin Gothic Demi", sans-serif;
  margin: 10px;
  margin-left: 15px;
}

.contact a {
  font-family: "Book Antiqua", "Bookman Old Style", serif;
  font-weight: bold;
}

.contact a:link {
  color: #0066ff;
} 

.contact a:hover {
  color: #003399;
  background: none;
}  

/*
This section positions elements on the page.
*/

#logo, #navigation, #bodycontent, #secondhalf, #firsthalf {
  position: absolute;
}

#navigation, #bodycontent {
  top: 142px;
}

#bodycontent {
  left: 223px;
}

#firsthalf {
  left: 80px;
}

#secondhalf {
  left: 500px;
}


