#contentcontainer {
                clear:            both;
                width:            810px;
                height:           auto;
                float:            left;
                display:          inline;  
             }


#leftcolumn   { /* div for the left column */
                width:            30px;
                height:           750px;
                text-align:       left;
                clear:            both;
                float:            left;
                display:          inline;
                background:       #fff;
              }

#rightcolumn { /* div for the left column */
                width:            360px;
                height:           750px;
                margin-top:       10px;
                text-align:       left;
                background-color: #fff;
                color:            #7F7E7E;
                float:            left;
                display:          inline;
                border-right:     1px solid #ccc;
                border-bottom:    1px solid #ccc;
                border-top:       1px solid #ccc;
              }

#rightcolumn p {
                text-align:       left;
                padding:          0px 5px;
              }
#rightcolumn img {
                padding:          5px 0px;
                margin:           0px;
                border:           0px;
              }

#content      { /* div of the content column */
                width:            400px;
                height:           750px;
                margin-top:       10px;
                margin-left:      0px;
                padding-left:     0px;
                border:           1px solid #ccc;
                text-align:       left;
                background-color: #fff;
                color:            #5E5D5D;
                float:            left;
                display:          inline;
              }

#content a    {
                color:            #327ABD;
                font-weight:      normal;
                text-decoration:  none;
              }
#content h1   {
                padding:          5px 0px;
                margin:           0px;
                font-weight:      bold;
                font-size:        120%;
                color:            #ddd;
              }

#rightcoltitle h3 { /* h3 orange line */
                font-size:        90%;
                font-weight:      bold;
                color:            #fff;
              }

#rightcoltitle { /* div with orange line */
                height:           20px;
                vertical-align:   middle;
                text-align:       center;
                margin:           3px 0px;
                padding-top:      5px;
                background:       #1D3D5D url(../img/menu_bg.jpg) repeat-x top left;
              }

#rightcoltitle h3 { /* h3 orange line */
                font-size:        90%;
                font-weight:      bold;
                color:            #fff;
              }

#rightcoltitle { /* div with orange line */
                height:           20px;
                vertical-align:   middle;
                text-align:       center;
                margin:           3px 0px;
                padding-top:      5px;
                background:       #1D3D5D url(../img/menu_bg.jpg) repeat-x top left;
              }

#centerctn      {
                float:            left;
                display:          inline;
                width:            400px;
                padding-right:    0px;
              }

#copyright    { /* div to contain the copyright of every page */
                clear:            both;
                width:            auto;
                height:           30px;
                color:            #aaa;
                margin-top:       0px;
                line-height:      12px;
                vertical-align:   top;
                text-align:       center;
                padding:          0px;
                padding-right:    10px;
                font-size:        80%;
                border-top:       solid 0px #455B4B;
              }
#copyright a  {
                color:            #5F6D92;
              }