﻿body
{
/*    background: transparent url(images/overlay.png) 0px 0px; */
    background: url(images/paper_bkgnd.webp) 0px 0px repeat;
	margin: 0px;
	/*font-family: Verdana, Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
}

a img {
    border: 0;
}

#headerrow1 {
    background: url(images/menu_bkgnd.webp) 0px 0px repeat-x;
	background-size: contain;
	color: #ffffff;
	position: relative;
	height: 60px;
	width: 100%;
	margin: 0px;
	text-align: right;
	vertical-align: middle;
}

#headerrow1 p {
	font-size: 11px;
	margin: 0px 50px;
	padding-top: 5px;
}

#headerrow2 {
    background: transparent;
	color: #000000;
	position: relative;
	height: 116px;
	width: 100%;
	text-align: center;
	padding-top: 16px;
}

#headerrow2 h1 {
	font-size: x-large;
	line-height: 2 em;
	margin: 0;
}

#headerrow2 h2 {
	font-size: larger;
	line-height: 2 em;
	margin: 0;
}

#headerrow2  {
	font-size: medium;
	line-height: 2 em;
	margin: 0;
}

#headerrow2 h3 {
	font-size: medium;
	line-height: 2 em;
	margin: 0;
}

#headerrow3 {
    background: transparent;
	color: #000000;
	position: relative;
	height: 100px;
	width: 100%;
	text-align: center;
}

#logowrap {
    background: url(images/LACF25_Logo.webp) 0px 0px no-repeat;
	background-size: contain;
	position: absolute;
	top: 80px;
	left: 50%;
	height: 103px;
	width: 140px;
	margin-left: -600px;
}

#contentrow {
	background: url(images/LACF25_content_bkgnd.webp) 0px 0px no-repeat;
	background-size: cover;
	position: relative;
	height: 910px;
	text-align: center;
}

#contentwrap {
	background: transparent;
	text-align: center;
	height: 100%;
	margin: auto;
}

#contentwrap h3 {
	color: #000000;
	font-size: medium;
}

#leftdiv {
    background: transparent url(images/leftbkgrnd3.jpg) 0px 0px no-repeat;
	position: relative;
	float: left;
	min-height: 800px;
	width: 30%;
}

#framediv {
	position: relative;
	float: center;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	height: 800px;
	width: 750px;
	border: 0px;
	margin: auto;
}

#etracframe {
	overflow: hidden;
	height:100%;
	width:100%;
}

#rightdiv {
    background: transparent url(images/rightbkgrnd3.jpg) 0px 0px no-repeat;
	position: relative;
	float: left;
	min-height: 800px;
	width: 30%;
}

#footerrow1 {
    background: transparent;
	position: relative;
	height: 20px;
	width: 100%;
}

#footerrow2 {
	background: transparent;
	position: relative;
	height: 100px;
	width: 100%;
}

