p {text-align: center}
p.verdana {font-family: verdana}
div.footertext {margin-left:190px}
img {border:0}
div.navbox
{
width:179px;
height:265px;
background-color:orange;
border:1px dashed blue;
margin-left:5px;
}
p.menu
{
text-align:left;
margin-left:3px;
}
p.menu A:link {text-decoration:none; color:white;}
p.menu A:visited {text-decoration:none; color:white;}
p.menu A:active {text-decoration:none; color:white;}
p.menu A:hover {text-decoration:none; color: black;}

div.container
{
width:66%;
margin:0px;
border:1px solid gray;
line-height:117%;
margin-left:17%;
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:160px;
margin:0;
}
div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}
/* Menu mouseOver info */
#descHome, #descRand, #descPort, #descCont
{
position : absolute;
top : 237px;
left : 240px;
width : 150px;
margin-left : 3px;
border : 1px dashed white;
visibility : hidden; 
}

div.desc
{
/*position : absolute; */
left : 90px;
background : blue;
top : 200px;
width : 150px;
color : white;
margin-left:10px;
margin-right:5px;
padding-left:3px;
padding-right:15px;
}



/* Content pages */
#contentRand, #contentPort, #contentCont {/* top : 100px; left : 200px; margin-left : 3px;*/ visibility : hidden }
#contentHome {/* top : 100px;
left : 190px;
margin-left : 3px;*/
visibility : visible; }
