/* CSS Document */
body {margin: 0;
  padding: 0;
  text-align: center;
  background-color: #2f1800;
  font-family: verdana, sans-serif;
  font-size: small;
  }

img {border: none;}

a:link {color: #cc0000;
  text-decoration: none;
  }
a:visited {color: #cc0000;
 text-decoration: none;
 }
a:hover {color: #560001;
  text-decoration: none;
  }

#wrapper {text-align: center;
	margin: 20px auto;
	padding: 0;
	border:0;
	width: 800px;
	background-color: #fff;
  color: #333;
  border: 2px solid gray;
  line-height: 130%;
  }

#header {margin: 0; 
  }

.title {position: absolute; z-index:10;
  height: 200px;
  width: 385px;
  background: url(images/titleimage.gif) top no-repeat;
  padding-left: 30px;
  }
  
.header {position: relative; z-index:1; 
  height: 165px;
  width: 800px;
  background: url(images/skybg.jpg) top no-repeat;
  }

.dukeheader {position: relative; z-index:1; 
  height: 165px;
  width: 800px;
  background: url(images/bigskyduke.jpg) top no-repeat;
  }

#navlist {border-bottom: 2px solid #604436;
  border-top: 2px solid #604436;
  margin: 0px;
  padding: 0px;
  padding-left: 380px;
  background-color: #9c9c9c;
  padding-bottom: 6px;
  padding-top: 6px;
  }

#navlist a, #navlist a:link, #navlist a:visited{
  border: 1px solid #d2b58d;
  padding: 3px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  }

#navlist a:hover, #navlist a:active, #navlist a:focus{
  border: 1px solid #003663;
  padding: 3px;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  }

#navlist li{
  padding-right: 1px;
  display: inline;
  font-size: 80%;
  }

#navlist ul{
  margin: 0px;
  padding: 0px;
  }

#navlist #active a { background-color: #003663;
 }

#left {
	float: left;
	width: 200px;
  margin-top: 15px;
  font-size: 70%
  }

#left p {margin: 7px;
  text-align: justify;
  }

#right {float: right;
	width: 200px;
  margin-top: 15px;
  font-size: 70%
  }

#right p {margin: 7px;
  text-align: justify;
  }

#content {float: left;
	width: 49%;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  text-align: center;
  font-size: 75%;
  }

.photo {border: 1px solid #604436;
  margin-bottom: 5px;
  }

#content p {text-align: justify;
  margin: 15px;
  }

.photo2 {margin-bottom: 10px;
  }


#footer {clear: both;
  font-size: 60%;
  margin-top: 2px;
  }