@charset "utf-8";
/* CSS Document */
/*MENU*/
#menu-inside-history{
width:500px;
height:100px;
padding-top:25px;
position:absolute;
z-index:50
}
#menu-inside-history ul{
text-align:center;
font-family:"Trebuchet Ms", Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
}
#menu-inside-history ul li a.back{
font-size:16px;
background:white;
color:black;
}
#menu-inside-history ul li{
display:inline;
margin:0 50px;
}
#menu-inside-history a{
display:inline-block;
padding:0px 15px;
color:white;
background:black;
text-decoration:none;
}
/**/
#left-history{
float:left;
width:250px;
margin-top:65px;
}
#left-history img{
display:block;
margin:auto;
}
#right-history{
width:550px;
float:right;
margin-top:65px;
}
#right-history p{
padding:5px 45px 5px 15px;
}
#content.history{
background:url(../images/history-bg.jpg) no-repeat;
}



