.Title {

    width: 100%;
    height: 200px;
}
.Menu {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    float:left;
	text-align:center;
	font-size:24px;
    font-family:Times New Roman;
    font-weight:bold;	
}
.poleMenu {
  float:left;
  background: #fc0;
  border:  1px solid black;
}
.Main {
  font-weight:550;
  margin-left: 30px;
  width: 68%;
  float:left;
  margin-top: 60px;
  font-size:22px;
  font-family:Times New Roman;
  text-align:justify;
}
#Contact {
  text-align:center;
  width: 27%;  
  height: 320px;
  float:left;
  margin-top: 30px;
  font-size:20px;
  font-family:Times New Roman;
  border:  1px dashed black;
}

.poleMenu a {
     display: block; 
     height: 100%; 
     color: #333; 
}

.advanceLinks {
   text-align:center;
   width: 27%;  
   height: 160px;
   float:left;
   margin-top: 10px;
   font-size:20px;
   font-family:Times New Roman;
   font-weight:bold;
}
.poleLinks {
   padding-top: 10px;
   background: #fc0;
   width: 80%;  
   height: 40px; 
   margin-top: 10px; 
   margin-left: 10%;  
   border:  1px solid black;  
}
.poleLinks a {
     display: block; 
     height: 100%; 
     color: #333; 
}
.CatalogPlace {
   float: left;
   width: 800;
   height: 1100px;
   margin-top: 50px;
}
.CatalogPlace a {
     display: block; 
     text-align:center;
     background: #ddd;
     float: left;
     margin: 5px;
     width: 200px;
     height: 166px;
}
