
body
  {
  margin: 0;
  background-image: url(../images/db_bkg2.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
  border: 0px solid black;
  font-size: 12px;
	font-family: times, serif;
  color: black;
  }

a
  {
  color: black;
  text-decoration:  underline;
  }
	
h1
  {
	margin: 0;
	padding: 5px;
	border: 0;
  font-size: 14px;
	font-family: times, serif;
  color: black;
	}
	
	
	
#bigbox
  {
	position: absolute;
	border-top: 5px solid black;
	background-image: url(../images/fullcolumn.jpg);
	left: 50%;
  margin: 15px 0 15px -394px;
  padding: 0px;
	width: 788px;
	}
	
#logo 
  {
	display: block;
  position: relative;
	background-image: url(../images/sp_logo3.jpg);
	left: 50%;
	margin: 0 0 0 -394px;
	padding: 0px;
	width: 788px;
	height: 170px;
	}
#subnav ul
  {
  float: left;
  margin: 0 0 0 0px;
	padding: 17px 0 0 0px;
  width: 190px;
  }

#subnav ul li
  {
  display: block;
	list-style: none;
	color: white;
	width: 150px;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
	margin-left: 20px;
  height: 25px;
	
  }
#subnav ul li a
  {
	display: block;
	font-size:16px;
  line-height: 25px;
	text-align: center;
	font-family: times, serif;
	height: 25px;
	width: 150px;
	text-decoration: none;
	color: #ddd;
	}

#subnav ul li a:hover
  {
	display: block;
	height: 25px;
	width: 150px;
  background-color: #000;
	font-size:16px;
	text-align: center;
	color: white;
  }
	
.boxtitle
  {
  display: block;
  text-align: left;
  font: bold 1.2em;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 0 2px;
  border-bottom: 1px solid black;
  color: #666;
  }
  
.content
  {
	float: right;
  padding: 10 10 10 5px;
  text-align: justify;
	width: 578px;
  }

#centerphoto
  {
	width:  325px;
	float: right;
	padding: 5px 0px 15px 25px;
	margin: 0px;
  text-align: center;
	}

h2
  {
  font-family:verdana, arial, helvetica, sans-serif;
  color:#000;
  font-size:1.8em;
  font-weight:bold;
  margin:10px 0 20px 5px; 
  }

p {
  margin: 15px 5px 5px 5px;
  padding: 0 20px 0 0;
  }

ul {
  margin: 15px 5px 5px 15px;
  padding: 0 20px 0 0;
  } 

strong  {
  font-size: 14px;
  font-weight: bold;
  }

.bottombox
  {
  border-top: 1px solid black;
  border-bottom: 5px solid black;
  background-color: white;
  margin-left:  0px;
  margin-right:  0px;
  margin-top:    10px;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  clear: both;
  }

.wrap1, .wrap2, .wrap3
  {
  display: inline-table;
  /* \*/display: block;/**/
  }
.wrap1
  {
	margin-bottom:  10px;
  float: left;
  background: url(../images/shadow.gif) right bottom no-repeat;
  }
.wrap2
  {
  background: url(../images/corner_bl.gif) left bottom no-repeat;
  }
.wrap3
  {
  padding: 0 8px 8px 0;
  background: url(../images/corner_tr.gif) right top no-repeat;
  }
.wrap3 img
  {
  display: block;
  border: 1px solid #ccc;
  border-color: #efefef #ccc #ccc #efefef;
  }

#bigphoto
  {
	width:  550px;
	float: left;
	padding: 15px 0 5px 0px;
	margin: 0px 0 0px 0px;
	}
