﻿#main 
{
    border: 1px solid #000000;
}

#main #banner
{
    border-bottom: 1px solid #000000;   
}

#main #nav 
{
    border-bottom: 1px solid #000000;
}

#main #nav li
{
    border-right: 1px dotted #000000;
}

#main #nav li.on
{
    background-image: url(../images/arrow4.gif);
}

a, a:visited
{
    color: #000000;
}

a:hover
{
    color: #404040;
}

#main #footer 
{
    background-color: #88CC65;
    border-top: 1px solid #000000;    
}

#main #footer span
{
    color: #404040;    
}

h1, dt, #address
{
    border-bottom: 1px solid #3D7D0B;
}

#main #content h1, #main #content h2, dt
{
    color: #000000;
}

#main #content .article
{
    border-right: 1px dotted #000000;
}

h2
{
    border-bottom: 1px dotted #3D7D0B;
}

.portfolio-item
{
    border-bottom: 1px dotted #000000;
}

#skin
{
    border: 1px dotted #000000;
}