html {
     overflow: -moz-scrollbars-vertical;
}

body{
    margin:0;
    padding:0;
    background: #fff;
    color:#000;
    font-family: verdana, arial, helvetica;
    line-height: 1.5em;
    font-size: 11px;
    min-width:780px;
    background: #fff url(/images/17.gif);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
}

p{
    line-height: 1.5em; 
}

a{
    color: #0C419A;
    text-decoration: none;
}

a img {border:0;}

form{
    margin:2px;
    padding:0;
}

.menu, .menu a {
    color:#A0A0FF;
    font-family: century gothic, arial, helvetica;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
}

.choose {
    color:#A0A0FF;
    font-family: century gothic, arial, helvetica;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -2px;
    vertical-align:middle;
    line-height: 1em;
    margin-bottom:25px;
}

.category {
    color:#A0A0FF;
    font-family: century gothic, arial, helvetica;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -2px;
}

.services {
    color:#000;
    font-family: verdana, arial, helvetica;
    line-height: 1.3em;
    font-size: 11px;
}

.portlink {
    color:#000;
}

#wrap {
    padding:30px;
    margin:0 auto;
    width:780px;
    }
#header {
    width:750;
    background:#ddd;
    }
#leftside {
    float:left;
    min-width:170px;
}
#rightside {
    float:left;
}
#nav {
    margin-right:5px;
    padding:10px 15px 10px 10px;
    width:140px;
    height:120px;
    background:#fff;
    border:1px dashed #999;
    line-height: 3.5em;
    text-align:right;
    }
#main {
    width:500px;
    min-height:500px;
    height:auto !important;
    height:500px;
    padding:15px 15px 15px 15px;
    border:1px dashed #999;
    }
#pieces {
}
#footer {
    color:#CCC;
    text-align: center;
    background:#fff;
    margin: 0px 0px 0px 0px;
    }
