﻿body 
{
    padding: 0;
    margin: 0;
    font-family: Tahoma;
    color: #4c474d;
    background-color: #fffff7;
}

#name {
    position: absolute;
    top: 49px;
    left:64px;         
}

#menu 
{
    position:absolute;
    top:64px;
    left:536px;    
}

#menu img 
{
    margin-right: 23px;
}

#leftBackground 
{
     background: #FFF url(images/left_background.jpg) no-repeat;
     width:100%;
     height:263px;    
     position: absolute;
     z-index: -20;
     top: 62px;
}

.portImage 
{
    margin-bottom: 5px;
}

#icons { margin-top: 20px; }
#icons img { border: 0; }

.helloText 
{    
    margin-top: 189px;
    
    background-color: Transparent;
    /*width: 705px;
    height: 94px;*/
}

#contact 
{
    margin-left: 63px;
    margin-top: 85px;
    width:170px;
    position:absolute;
}

#content 
{
    position:absolute;
    margin-top: 85px;
    margin-left: 318px;
    width: 536px;
    text-align: justify;
    font-family: Tahoma;
    font-size: 10px;

}

a.portTitle:link, a.portTitle:visited, a.portTitle:active, .portTitle 
{
    font-size:12px;
    font-weight:bold;    
    color: #ffc976;   
}

a.portTitle:hover
{
    font-size:12px;
    font-weight:bold;    
    color: #ffc976;   
    text-decoration: underline;
}

.portAgency 
{
    color: #e66c91;    
}

.portDeveloped 
{
    color: #9566b4;    
}

#portfolioContent 
{
    font-weight:bold;    
}

a, a:active, a:visited 
{
    text-decoration:none;    
    color: #4c474d;
}

a:hover 
{
    text-decoration:underline;    
    color: #4c474d;    
}

input, textarea
{
    width: 297px;
    font-family: Tahoma;
    color: #4c474d;
    font-size: 10px;
    border: #4c474d 1px inset;            
}

textarea 
{
    height: 80px;               
}

.buttonSend 
{
    margin-left:272px;    
    margin-top: 2px;
    width: 27px;
    height: 11px;
}

.about 
{
    font-size:12px;    
    color: #4c474d;
}

.about a:link, .about a:visited, .about a:active
{
    color: #5E56AE;
}

.about a:hover
{    
    color: #5E56AE;
}