
.wrapper{
width:73%;
margin:0 auto;
box-shadow:0px 1px 1px 4px #ccc;

}

.header{
width:986px; height:250px; background-image:url('../lips header.jpg'); background-position:center; background-repeat:no-repeat; margin:0 auto;
}
.content{
padding:10px;
height:auto;
}

.main_menu{
clear:both;
border:1px solid #ccc;
background-color:#003366;
height:24px;
width:100%;
}

.main_menu ul{
margin:0; padding:0;
width:100%;
}
.main_menu ul li{
float: left;
background-color: #003366;
width: 160px;
list-style: none;
text-align: center;
color: #fff;
font-size: 20px;
margin-right: 0px;
margin-left: 0px;
border:1px solid #ccc;
}

.main_menu ul li:hover{
background-color:#FFF;
color:#003366;
}

.dates_remember{
padding:10px; width:300px; height:210px; box-shadow:0px 1px 1px 2px #ccc; background-color:#FFFFFF; position:fixed; bottom:-194px; right:4px;
-webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;

}

.dates_remember:hover{
bottom:0px;
}
