html{ margin:0; padding:0; height:100%; width:100%;} 
 







body {
	font-family: Arial, Helvetica, sans-serif;
	 margin: 0;
     color: #000000;
     background-color: #FFFFFF;/*background colour for the content div is here */
     font-size: 80%;
     text-align:justify;
	  margin:0; padding:0; height:100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

div#header
  {
	top: 0%;
	width: 100%;
	height: 28%;
	left: 0px;
	position: fixed;
  }

div#links
  {
	bottom: 0%;
	width: 20%;
	margin: 0% 80% 0% 0%;
	display:block;
	text-decoration:none;
	top: 28%;
	left: 0%;
	position: fixed;
	font-size: 0;
	height:75%!important;

  }
.linkfix {
	font-size: 0;
}

  
div#content
  {
	bottom: 0px;
	width: 60%;
	margin: 0% 0% 0% 20%;
	text-decoration:none;
	padding-top: 12%;
	background: url(image/zzz7.jpg) fixed left repeat-x;

	
  }
  
  div#map
  {
	bottom: 0px;
	width: 60%;
	margin: 0% 0% 0% 0%;
	text-decoration:none;
	top: 0%;
	background-color: #000000;
	padding-left: 20%;
	z-index: 2;
  }

div#city
  {
	bottom: 0;
	width: 20%;
	text-decoration:none;
	top: 0px;
	margin: 0% 0% 0% 80%;
	position: fixed;
	height:100%;
	right: 0px;
	font-size: 0;
  }


div#rightbar
  {
	bottom: 100%;
	width: 20%;
	top: 28%;
	margin: 0% 0% 0% 80%;
	right: 0px;
	font-size: 0;
	padding-top: 0%;
	padding-left: 0%;
	background-color: #FFFFFF;
	position: fixed;
	height: 0%;
  }
div#footer
  {
	text-decoration:none;
	background-color: #4C4C56;
	margin-left: 20%;
	width: 60%;
  }
  
  div#banner
  {
	top: 0px;
	z-index: 2;
	width: 20%;
	height: 25%;
	left: 0px;
	position: fixed;
  }
  
  .content_style {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-left: 5%;
	padding-right: 10%;
}
.heading_style {
	font-family: Georgia, Times New Roman, sans-serif;

	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
	padding-left: 5%;
	padding-right: 10%;
	font-size: 1.3em;
}

.links_style {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.title_style {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 3em;
	font-weight: bold;
	padding-left: 5%;
	color: #000000;
	padding-right: 10%;
}
  
.cities {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	padding-left: 2%;
}
