
body {
        margin : 5px;
}

a { text-decoration : none; }
a:hover { text-decoration : underline; }



.centerText
{
        width : 470px;
        font : bold 12px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
        text-align : justify;
        padding : 0px 10px 10px 10px;
}

.centerText a
{
        font : bold 12px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
        text-decoration : underline;
        color : Black;
}

.centerText a:hover
{
        font : bold 12px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
        text-decoration : none;
}

.centerText cite
{
        font : bold 12px/18px Trebuchet MS, Arial, Helvetica, sans-serif;
        text-decoration : none;
        color : gray;
}

.centerText h1
{
        font : bold 40px/40px Trebuchet MS, Arial, Helvetica, sans-serif;
        text-decoration : none;
        color : Gray;
        padding : 0px 0px 0px 0px;
}

.news_list
{
        background: url('../img/web_02.gif') repeat-x;
        width : 415px;
        height : 130px;
        margin : 15px 15px 15px 15px;
        padding : 15px 15px 15px 15px;
        font : bold 10px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
        color : Gray;
        text-align : justify;
}

.news_list a {
        font : bold 10px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
        color : Black;
        text-decoration : none;
}

.news_list a:hover{
        font : bold 10px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
        color : Gray;
        text-decoration : none;
}

.news_list img {
        border-right : 1px dashed Gray;
}

.portfolio_list {
        width:240px;
        float:left;
        margin: 0px 15px 15px 0px;
        text-align : left;
}

.portfolio_sublist {
        background: url('../img/web_02.gif') repeat-x;
        width : 415px;
        height : 130px;
        margin : 15px 15px 15px 15px;
        padding : 15px 15px 15px 15px;
        text-align : justify;
}

input.fill {
        background: url('../img/forms.gif') no-repeat;
        font: italic bold 12px Arial;
        padding-left: 30px;
        border : 1px solid #adadad;
}

textarea.fill {
        background: url('../img/forms.gif') no-repeat;
        font: italic bold 12px Arial;
        padding-left: 30px;
        border : 1px solid #adadad;
}

input.but { border-style: none; background-image: url('../img/next.png'); width: 172px; height: 58px;}



