html, body {
	padding:0px;
	margin:0px;
	height:100%;
	background-color:#10464F; 
}
#top1{position:absolute;
	  top:0px;
	  left: 0px;
	  z-index: 0;
	  width:100%;
	  height:528px;
	  
	  background-image:url(backgrounds/bgTop1.gif);
	  background-repeat: repeat-x;
}

#top2{position:absolute;
	  top:0px;
	  left: 0px;
	  z-index: 1;
	  width:100%;
	  height:240px;
	  
	  background-image:url(backgrounds/bgTop2.gif);
	  background-repeat:no-repeat;
}
#left {position:absolute;
	   top:240px;
	   left: 0px;
	   width:292px;
	   height:288px;
	   background-image:url(backgrounds/bgLeft.gif);
	   background-repeat:no-repeat;
	   z-index: 1;
}
#languages{ position:absolute;
			top:0px;
			left:610;
			height:144px;
			width:300px;
			z-index:2;
		
		}
#language {background-image:url(backgrounds/language.gif);
		   background-repeat:no-repeat;
		   padding-top: 55;
		
}		   
#language a {margin-left: 22;
			 font-family: "Times New Roman", Times, serif;
		     font-size:12px;
	         font-weight:bold;
		     text-decoration:none;
	         color: #990000;
}
#language a:hover {text-decoration: underline;
}
#menu {position:absolute;
	   top: 240px;
	   left:0px;;
	   width:189px;
	   z-index:1;
}
#menu a {font-family:"Times New Roman", Times, serif;
		 font-size:14px;
		 text-decoration:none;
		 padding-left:25px;
		 padding-right:15px;
		 color:#616161;
}
#menu a:hover {padding-left:40px;
			   text-decoration:none;
			   color:#990033;
}

.bot1 {background-image:url(backgrounds/menuBgB.gif);
			background-repeat:no-repeat;
			}
.link {background-image:url(backgrounds/menuBg.gif);
	   background-repeat:repeat-y;
	   background-position:bottom;
}
#content {position:absolute;
		  top:240px;
		  left:209px;
		  width:636px;
		  z-index: 1;
		  
}
.bot2 {background-image: url(backgrounds/contentBgB.gif);
	   background-repeat:no-repeat;
			}
.default {background-image:url(backgrounds/contentBg.gif);
		  background-repeat:repeat-y;
		  font-size:16px;
		  padding-left:45px;
		  padding-right:55px;
}
.catalog {background-image:url(backgrounds/contentBg.gif);
		  background-repeat:repeat-y;
		  }
