/**/
body {
  background: #f1f1f1; }

img {
  border: 4px solid #333; }

.page {
  width: 85%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  position: relative; }
  .page .img {
    float: left;
    margin: 10px; }
  .page img {
    width: 200px;
    height: 120px; }

.header {
  background: #336699;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .header .menus li {
    list-style: none;
    padding: 10px;
    display: inline-block;
    cursor: pointer; }
  .header .menus li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500; }
    .header .menus li a:hover {
      color: #333; }
  .header .active {
    background: #fff;
    color: #333; }
    .header .active a {
      color: #333; }
  .header .in-active a {
    color: #fff; }

.container {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  top: 0;
  right: 0;
  left: 0;
  position: relative; }

.content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #336699;
  display: inline-block;
  min-height: 200px;
  width: 100%;
  background: #fff; }

/*# sourceMappingURL=style.css.map */
