body {
	background-attachment: fixed;
	background-color: #c9b38c;
	background-image: url("/media/images/Constitution_1of4_bkg2.jpg"); 
	background-repeat: no-repeat; 
	background-position:  50% top;
	height:100% !important;
	margin:0 !important;
	padding:0 !important;
	}
#dan-fanelli-container {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:975px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#222c4f;
}
#dan-fanelli-mid {
	float:left;
	width:623px;
	height:532px;
	overflow:auto;
	padding-left:6px;
	padding-right:6px;
	text-align:left;
	background-color: #222c4f;
	color:#FFF;
	font-size: small;
}
#dan-fanelli-links-prim {
	background-image:url("/media/images/dan-fanelli-links-prim.jpg");
	float:left;
	width:170px;
	height:auto;
	color:#FFF;
}
#dan-fanelli-links-rt {
	background-image:url("/media/images/dan-fanelli-links-rt.jpg");
	float:right;
	top:0px;
	width:170px;
	height:auto;
	color:#FFF;
}
#dan-fanelli-ftr {/*currently this div is inside the above container*/
	background-image:url("/media/images/dan-fanelli-props.jpg");
	position:relative;
	/*left:0px;
	top:948px;*/
	width:975px;
	height:94px;
	background-color:#336;
	text-align:left;
	color:#FFF;
}
/*HTML Elements*/

#h2hdr {
	text-indent:-2000px;
	line-height:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	color:#F00;
	font-size:xx-large;
}
strong.sectionhdr {
	color: #545454;
	font-size: larger;
}
.caption {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #FFF;
   font-weight: bold;
   font-size: x-large;
   }
hr.caption {
	color: #003;
	background-color: #F00;
	margin-top:0px;
	margin-left:0px;
	margin-top:15px;
	text-align:left;
	padding-left:0px;
	width:100%;
}
.more {
	color:#FF0 !important;
	font-size:x-small;
	float:right;
}
.copyright {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: xx-small;
   text-decoration: none;
   }
a:link{
   color: #FFF;
   }
a:visited{
   color: #CCC;
   }
a:hover{
   color: #F00;
   text-decoration: none;
   }
.menu, .interact{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   font-size: large;
   }
.interact:hover {
	color: #0F0;
	text-decoration:underline;
}
.bigpic{
position: relative;
z-index: 0;
color:#CC00CC !important; 
text-decoration:underline !important; 
font-style:italic !important;
}

.bigpic:hover{
background-color: transparent;
z-index: 50;
}

.bigpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.bigpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.bigpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -100px; /*position where enlarged image should offset horizontally */
}