html, body, #main_container, #holder {
    margin: 0;
    padding: 0;
}

#top {
    background:transparent url("../images/bkg_top.gif") repeat-x scroll left top;
    height:50px;
}

#header {
    background:transparent url("../images/bkg_main_img.png") repeat-x scroll left top;
    height:238px;
    float:left;
    width: 100%;
}

#main_container {
    margin:0 auto;
    width:800px;
    left: 0px;
    background:transparent url("../images/bkg_main_img.png") repeat-x scroll left top;
}

#holder {
    background:#FFFEBB url("../images/bkg_holder.png") repeat-x scroll left top;
    float:left;
    width: 100%;
    min-height:350px;
    _height: 350px; /*IE hack */
}

#footer {
    background:#FFFEBB url("../images/bkg_top.gif") repeat-x scroll left top;
    height:50px;
    float:left;
    width: 100%;
    font-size: 0.8em;
    text-align: center;
    padding-top: 5px;
}

#menubox, .menubox_services {
    width: 700px;
    height: 35px;
    margin-left: 100px;
    padding: 5px 0 0 0;
    display: block;
}

#menubox a, .menubox_services a{ 
    font-family:Arial,Helvetica,sans-serif;
    margin-left: 30px;
    text-decoration: none;
    font-size: 1.2em;
    color: #0C5309;
    font-weight:bold;
    font-variant:small-caps;
}

#menubox a:hover, .menubox_services a:hover { text-decoration: none; color: #11C50E; }

#menubox #on { 
    color: #E10B0B;
    border-left:  #FF0000 2px solid;
}

#menubox #on:hover { 
    text-decoration: none;
}

.holder_title, .holder_title_on {
    font-size: 1.2em;
    font-weight: bold;
    font-family:Arial,Helvetica,sans-serif;
    margin:10px;
}

.holder_title_on { color: #E10B0B; }
.holder_title a { text-decoration: none; color: #0A4909; }
.holder_title a:hover { color: red;}

.holder_home_box {
    border-left: 2px solid red;
    display: block;
    margin: 10px;
}

.holder_home_box p {
    color: #0A4909;
    margin: 10px;
}

#holder_mainbox {
    display: block;
    width: 800px;
    /*border: 1px solid green;*/
    margin: 0 auto;
}


#holder_mainbox_links {
    width: 90%;
    margin: 0 auto;
}

.portfolio_box {
    display: block;
    border: 1px solid #0F720D;
    width: 80%;
    height: 80px;
    float: left;
    margin-top: 5px;
}

.portfolio_box img {
    width: 100px;
    margin: 6px 10px 2px 2px;
    vertical-align: top;
    float: left;
}

.portfolio_box a, .portfolio_box_prog a
    { text-decoration: none; color: #094508; font-family:Arial,Helvetica,sans-serif;}
.portfolio_box a:hover, .portfolio_box_prog a:hover { text-decoration: none; color: #13B70E; }


.portfolio_box  .description, .portfolio_box_prog .description,
.links_section_box .description
{
    font-size: 0.9em;
    color: #0A4B09;
    margin-left: 5px;
    font-family:Arial,Helvetica,sans-serif;
}

.portfolio_box_prog {
    display: block;
    border: 1px solid #0F720D;
    width: 80%;
    float: left;
    margin-top: 5px;
    padding: 5px;
}

.links_title { color: red; font-size: 1.3em; font-family:Arial,Helvetica,sans-serif; float: left;  width: 100%;}
.links_section_box { border-left: 3px solid #0F720D; margin: 5px; float: left; width: 45%; padding: 5px;}

