
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-image: url(bg/bg.png);
    margin-top: 30px;
}

section {
    width: 500px;
    margin: auto;
    padding-top: 80px;
    text-align: center;
}

.vl {
  border-left: 3px solid white;
  height: 15px;
    float: left;
    margin-left: 276px;
}

.vl1 {
  border-left: 0px;
  height: 40px;
    float: left;
    margin-left: 276px;
}

article {
    background-color: #FFF;
    background-image: none;
    width: 510px;
    float: left;
    border-radius: 5px;
    border: solid 1px #888;
    font-size: 11px;
    text-align:left;
    color: #333;
    background-color: #FFF;
    padding: 20px;
}

h1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.5px;
}
h2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #CCC;
    margin-left: 10px;
    margin-bottom: -12px;
}
header {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1px;
    height: 60px;
    margin-bottom: 10px;
color: #e4f5e4;
}
nav {
    position: relative;
    left: -70px;
}

nav a{
    text-decoration: none;
    color: #e4f5e4;
}

#plushy {
    position: relative;
    top: -85px;
    left: 105px;
    width: 100px;
}

article a {
    text-decoration: none;
    font-size: 13px;
    color:#AAA;
    padding-left: 20px;
}

a:hover {
    text-decoration: underline;
}

::-webkit-scrollbar {
    display: none;
}