﻿body
{

	background-color: white;
	background-image: url(../../images/template/bk.gif);
	background-repeat:repeat-x;
}
body { text-align: center; margin: 5em 0 0 0; vertical-align: middle; }  

.wrapper 
{
	width: 997px; 
	text-align: left; 
	margin: 0 auto;
	background-color: White;
	height: 600px;
	z-index:0;
	 }
.wrapperBorder
{
position: absolute;
top: 145px;
border: solid 1px silver;
width: 996px;
height:530px;
z-index:-1;
}
.infoDivider
{
	position:absolute;
	top:470px;
	width:2px;
	height: 180px;
	left: 800px;
	background-color: #008eb0; 
}
.infoDiv
{
	position:absolute;
	top:475px;
	width:660px;
	height: 180px;
	background-color: white; 
}
.welcomeDiv
{
	position:absolute;
	top:475px;
	width:20%;
	height: 180px;
	left: 810px;
	background-color: white; 
}
.footerDiv
{
	position:absolute;
	top: 670px;
	height: 15px;
	width: 998px;
	font-size: 12px;
	background-color: #008eb0;	
}
.headerDiv
{
	background-image: url(../../images/template/header.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	height:145px;
	width:996px;
	border: solid 1px silver;
	border-top: none;
	}
.menuDiv
{
	position: relative;
	top: 31px;	
	background-image: url(../../images/template/menubk.gif);
	background-repeat:repeat-x;
	z-index: 10;
}
.contentDiv
{
	position: absolute;
	top:146px;
	width: 997px;
	height: 330px;
	background-color: #dedede;	
	
}


.mainMenu
{
	position: relative;
	top: 0px;
	left:500px;
	z-index: 10;
	height: 20px;
	font-family: Tahoma;
}

#lineMap
{
	position: absolute;
	bottom: 0px;
	left: 60px;	
}
#linebackGround
{
	position: absolute;
	top: 0px;	
	width: 996px;
	height: 300px;
	overflow:hidden;
}