﻿#content
{
   position: relative;
   overflow: hidden;
   display: block;
   margin: 0 auto;
   padding: 0px;
   width: 100%;
   height: 100%;
}

#header {
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin: 0 auto;
    padding: 0px;
	width: 100%;
	clear: both;
}

#logobar 
{
    background-color: #000;
	position: relative;
	margin: 0 auto;
    padding-top: 2px;
	width: 100%;
	clear: both;
}

#left
{
	background-color: #000;
	background-repeat: repeat-y;
	position: absolute;
	margin: 0;
	top: 147px;
    left: 0;
	bottom: 0;
	padding: 5px;
	height: 100%;
	width: 288px;
    overflow: hidden;
	
    /*
	background-color: #000;
	background-repeat: repeat-y;
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 auto;
    padding: 0px;
	width: 21%;
	height: 650px;*/
    }

#right
{
	background-color: Transparent;
	background-repeat: repeat-y;
	position: absolute;
	float: left;
	margin: 0 auto;
	left: 300px;
	padding: 0px;
	width: 639px;
	height: 100%;
    }
    
#footer {
	background-image: url(../images/footerback.jpg);
	background-repeat: repeat-x;
	position: fixed;
	margin: 0 auto;
	bottom: 0px;
    padding: 0px;
	width: 100%;
	clear: both;
	z-index:2;
	}

/* start of sub styles */
#floatingbox {
	position:absolute;
	padding: 0px;
	left: 10px;
	top: 20px;
	width: 639px;
	height: 400px;
	border:1px solid red;
	}
	
#floatingbox2 {
	position:absolute;
	padding: 0px;
	left: 10px;
	top: 20px;
	width: 639px;
	height: 514px;
	border:1px solid red;
	}
	
.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	right: 0;
	width: 639px !important;
	height: 100% !important;
	background: #fff;
	opacity: 0.75; /* CSS3 standard */
	-moz-opacity: 0.75; /* older Gecko-based browsers */
	/* For IE6&7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

#floatingbox p 
{
	font-family:Arial, Helvetica, sans-serif; 
	letter-spacing:-2px;
	font-weight: normal; 
	font-size:28pt;
	margin: 10px;
	color:#96291E;
	position: relative;
	}
	
#floatingbox2 p 
{
	font-family:Arial, Helvetica, sans-serif; 
	letter-spacing:-2px;
	font-weight: normal; 
	font-size:28pt;
	margin: 10px;
	color:#96291E;
	position: relative;
	}

#pagecontent1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#000;
	line-height:18px;
	position:absolute;
	float:left;
	width: 270px;
	left: 12px;
	z-index:1;
}

span#pagecontent2 
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 95%;
	margin: 0 10px 0 10px;
	padding: 0px;
	color:#000;
	line-height: normal;
	position: relative;
	display: block;
	}
	
span#pagecontent2 a
{
	color:#000;
	font-weight: bold;
	}

span#pagelabel {
	font-family:Arial, Helvetica, sans-serif; 
	letter-spacing:-2px;
	font-weight:lighter; 
	font-size:28pt;
	color:#96291E;
	padding: 8px;
	z-index:1;
}

span#pagelabel2 {
	font-family:Arial, Helvetica, sans-serif; 
	letter-spacing:-2px;
	font-weight:lighter; 
	font-size:20pt;
	color: #999;
	padding: 8px;
	z-index:1;
}

span.pagecontent-highlights {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-style:italic;
	font-size:large;
	color:#000;
	margin: 0 10px 0 10px;
	line-height:normal;
	position: relative;
	display: inline-block;
}
