/* ///////////////////////////////////// */
/**     #FRAME (Main frame of page)     **/
/* ///////////////////////////////////// */
#frame {display: block; width: 750px; margin: 0 auto;}

/* //////////////////////////////////////////////////////// */
/**     #header (corporate branding and logos go here )     **/
/* //////////////////////////////////////////////////////// */
#header {position: relative; height: 60px; width: 750px; margin: 6px 0; }
     #header img {padding: 1px; }
	 #header .left {padding-left: 10px; }
     #header .right {position: absolute; top: 6px; right: 0; }
     #header p {position: absolute; top: 30px; right: 20px; font-size: 11px; font-weight: bold; }

/* //////////////////////////////////// */
/**     #NAV (site navigation bar)     **/
/* //////////////////////////////////// */
#nav {text-align: center; }
    
/* /////////////////////////////////////////////////////////// */
/**     #CONTENT (All the dynamic content is loaded here)     **/
/* /////////////////////////////////////////////////////////// */
#content-wrap {margin: 0; padding: 0;}
#content {margin: 0 10px; padding: 20px 50px 50px 50px; min-height: 400px; height: auto !important; height: 400px; }

/* //////////////////////////////////////////////////////////// */
/**     #FOOTER (footer content and bottom of page styles)     **/
/* //////////////////////////////////////////////////////////// */
#footer * {font-size: 10px; line-height: 18px; text-align: center; }
