﻿
#AboutContent
{
    margin-left:200px;
    height:365px;
    width:530px;
    font-family:Verdana, Arial;
    font-size:11px;
    color:#797979;
}
    #AboutContent img
    {
        float:right;
    }

#AboutMenu
{
    display:block;
    float:left;
    width:200px;
    
    height:365px;
} 
    #AboutMenu ul
    {
        list-style-type:none;
        margin:0px;
        padding:0px;
    }
    #AboutMenu ul li
    {
        width:180px;
        background-image:url(../images/PortfolioMenuArrow.gif);
        background-position:left center;
        background-repeat:no-repeat;
        background-color:#ec5b15;
        padding-left:10px;
        margin-top:22px;
       
        
        
    }    
    
    
    #AboutMenu ul li a.AboutMenuHove,
    #AboutMenu ul li a.AboutMenuSelected
    {
       background-color:#cccccc;
       color:White;
    } 

    #AboutMenu ul li a
    {
        width:170px;
        display:block;
        line-height:26px;
        padding-left:10px;
        background-color:white;
        color:#ec5b15;
        text-decoration:none;
        border-left:1px solid white;
        font-family:Verdana, Arial;
        font-weight:bold;
        font-size:11px;
    }   
    
    
#AboutFooter
{
    margin-top:50px;
    width:854px;
    height:39px;
    background-color:#cccccc;
}
    #AboutFooter h1
    {
        display:block;
        line-height:39px;
        width:170px;
        float:left;
        margin:0px;
        padding:0px 0px 0px 13px;
        font-size:26px;
        color:White;
        font-weight:normal;
        border-right:1px solid white;  
        background-color:#ec5b15;
        font-family:Century Gothic, Arial;
    }
    #AboutFooter .LinksCollection
    {
        display:block;
        line-height:39px;        
        margin:0px;
        padding:0px;
             
    }
    
.nextPage,
.prevPage
{
    width:16px;
    height:16px;
    border:none;
    background:white url(../images/btnNextPage.gif) no-repeat scroll center center;
    
}

.prevPage
{
    background-image:url(../images/btnPrevPage.gif);
}
    
#frameSource
{
    color:Purple;
}
    
