/********************************************************************
    File:   
        newsCSS.css
    Brief:  
        Hold styles used in file news.html
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/

#newsPageContentContainer
{
    width: 960px;
    margin-left: 40px;
    margin-top: 20px;
    padding-bottom: 20px;
}
    
#newsPageContainer
{
    width:600px;
    float:left;
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 60px;
}    

.newsPageWrapper
{
    margin-top:15px;
}

.newsPageImage
{
   border: 0px dotted red;
   position: relative;
   width: 600px;
   height: 250px;
   margin-bottom: 5px;
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;   
}

.newsPageTextWrapper
{
   font: 12px/16px Verdana;
   margin-top:10px;
   line-height: 150%;
   color: #000;
}

.newsPageTextWrapper p
{
    text-indent: 20px;
}


