﻿
/* ----------------------------------------------------------------------------- */
/* ------------------------------ Frontend Page -------------------------------- */
/* ----------------------------------------------------------------------------- */

html
{
	overflow-y:scroll;
}

html, body
{
	height:100%;
	padding:0;
	margin:0;
}

body
{
	background-color:rgb(207, 207, 207);
	font-size:13px;
	color:#5B5B5B;
	font-family:arial;
}

a,
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration:none;
}

h1
{
	font-size:25px;
	font-weight:bold;
	color:#e46809;
}

h2
{
	color:#e46809;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
}

.homeLink
{
}

#distance
{
	float:left;
	height:50%;
	width:1px;
	margin-bottom:-300px;
	position:relative;
}

.pnlPageWrapper
{
	width:947px;
	height:554px;
	clear:both;
	margin:0 auto;
	padding:35px 20px 0 20px;
	position:relative;
	overflow:hidden;
	background-position:center;
	background-color:White;
	border:1px solid black;
}

#pnlBgImage
{
	width:987px;
	height:589px;
	margin:-35px -20px 0 -20px;
	position:relative;
	left:0;
	top:0;
}

.pnlContentWrapperOuter
{
	width:700px;
	margin-left:7px;
	float:left;
}

.pnlContentWrapperInner
{
	position:absolute;
	top:35px;
	left:265px;
	z-index:50;
	width:700px;
}




