@charset "utf-8";
html {
	height: 100%;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	background-color: green;
	z-index: -100;
}

#introImageBox {
	position:absolute;
	left:150px;
	width:625px;
	height:385px;
	z-index:0;
	overflow: visible;
}
#introImage     {
	left: -13px;
	position: relative;
}
#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	top: 0;
	background-repeat: repeat-y;
	z-index: 10;
	background: url(images/L2_background.gif);
	background-image: url(images/L2_background.gif);
} 
*  html  #container {
	height: 100%;
}
#container #header p {
	vertical-align: top;
	color: #F7F7F4;
	display: inline;
	font-size: 30px;
	top: -60px;
	position: absolute;
	text-decoration: none;
}
#header {
	left: 0px;
	top: 0px;
	height: 130px;
	margin: 0px;
	padding-top: 5px;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	z-index: 10;
	background-color: #1F1F1F;
	position: relative;
	width: 100%;
} 
#header  h2 {
	color: #EEEEEE;
	vertical-align: middle;
	padding-top: 40px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: normal;
}
.contentImageBox {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #666;
	width: 200px;
	font-size: smaller;
	font-style: italic;
	background: white;
}
.contentImage {
	
}
#contentImageBox2 {
	margin-top: 100px;
}

#corner_photo {
	float: left;
}

#container #innerContainer {
	margin-top: 0px;
	z-index: 5;
	width: 780px;
	position: relative;
}
#innerContainer:after {
	content: " ";
	display: block;
	clear: both;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	z-index: 5;
	background-color: #690E0E;
	height: 100%;
	position: absolute;
}
#mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 3em;
	padding-left: 10px;
	width: 600px;
	z-index: 20;
} 
#footer {
	height: 1.2em;
	position: absolute;
	bottom: 0px;
	width: 798px;
	background-color: #B4A181;
	text-align: center;
	z-index: 15;
} 
#footer   a  {
	margin: 0;
	color: #4B1C08;
	position: relative;
	top: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
	word-spacing: .4em;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topBarContainer {
	position: absolute;
	z-index: 100;
	bottom: 0px;
	left: 419px;
	white-space: nowrap;
}

h1 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 1em;
	color: #4B1C08;
}
h3 {
	font-size: 16px;
	color: #4B1C08;
	display: inline-block;
	text-decoration: underline;
	margin-bottom: -0.5em;
}
h4 {
	font-size: 14px;
	margin-bottom: -.75em;
	color: #4B1C08;
}

blockquote {
	border : 2px groove #690E0E;
	padding: 10px;
	background-color: #d6e8f5;
	quotes: "\201C" "\201D";
	margin-left: 40px;
	margin-right: 40px;
}
blockquote:before {
	font-weight: bold;
}
blockquote:after {
	font-weight: bold;
}


a:link {
	text-decoration: none;
	color: inherit;
}
a:visited {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
a:active {
	text-decoration: none;
	color: inherit;
}
