/*****Kieran Remy Racing*****/
/*****Reset*****/
@import "reset.css";
/*****Basic Elements*****/
html, body
{
    height: 100%;
}
body
{
    position: relative;
    color: #000;
    font-family: "Lucida Grande" , Arial, sans-serif;
    line-height: 160%;
    background: #aebdc2 url("../images/infoBackground.jpg") no-repeat scroll top left;
}

#infoPanel
{
    position: relative;
    clear: both;
    padding: 10px;
    width:800px;
    margin:0 auto;
    margin-top:120px;
    background-color:#0d0d0d;
}

p
{
    color: #fff;
    letter-spacing: -1px;
    font-size: 14px;
    line-height: 160%;
}
a
{
    outline: none;
}
h1
{
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -5px;
    line-height: 55px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 2px;
}
/*****Generic Classes*****/
.height
{
    height: 100%;
}
.padding
{
    padding-bottom: 40px;
}
.spacer
{
    padding-bottom: 2px;
}
.hide
{
    display: none;
}
.inline
{
    display: inline;
}
.right
{
    float: right;
}
.left
{
    float: left;
}
.clear
{
    clear:both;
    
    }
.both
{
    clear: both;
}
.divider
{
    width: 100%;
    height: 20px;
}
#outerWrapper
{
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.contentWrapper
{
    width: 2000px;
    overflow: hidden;
}
/*****Other Classes*****/
#infoPanel p
{
    font-size: 16px;
    letter-spacing: -1px;
    text-align: justify;
}
#infoPanel a
{
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-size: 22px;
    padding: 2px;
    font-weight: bold;
}
#infoPanel a:hover
{
    color: #000;
    background-color: #fff;
    text-decoration: none;
    font-size: 22px;
    padding: 2px;
    font-weight: bold;
}
.unstyledList li
{
    list-style-position: inside;
}

.styledList li
{
    list-style-position: inside;
    list-style-type: lower-alpha;
    margin-left: 3em;
}