body {
    background: url(/img/gray_sand.png) repeat 0 0;
    display: block;
}

h1 {
    text-shadow 1px 1px 1px #FF5A09;
    color:#FF5A09;
}
h3 {color:#FF9900}
a {color:#F3843E}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Corben', Georgia, Times, serif;
}

.center {
    text-align: center;
}

div.content {
    font-family: 'Nobile', Helvetica, Arial, sans-serif;
    box-shadow: 0 0 3px 3px gray;
    padding: 10px;
    margin: 10px;
}
div.left {
    width: 50%;
    float: left;
}
div.right {
    width: 50%;
    float: right;
}

.list-none {
    list-style-type: none;  
}
