﻿html, body {
    background: #000 url('../../_img/background-gradient.jpg') repeat top left;
    color: #000;
    font-family: Arial;
    font-size: 14px;
}

h1, h2, p, ul,
label, input, textarea { margin: 10px; }

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }
a:link,
a:visited,
a:hover,
a:active { color: #b00; }

.highlight { color: #b00; }

h1 {
    color: #b00;
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}
    
#wrapper {
    background: #fff none;
    border: #000 solid 1px;
    margin: 10px auto;
    width: 800px;
}

#head {
    background: #000 none;
    clear: both;
    height: 250px;
    width: 800px;
}

#head-left {
    float: left;
    height: 250px;
    width: 300px;
}

#head-right {
    float: right;
    height: 250px;
    overflow: hidden;
    width: 500px;
}

#logo {
    display: block;
    margin: 10px auto;
}

#nav  {
    list-style: none; 
    position: absolute;
    top: 100px;
}
#nav li { margin: 5px 10px; }

#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
    font-style: italic;
    font-size: 22px;
    text-decoration: none;
}

#nav a:link,
#nav a:visited,
#nav a:active { color: #CCC; }
#nav a:hover { color: #bb0000; }

#content {
    background: #929292 none;
    color: #000;
    clear: both;
    display: table;
    width: 800px;
}

#content-left  {
    color: #000;
    float: left;
    width: 300px;
}

#content-right {
    background: #CCC none;
    float: right;
    min-height: 250px;
    width: 500px;
}

#foot {
    clear: both;
    color: #fff;
    margin: 0 auto;
    width: 800px;
}
#foot a:link,
#foot a:visited,
#foot a:hover,
#foot a:active {
    color: #fff;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.ux-carousel-nav { background: transparent; }