/* CSS Document */
body {text-align: center; }
#wrapper { position:relative; width: 1100px; margin: 0 auto; text-align: left; }
#bg {
	position:absolute;
	z-index:1;
	left: 72px;
	top: 71px;
	
}
#nav {
	position:absolute;
	z-index:6;
	left: 296px;
	top: 104px;
	}
#logo {
	position:absolute;
	z-index:6;
	left: 184px;
	top: 104px;
	}
#left_wall {
	position:absolute;
	z-index:6;
	left: 184px;
	top: 301px;
	}
#top_wall {
	position:absolute;
	z-index:6;
	left: 399px;
	top: 104px;
	}
#right_wall {
	position:absolute;
	z-index:6;
	left: 763px;
	top: 156px;
	}
#right_wall_bt {
	position:absolute;
	z-index:6;
	left: 763px;
	top: 460px;
	}
#bottom_wall {
	position:absolute;
	z-index:6;
	left: 399px;
	top: 624px;
	}
#content {
	position:absolute;
	z-index:20;
	left: 415px;
	top: 156px;
	font-family:Verdana;
	font-size:12px;
	color:#5285AC;
	width: 320px;
}
a:link {
	font-family:Verdana;
	font-size:12px;
	color:#5285AC;
	text-decoration:none;
}
a:visited {
	font-family:Verdana;
	font-size:12px;
	color:#5285AC;
	text-decoration:none;
}
a:hover {
	font-family:Verdana;
	font-size:12px;
	color:#5285AC;
	text-decoration:none;
}
a:active {
	font-family:Verdana;
	font-size:12px;
	color:#5285AC;
	text-decoration:none;
}
#copyright {
	position:absolute;
	z-index:99;
	left: 253px;
	top: 641px;
	font-family:Verdana;
	font-size:12px;
	color:#5285AC;
	width: 600px;
}
#timedate {
	position:absolute;
	z-index:99;
	left: 699px;
	top: 84px;
	width: 200;
	height: 21;
}	
#waterdrip {
	position:absolute;
	z-index:99;
	left:100px;
	top:290px;
	width:160px;
	height:325px;
	}
div, img { behavior: url(iepngfix.htc) }
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
	z-index:500;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.ads {
	position:absolute;
	z-index:100;
	left: 253px;
	top: 680px;
	font-family:Verdana;
	font-size:12px;
	color:#5285AC;
	width: 800px;
}
}