/*this will define the info page css*/
#leftcolumn {
width:120px;
float:left;
}

#navcontainer {
background-color:#fff;
border:1px solid #666;
margin:10px;
padding:12px;
width:116px;
}
#navcontainer ul {
width:100%;
}

#cnt {
background-color: #fff;
border-left:2px solid #666;
border-right:2px solid #666;
margin: 0 50px 50px 165px;
max-width:780px;
min-height:765px;
min-width:500px;
padding:0.5em 1em 1em;
width:67%;
position: absolute;
overflow: hidden;
}
