﻿body
{
	background-position: 0px 0px; /*font-family: Georgia, Calibri, sans-serif;*/
	font-size: 14px;
	color: #333333;
	background-color: #333333;
	background-image: url('Images/Icons/bg.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
		 
		text-align: center;
}

#MainDiv
{
	position: relative;
	z-index: auto;
	width: 1000px;
	top: 6px;
	margin: 0 auto;

}

#Top
{
	position: relative;
	width: 1000px;
	height: 30px;
	top: 0px;
	background-image: url('Images/Icons/top.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#BannerTop
{
	position: relative;
	width: 1000px;
	top: 0px;
	height: 285px;
	left: 0px;
	background-image: url('Images/Icons/middle_top.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 200;
}

#BannerBottom
{
	position: relative;
	width: 230px;
	height: 547px;
	left: 770px;
	background-image: url('Images/Icons/middle_bottom.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 200;
}

#WhiteBackground
{
	position: relative;	
	width: 1000px;
	clear: both;
	display: block;
	top: -586px;
	background-color: #FFFFFF;
	z-index: 150;
	min-height: 650px;
}
#Content
{
	position: relative;
	width: 672px;
	z-index: 300;
	padding-top: 40px;
	padding-left: 52px;
	text-align: justify;
	left: 0px;
}

#Link1
{
	cursor: pointer;
	position: absolute;
	z-index: 101;
	width: 220px;
	height: 30px;
	top:150px;
	left: 550px;
}
#Link2
{	
	cursor: pointer;
	position: absolute;
	z-index: 101;
	width: 80px;
	height: 30px;
	top: 230px;
	left: 45px;
}
#Link3
{
	cursor: pointer;
	position: absolute;
	z-index: 101;
	width: 110px;
	height: 30px;
	top: 230px;
	left: 150px;
}
#Link4
{
	cursor: pointer;
	position: absolute;
	z-index: 101;
	width: 110px;
	height: 30px;
	top: 230px;
	left: 294px;
}
#Link5
{
	cursor: pointer;
	position: absolute;
	z-index: 101;
	width: 110px;
	height: 30px;
	top: 230px;
	left: 440px;
}
#Link6
{
	cursor: pointer;
	position: absolute;
	z-index: 101;
	width: 150px;
	height: 30px;
	top: 230px;
	left: 575px;
}
#Link7
{
	
	cursor: pointer;
	position: absolute;
	z-index: 101;
	width: 50px;
	height: 50px;
	top: 8px;
	left: 930px;
}

.Heading
{
	font-size: 20px;
	text-align: left;
	width: 100%;
	font-family: Georgia, Calibri, sans-serif;
}

#Bottom
{
	position: relative;
	width: 1000px;
	height: 60px;
	background-image: url('Images/Icons/bottom.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top: -600px;
}