/* CSS Document */
body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	/* background-color: none; */
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	}
	
a { color: #ffffff; background: transparent; }
a:visited { color: #FFFFFF; background: transparent; }
a:active { color: #FF3333; background: transparent; }
a:hover { color: #ff3333; background: transparent; }


#top
	{
	position: absolute;
	width: 670px;
	height: 125px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
	padding: 0px;
	left: 0px;
	top: 0px;
	z-index: 3;
	}
	
#nav
	{
	position: absolute;
	left: 0px;
	top: 122px;
	background-image: url(../images/navbg.gif);
	width: 128px;
	height: 289px;
	border-right: 0px solid #333333;
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
	border-left: 0px solid #333333;
	padding: 0px;
	z-index: 4;
	}
	
.nav
	{
	color: #ffffff;
	text-align: center;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	}

.nav-link
	{
	background-image: url(../images/navtablebg.gif);
	
	}
	
	#main
	{
	position: absolute;
	float: none;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 620px;
	border-right: 0px solid #000033;
	border-top: 0px solid #000033;
	border-bottom: 0px solid #000033;
	border-left: 0px solid #000033;
	padding: 0px;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat;
	visibility: visible;
	z-index: 1;
	}
		
	#main a:link, #main a:active, #main a:visited {
   color: #000000;
	}
	#main-facilities
	{
	position: absolute;
	float: none;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 1080px;
	border-right: 0px solid #000033;
	border-top: 0px solid #000033;
	border-bottom: 0px solid #000033;
	border-left: 0px solid #000033;
	padding: 0px;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat;
	visibility: visible;
	z-index: 1;
	}
#main-prices
	{
	position: absolute;
	float: none;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 840px;
	border-right: 0px solid #000033;
	border-top: 0px solid #000033;
	border-bottom: 0px solid #000033;
	border-left: 0px solid #000033;
	padding: 0px;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat;
	visibility: visible;
	z-index: 1;
	}
	

.main-text
    {
	color: #000033;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	
	}
	
.main-text-bottom
	{
	color: #000033;
	text-align: center;
	font-weight:800;
	}
	
	#content
	{
	position: absolute;
	width:575px;
	height:417px;
	z-index:1;
	left: 131px;
	top: 127px;
	color: #000033;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

		
#content a:link, #content a:active, #content a:visited {
   color: #000000;
}
	#footer
	{
	position: absolute;
	width:754px;
	height:10px;
	z-index:1;
	left: 0px;
	top: 100%;
	color: #000033;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden;
	}
	
#footer a:link, #footer a:active, #footer a:visited {
   color: #000000;
}

