|
|
Line 20: |
Line 20: |
| float:left; | | float:left; |
| margin-left: 20px; | | margin-left: 20px; |
− | background-color: #EEEDEA;
| |
− | border-bottom: 6px solid #EE3e53;
| |
− | }
| |
− |
| |
− | /* Creates the container for the menu */
| |
− | #menuContainer {
| |
− | float:right;
| |
− | width: 150px;
| |
− | background-color: #0e232f;
| |
− | height: 100%;
| |
− | border-top: 6px solid #EE3e53;
| |
− | font-family: "Arial", Helvetica, sans-serif;
| |
− | }
| |
− |
| |
− | /* Creates the container for the content */
| |
− | #contentContainer {
| |
− | background-color: #EEEDEA;
| |
− | width: 810px;
| |
− | float: left;
| |
− | padding: 10px;
| |
− | border-top: 6px solid #EE3e53;
| |
− | }
| |
− |
| |
− |
| |
− | /*Set up height place holder for the banner*/
| |
− | #bannerContainer {
| |
− | height:200px;
| |
− | margin:auto;
| |
− | text-align:center;
| |
− | color: #24B694;
| |
| } | | } |
| | | |