    
body{
    background: #f1eae2; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #f1eae2 49%, #f1eae2 49%, #d7c9af 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(49%,#f1eae2), color-stop(49%,#f1eae2), color-stop(100%,#d7c9af)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #f1eae2 49%,#f1eae2 49%,#d7c9af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #f1eae2 49%,#f1eae2 49%,#d7c9af 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #f1eae2 49%,#f1eae2 49%,#d7c9af 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #f1eae2 49%,#f1eae2 49%,#d7c9af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eae2', endColorstr='#d7c9af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
*{
    font-family: GE SS Two, Tahoma,Arial;
    text-align: center;
    
}
.head_tools {
    margin-top: 15px;
  background: none;
  font-family: Comic Sans MS;
}
.the_tools a {
    color: #fff;
    margin: 0 3px;
    padding: 7px;
    background-color: #6D4040;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 14px 10px;
    width: 40px;
}
.the_tools a {
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0px none #f700f7;
     
}

.the_tools {
    margin-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  padding: 5px 8px;
  border-radius: 5px;
}


.bg_footer{
    
    font-size: 15px;
    padding-top: 15px;
    color: #6D4040;
    background: none;
    border-top: 1.5px solid #D0C8B9;
    box-shadow: none;
    border-radius: 0px 0px;
}




.bg_logo {
    
  background: none;

}




#main_menu{
    border-top: 1.5px solid #D0C8B9;
    border-bottom: 1.5px solid #D0C8B9;
	background    : none;
}

.menu_container a{
    color: #7D5E5B !important;
    
}
.header_tools a{
    font-family: Tahoma;
    font-size: 20px;
    color: #370500;
}


#search-box{
    
    position: relative;
    float : left;
    background: #CDC5B5; 
}

.headerSearch{
    margin-left: 20px;
    float : left;
    font-size: 17px;
    background: #CDC5B5; 
}

.headerSearch, button{
    float : left !important;
    font-size: 17px !important;
    background: #CDC5B5 !important;
    border-radius:50px 50px;
    
}

#copyright{
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
}


