
#submenu { border: 5px ridge #C96;
             height: 270px;
            }

/* submenuitems contain the img plus border and caption */
#submenuitem1 { float: left; 
                    width: 170px; /*height: 255px; /* img 165 * 220 */
                    margin: 9px;
                    /*background: #0F0;*/
                }

#submenuitem2 { float: left; 
                    width: 170px; /*height: 255px; /* img 165 * 219 */
                    margin: 9px;
                    /*background: #0F0;*/
                }

#submenuitem3 { float: left; 
                    width: 170px; /*height: 110px; /* img 165 * 110 */
                    padding-top: 60px;
                    margin: 9px;
                    /*background: #0F0;*/
                }
#latheCaption { float: left; width: 100%; margin: 50px auto; text-align: center;  }

#submenuitem4 { float: left; 
                    width: 170px; /*height: 255px; /* img 165 * 220 */
                    margin: 9px;
                    /*background: #0F0;*/
                }

/* Add right margin */
#itemLeft { margin-right: 20px; margin-left: 10px; }

/* Add heights for each section */
#part1 { width: 100%; height: 190px; }
#part2 { width: 100%; height: 190px; }
#part3 { width: 100%; height: 170px; }
#part4 { width: 100%; height: 100px; }
#part5 { width: 100%; height: 320px; padding: 0px 5px;}

/* settings for each image */
#part1a { float:left; width: 128px; height: 170px; margin: 5px 10px; }
#part2a { float:left; width: 128px; height: 170px; margin: 5px 10px;  }
#part3a { float:left; width: 170px; height: 113px; margin: 20px 10px; }
#part4a { float:left; /*height: 230px;*/ margin: 30px 10px; }

/* the text */
#partb { float: left; }

/* Add indent */
/*.title { text-indent: 100px;}*/
