﻿p, ul, li, h1, h2, h3, h4, form{
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #000000;
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.3em;
}


img{
    border: none;
}

a:hover {
    color: #f089bb;
}

#outer{
    margin: auto;
    width: 1000px;
    height: 750px;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
}

#newquote{
    position: relative;
    left: 5px;
    top: 50px;
    width: 340px;
}

#newquote a{
    float: left;
    margin-right: 4px;
}

#quoteContainer{
    position: relative;
    top: 250px;
    left: 382px;
    width: 555px;
    border: 0px solid blue;
}

#slideControls{
    display: none;
    width: auto;
    border: 0px solid red;
    font-size: 8pt;
    color: #555555;
    float: right;
}
    #slideControls img{
        display: inline;
        padding-right: 8px;
        cursor: pointer;
    }

#quoteItems{
    border: 0px solid red;
    height: 255px;
    overflow: hidden;
    padding: 0px 20px 0px 20px;
    margin-bottom: 5px;
}

    #quoteItems ul{
        margin: 0px;
        padding: 0px;
    }
    
    #quoteItems ul li{
        list-style: none;
    }
    
    #quoteItems ul li.item{
        /*list-style: disc url('../images/quote_left.gif') outside;*/
        border: 0px solid green;
        background-image: url('../images/quote_left.gif');
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        padding-left: 20px;
        margin-bottom: 25px; 
    }

    #quoteItems li img.q2{
        padding-left: 6px;
    }
    
    #quoteItems li .quote{
        text-align: justify;
        border: 0px solid red;
    }
    
    #quoteItems li .author{
        font-weight: bold;
        font-style: italic;
        font-size: 12px;
    }
