body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color:#999;
	font-family: Verdana, sans serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	background-color: #52F37D;
	overflow: hidden;
}

#ctr_container {
	/* --- specific for firefox, netscape, opera --- */
	position: absolute;
	top: 0px; right: 0px; bottom: 20px; left: 0px; 
	margin: 0;
	padding: 0;
	overflow: auto;
	/* ---------------------------------------------- */
}

* html #ctr_container {
	/* --- specific for MSIE --- */
	top:0; left:0; right:0; bottom:0;
	padding: 0px 0px 20px 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#ctr_max {
	height: 100%;
}

* html #ctr_max {
	width: 100%; height: 100%;
	overflow: auto;
}

#ctr {
	position: relative;
	width: 1px; height: 1px;
	top: 50%; left: 50%;
}

#btm_container {
	position: fixed;
	margin: 0; padding: 0;
	bottom: 0px; left: 0px;
	width: 100%; height: 20px;
	min-height: 20px;
	text-align: center;
}

* html #btm_container {
	position: absolute;
}


#btm {
	margin: 0px auto 0px auto;
	line-height: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #0DA531;
	background-color: #52F37D;
}


#ctr_inside {
	position: relative;
	left: -350px; top: -298px;
	width: 700px; height: 595px;
	background: transparent url(../images/intro/background01.jpg) 128px 52px no-repeat;
}


#ctr_inside a {
	display: block;
	color: rgb(5,60,20);
	text-decoration: none;
	height: 120px;
}

#logo1 {
	position: absolute; top: 206px; left: 196px;
	text-align: center;
}

#logo2 {
	position: absolute; top: 338px; left: 172px;
	text-align: center;
}



/* --- 1 --- */

#nav1 { position: absolute; top: 28px; left: 0px; width: 120px; height: 120px; }

#nav1 a, #nav1 a:link, #nav1 a:visited {
	background: url(../images/intro/btn01.gif) 0 0 no-repeat;
}

/* --- 2 --- */

#nav2 { position: absolute; top: 170px; left: 32px; width: 120px; height: 120px; }

#nav2 a, #nav2 a:link, #nav2 a:visited {
	background: url(../images/intro/btn02.gif) 0 0 no-repeat;
}

/* --- 3 --- */

#nav3 { position: absolute; top: 311px; left: 0px; width: 120px; height: 120px; }

#nav3 a, #nav3 a:link, #nav3 a:visited {
	background: url(../images/intro/btn03.gif) 0 0 no-repeat;
}

/* --- 4 --- */

#nav4 { position: absolute; top: 449px; left: 48px; width: 120px; height: 120px; }

#nav4 a, #nav4 a:link, #nav4 a:visited {
	background: url(../images/intro/btn04.gif) 0 0 no-repeat;
}

/* --- 5 --- */

#nav5 { position: absolute; top: 28px; left: 546px; width: 120px; height: 120px; }

#nav5 a, #nav5 a:link, #nav5 a:visited {
	background: url(../images/intro/btn05.gif) 0 0 no-repeat;
}

/* --- 6 --- */

#nav6 { position: absolute; top: 170px; left: 570px; width: 130px; height: 120px; }

#nav6 a, #nav6 a:link, #nav6 a:visited {
	background: url(../images/intro/btn06.gif) 0 0 no-repeat;
}

/* --- 7 --- */

#nav7 { position: absolute; top: 311px; left: 546px; width: 120px; height: 120px; }

#nav7 a, #nav7 a:link, #nav7 a:visited {
	background: url(../images/intro/btn07.gif) 0 0 no-repeat;
}

/* --- 8 --- */

#nav8 { position: absolute; top: 449px; left: 520px; width: 120px; height: 120px; }

#nav8 a, #nav8 a:link, #nav8 a:visited {
	background: url(../images/intro/btn08.gif) 0 0 no-repeat;
}

/* --- same for all anchors --- */

#nav1 a:hover, #nav1 a:active, #nav1 a:focus,
#nav2 a:hover, #nav2 a:active, #nav2 a:focus,
#nav3 a:hover, #nav3 a:active, #nav3 a:focus,
#nav4 a:hover, #nav4 a:active, #nav4 a:focus,
#nav5 a:hover, #nav5 a:active, #nav5 a:focus,
#nav6 a:hover, #nav6 a:active, #nav6 a:focus,
#nav7 a:hover, #nav7 a:active, #nav7 a:focus,
#nav8 a:hover, #nav8 a:active, #nav8 a:focus
{
	background-position: 0px -120px;
	color: rgb(5,60,20);
	text-decoration: underline;
	font-weight: bold;
}

/* --- Anchor style for sitemap navigation at bottom --- */

#btm a {
	color: #0DA531;
	text-decoration: none;
}

#btm a:link, a:visited {
	color: #0DA531;
}

#btm a:hover, #btm a:active, #btm a:focus {
	color: rgb(5,60,20);
	background-color: rgb(55,200,110);
}
