* {
    margin:  0;
    padding: 0;
    border:  0;
    font-family:     Helvetica, Arial, sans-serif; 
    font-size:       9pt; 
    letter-spacing:  1px;
    color:           #494746; 
    text-decoration: none;
}
* a:link, * a:visited, * a:active {
    font-family:     Helvetica, Arial, sans-serif; 
    font-size:       9pt; 
    letter-spacing:  1px;
    color:           #494746; 
    text-decoration: none;
}

* a:hover { 
    color: black;
}

.darkGrey {
    color: black;
}

.bgPink {
    background-color: #494746;    
}

#centered-box {
    position: fixed;
    width: 966px;
    height: 461px;
    left: 50%;
    top: 50%;
    margin-left: -483px;
    margin-top: -230px;
}

* html #centered-box {
    position: absolute;
}

#outerContainer {
    width: 964px;
    height: 459px; 
    border: 1px solid #494746;
}

#innerContainer {
    width: 952px; 
    height: 447px; 
    margin: 5px; 
    border: 1px solid #494746;
}

#left {
    margin: 0; 
    padding: 0;
}

#right {
    margin: 0; 
    padding: 0;
}

#portfolioUL {
    list-style-type: none; 
    list-style-image: none;
}

#portfolioUL li {
    display: block;
    padding: 5px;
    padding-left: 150px;
}

#header {
    width: 100%;
    height: 15px; 
    margin-bottom: 3px;
}

#headerUL {
    width: 100%;
    list-style-type: none; 
    list-style-image: none;
    
}

#headerUL li {
    display: inline;
}

#footer {
    width: 100%;
    margin-top: 3px;
}


#outer {width: 100%;}
#inner {width: 200px; margin-left: auto; margin-right: auto;}
