body {
    background: #18255D url(../images/background.jpg);
    margin: 0; padding: 0;
    font-family: Helvetica, Arial;
    font-size: 12px;
    color: #FFF;
}
h1 {
  
    font-size: 14px;
    text-transform: uppercase;
}
a, a:link, a:visited {
    color:#FFF;
}
#menu_top {
    height: 50px;
    background: url(../images/blueprint_01.gif) 50% 0% no-repeat;
}
/* portfolio items */
.portfolio_item {
    margin: 10px;
    border: 0px dotted red;
}
#portfolio_table {
    margin-top: 20px;
    background: url(../images/divider.gif) repeat-y 50%;
}

.portfolio_image {
    width: 58px; height: 58px;
    padding: 5px;
    background: url(../images/portfolio_thumb_bkg.gif) no-repeat;
    border: 0px dotted green;
}
.year {
    font-size: 10px;
    color: #dadada;
}
/*
.portfolio_info {
    border: 1px dotted yellow;
    margin-left: 80px;
    float: left;
    width: 200px;
} */
/*.portfolio_item h3, .portfolio_item .desc, .portfolio_item .tags {
    margin: 2px; padding: 0;
}*/
.portfolio_item h3 {
    margin: 0; padding: 6px 0 2px 0;
    text-transform: uppercase;
    border: 0px dotted green;
}
.portfolio_item .desc, .portfolio_item .tags {
    margin: 5px 0; padding: 0;
}
.portfolio_item .tags {
    color: #a5aac1;
}
.portfolio_item .tags a {
    color: #a5aac1;
    font-size: 10px;
    text-decoration:underline;
}

.portfolio_desc {
    margin-top: 0; padding-top: 4px;
    color: #d1d4df;
    font-size: 11px;
    line-height: 1.4em;
}
p.portfolio_link {
    margin:0; padding:0;  text-align:left;
}
p.portfolio_link a, p.portfolio_link a:link, p.portfolio_link a:visited {
    padding: 1px 3px; color: #d2d2d2; border: 1px solid #d2d2d2; text-decoration: none; font-size:10px; text-transform: none;
}
p.portfolio_link a:hover {
    color: #1a2960; background: #FFF;
}

.divider {
    background: url(../images/divider.gif) repeat-y;
}
#bottom_table {
    background: none;
    border-top: 1px solid #495581;
    margin-top: 40px;
    padding-top: 16px;
    padding-bottom: 20px;
}

#text_content {
    padding: 10px 30px;
    font-size: 11px; 
    line-height: 1.6em;
}