html, BODY {
	background-color: #7C0000;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
  
#leftsidebox {
	margin: 0px;
	height: auto !important;
	height: 100%;
	background: url(../images/leftsidebarred.jpg) repeat-y;
}

#contentbox {
	margin-left: 10%;
	width: 90%;
	background-color: #EFEFEF;
	min-height: 100%; 
	height: auto !important;
	height: 100%;
	margin-bottom: -4em; /* the bottom margin is the negative value of the footer's height */
}


#outline {
   border-top: thick solid #7C0000;
   border-right: thick solid #7C0000;
   border-left: thick solid #7C0000;
  margin: 0em;
  padding: 0em;
  height:100%;
  }


#jilllogo {
/*	position: absolute; */
	padding-left: 11%;
	top: 1%;
	left: 2%;
	z-index: 200;
}

#jilllogo A {
	border-color: #BDD2CC;
}

#slogan {
	text-align: right;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 3%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

#sloganfront {
	position: absolute; 
	bottom: 9%;
	right: 2.5%;
	z-index: 200;
}

#wppilogo {
	position: absolute; 
	bottom: 10%;
	left: 7%;
	z-index: 200;
}

#menu {
	position: absolute; 
	top: 38%;
	left: 7%;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #7F7F7F;
	z-index: 199;
	line-height: 200%;
	white-space: nowrap;
	}
	
#menu a:link, #menu a:visited {
	text-decoration: none;
}

#frontflash {
/*	position: absolute; */
	padding-left: 35%;
	top: 13%;
}

#frontphoto {
/*	position: relative; */
	padding-left: 27%;
	padding-top: 4%;
}

.frontpic {
	height:45%; 
	width:auto;
}

#textbox {
	padding-left: 14%;
	
}

#title {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: wider;
	color: #7C0000;
	font-size: x-large;
	font-weight: bolder;
	padding-left: 25px;
	border-bottom: 1px solid #7C0000;
	text-shadow: 2px 2px black;
	width: 572px;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #7C0000;
	font-size: large;
	font-weight: bolder;
	text-shadow: 2px 2px black;
}

.subsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #7C0000;
	font-size: medium;
	font-weight: bold;
	text-shadow: 2px 2px black;
}

#pictures {
/*	position: absolute; */
	margin-left: 23%;
	top: 30%;
	/*left:30%;*/
}

.smallpics {
	vertical-align: top;
	padding-top:2px;
	padding-bottom:3px;
}

.smallpicsright {
	vertical-align: top;
	padding-top:2px;
	padding-bottom:3px;
	padding-right:10px;
}

.pictureborder {
	 border:3px solid #FFF; 
}

.footnote {
	font-size: small;
}

#bigpicture {
	vertical-align: top;
}

#bigpictureborder {
	 border:4px solid #FFF; 	
	 margin-top: 5px;
}

#bottombox {
  /* position: absolute; */
   margin-top: 0px;
	margin-bottom: 0px; 
	right: 0px;
	width: 100%;
	height: 5%;
/*	bottom: 0; */
	padding: 0;
	background-color: White;
	border-top: 1px solid #000;
	border-bottom: 3px solid #000;
}

#bottomboxfront {
	position: absolute;
	right: 0px;
	width: 100%;
	height: 5%;
	bottom: 0;
	padding: 0;
	background-color: White;
	border-top: 1px solid #000;
	z-index: 1;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}

#footer {
/*	position: absolute; */
	margin-top: 10px;
	text-align: right;
	padding-right: 2.5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
/*	bottom: 4%; */
	margin-left: 10%;
	white-space: nowrap;
	z-index: 20;
}

#footer a:hover {
	color: #669999; 
}

#footerfront {
	position: absolute;
	right: 2.5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	z-index: 3;
	top: 96%;
	padding-left: 100px;
	white-space: nowrap;
}

A {
	color: Black;
	text-decoration:none;
}

A:HOVER {
	text-decoration: none;
	color: #9F0000;
}

