﻿#main 
{
    border: 1px solid #808080;
}

#main #banner
{
    border-bottom: 1px solid #808080;   
}

#main #nav 
{
    border-bottom: 1px solid #808080;
}

#main #nav li
{
    border-right: 1px dotted #808080;
}

#main #nav li.on
{
    background-image: url(../images/arrow1.gif);
}

a, a:visited
{
    color: #808080;
}

a:hover
{
    color: #404040;
}

#main #footer 
{
    background-color: #DEDFF0;
    border-top: 1px solid #808080;    
}

#main #footer span
{
    color: #404040;    
}

h1, dt, #address
{
    border-bottom: 1px solid #84899F;
}

#main #content h1, #main #content h2, dt, h3
{
    color: #808080;
}

#main #content .article
{
    border-right: 1px dotted #808080;
}

h2
{
    border-bottom: 1px dotted #808080;    
}

.portfolio-item
{
    border-bottom: 1px dotted #808080;
}

#skin
{
    border: 1px dotted #808080;    
}

.bulletitem
{
    background-image: url(../images/arrow1.gif);    
}