/* CSS Document */
body {
	background-color:white;
	color:black;
}
a:link {
	color:#003366;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

table, img {
	border-style: none;
}


.boxExampleBG, .boxMasterBG {
        position:absolute;
        left:0px;
        top:-40px;
        width:777px;
        height:922px;
}

 .boxLine {
        position:absolute;
        left:22px;
        top:-1px;
        width:800px;
        height:945px;
}

/* Navigation Boxes */

    .boxNavHome {
        position:absolute;
        left:48px;
        top:265px;
        width:42px;
        height:33px;
    }
    .boxNavPortfolio {
        position:absolute;
        left:48px;
        top:283px;
        width:66px;
        height:54px;
    }
    .boxNavProcess {
        position:absolute;
        left:48px;
        top:320px;
        width:60px;
        height:49px;
    }
    .boxNavPrincipals {
        position:absolute;
        left:48px;
        top:340px;
        width:70px;
        height:53px;
    }
    .boxNavProponents {
        position:absolute;
        left:47px;
        top:366px;
        width:74px;
        height:58px;
    }
    .boxNavContact {
        position:absolute;
        left:48px;
        top:412px;
        width:62px;
        height:48px;
    }
