 #mainDiv0
  {
      position: relative;
      width: 100%;
      height: 1200px;
      margin: 0 auto;
      background-image: url("../images/Fashion_Space_020.jpg");
   }

#mainDiv00
   {
   width: 100%;
   height: 80px;
   top: 0px;
   margin: 0 auto;
   position: absolute;
   background: #CED4DE;
   border: 0px solid #ff0000;
   }

#bottomMenu
  {
   text-align:center;
   font-size: 1.0em;
   font-weight: bold;
   font-family: Arial;
   text-align:center;
   bottom:0px;
   }

#bottomMenu a
  {
     color:#000000;
 }

#table1
   {
    border: 3px solid black;
    padding: 2px;
    
   }

.format
  {
  color:#000000;
  } 

 #mainDiv1
  {
     background: none repeat scroll 0 0;
     width: 80%;
     margin: 0 auto;
     position: relative;  
 
   }

#weird3
{     font-family: Arial;
      font-size: 1.0em;
      font-weight:bold;
      color: black;
      margin-left:1em;
}

#centering
  {
     margin: 0 auto;
     display:block;
   }

.centering
    {
    text-align:center;
    display:block;
    color: #0000ff; 
   }



 
#heading
   {
     text-align:center;
     font-size: 25px;
     font-family: Arial;
     font-weight:bold;
     color: #000000;
    
      }

.image
    {
    background-image:url("../images/Fashion_Space_030.jpg");  
    }

 .pstyle
    {
    color: #000000;
    margin-top: 0.5em;
    margin-left: 0.5em;
    margin-bottom: .1em;  
    }

#divOne
    {
      width: 45%;
      height: 200px;
      position: absolute;
      left: 0%;
      top: 130px;
      font-family: arial;
      font-weight: bold;
      font-size: 1.0em;
    }
      
  
  #divTwo
    {
      width: 45%;
      height: 200px;
      position: absolute;
      left: 55%;
      top: 130px;
      font-family: arial;
      font-weight: bold;
      font-size: 1.0em;
     }
  
  #divThree
    {
     width: 45%;
      height: 200px;
      position: absolute;
      left: 0%;
      top: 340px;
      font-family: arial;
      font-weight: bold;
      font-size: 1.0em; 
    }
 #divFour
    {
      width: 45%;
      height: 200px;
      position: absolute;
      left: 55%;
      top: 340px;
      font-family: arial;
      font-weight: bold;
      font-size: 1.0em;
     }

 #divFive
    {
     width: 45%;
      height: 200px;
      position: absolute;
      left: 0%;
      top: 550px;
      font-family: arial;
      font-weight: bold;
      font-size: 1.0em;  
    }


 #divSix
    {
      width: 45%;
      height: 200px;
      position: absolute;
      left: 55%;
      top: 550px;
      font-family: arial;
      font-weight: bold;
      font-size: 1.0em;
    }

body
  {
     
   }

#home
  {
     font-family: arial;
     font-weight: bold;
     font-size: 1.1em;
     margin-left: 0px;
     
  }   




.Menu
{
  font-size: 1.0em;
  font-weight: bold;
  font-family: Arial;
  Padding: 10px;
  color: #000000;

}

a
{
text-decoration: none;
}



 /* Dropdown Button */
.dropbtn {
    background-color: #CED4DE;
    color: black;
    padding: 13px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight:bold
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #CED4DE;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: blue;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight:bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #CED4DE;
} 





