html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: verdana, geneva, sans-serif;
    font-size: 13px;
    background-color: #fff;
}

a {
    color: #EE4E00;
}

img {
    border: none;
}

.gnl-wrap {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

.gnl-header, .gnl-main, .gnl-footer {
    position: relative;
    background: #76A3CC url(img/layout/bg.jpg) top center repeat-y;
    height: 175px;
    z-index: 1;
}

.gnl-logo {
    position: relative;
    top: 20px;
    left: 60px;
}

.gnl-nav {
    position: absolute;
    list-style: none;
    top: 60px;
    right: 50px;
    font-size: 1.2em;
    text-transform: uppercase;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));
}

.gnl-nav li {
    display: inline;
    margin: 10px;
}

.gnl-nav li a {
    color: #000;
    text-decoration: none;
}

.gnl-nav li a:hover {
    text-shadow: 0 0 10px #fff;
}


.gnl-hr {
    position: relative;
    background: transparent url(img/layout/hr.png) top right repeat-x;
    height: 20px;
    margin: -5px 0 -15px;
    border: none;
    z-index: 10;
    display: none !lt ie 8;
}

.gnl-rotator {
    position: relative;
    background-image: url(img/layout/rotator.jpg);
    height: 300px;
    width: 800px;
    margin: 10px auto 10px;
}

.gnl-main {
    height: 215px;
    padding: 10px 40px;
}

.gnl-main-box {
    float: left;
    margin-left: 10px;
    width: 280px;
    padding: 10px;
    _display: inline;
}

.gnl-main-box h1 {
    margin: 0;
    height: 50px;
}

.gnl-content {
    padding: 10px 40px 20px;
}

.gnl-photo {
    float: right;
    margin: 15px;
    -moz-box-shadow: 2px 2px 5px #000;
    -webkit-box-shadow: 2px 2px 5px #000;
}

.gnl-footer {
    height: 112px;
    padding: 10px 40px;
}

.gnl-box, .gnl-box-small {
    position: absolute;
    width: 231px;
    height: 368px;
    padding: 15px;
    background-image: url(img/layout/box.png);
    bottom: 0;
    right: 25px;
    z-index: 12;
    color: #fff;
    overflow: visible;
}

.gnl-box-small {
    height: 271px;
    bottom: -10px;
    background-image: url(img/layout/box-small.png);
}

.gnl-twitter {
    margin: 5px 0 0;
}

.gnl-flickr {
    margin: 5px 0;
    margin-left: 20px;
}

.gnl-flickr-feed {
    position: absolute;
    top: 10px;
    right: 5px;
}

.gnl-panel {
    position: relative;
    background-image: url(img/layout/panel.png);
    width: 589px;
    height: 62px;
    margin: 15px 30px;
    padding: 15px;
    color: #fff;
}

.gnl-button {
    border: none;
    background-image: url(img/layout/button.png);
    width: 250px;
    height: 75px;
    margin: 5px 15px;
    background-color: transparent;
    vertical-align: middle;
    cursor: pointer;
}

.gnl-copyright {
    text-align: center;
}

.gnl-monospace {
    font-family: monospace;
    font-size: 0.9em;
}

/* IE 6 PNG Fix, available after build */
* html img {
    behavior: url(../pngbehavior.htc);
}
