
/* define design width and page layout here */
#top-section,#mid-section,#bottom-section{
position:relative;
margin:0 auto;/* float design in center of page */
/*width:100%; Make full page & fluid */
/*margin:inherit; align design left */
/*width:580px; set defined layout width */
}

#top-section{
}
#mid-section{
}
#bottom-section{
}


#top-col-menu{
}
#mid-col-menu{
}
#mid-col-content{
}
#mid-col-extra{
display: none;
}
#top-col-1,#bottom-col-1{
}
