/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #BABFFC;
	top:0px;
}
#main {
	display: block;
	width: 800px;
	border: 1px solid #000000;
	background-color: #FBDAFC;
	font-size: 80%;
	line-height: 180%;
	letter-spacing: 1px;
	background-image: url(images/footer-img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#box {
	display: block;
	width: 800px;
	height:auto;
	border: 0px solid  #000000;
	background-color:#ffffff;
	font-size: 70%;
	line-height: 170%;
	color: #333333;
	letter-spacing: 1px;
	text-align: justify;
	position:relative;
	top:0px;
}

#content {
    position				: absolute;
	top						: 22px;
	width: 780px;
	z-index:9;
	height:auto;
	border: 1px solid #999999;
	background-color:#ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#header {
    position				: absolute;
	top						:0px;
	z-index:9;
	height:auto;
	}


a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #336699;
}
.h1 {
	color: #990066;
	font-weight: bold;
}
.h2 {
	color: #990066;
	font-weight: bold;
	font-size:14px;
}

h4.coords {
	color:#660000;
	font-weight: bold;
	font-size:18px;
}
#main-txt {
	display: block;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: left;
	
}
.img-left {
	display: block;
	float: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-right: 8px;
}
.img-right {
	display: block;
	float: right;
	right: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-left: 8px;
}

.zoom1 {
	width					: 200px;
	height					: 258px;
	float                   : right;
    clear                   : right;
	margin-left                  : 10px;
	background:url("../images/zoom_lamp.jpg") no-repeat;
}

