1. body {background-color:grey;}
  2.  
  3. .page, header, footer, .sidebar, .sidebar2, nav {
  4. -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
  5. box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
  6. }
  7.  
  8. h1, h2, h3 p {
  9.  
  10. }
  11.  
  12.  
  13. img
  14. { border-style: none;
  15.  
  16. }
  17.  
  18. .page {
  19. width: 1000px;
  20. margin: 28px auto;
  21. padding: 4px;
  22. background: #FFFFDB;
  23. }
  24.  
  25. .header {
  26.  
  27. margin-bottom: 8px;
  28. background: #BABD98;
  29. border: 1px solid #BABD99;
  30. text-align: center;
  31. padding:10px 0px 0px 0px;
  32.  
  33.  
  34. }
  35. .sidebar {
  36. width: 190px;
  37. float: left;
  38. background-color:#626249;
  39. height: 700px;
  40. padding: 0px;
  41. text-align:center;
  42.  
  43. }
  44.  
  45.  
  46. .sidebar2 {
  47. width: 190px;
  48. float: right;
  49. background-color:#626249;
  50. height: 700px;
  51. text-align:center;
  52. }
  53. nav, .loginarea {
  54. background: #D4D3BA;
  55. margin-bottom: 28px;
  56. padding: 8px;
  57.  
  58. }
  59.  
  60.  
  61. nav ul {
  62. margin: 0;
  63. padding: 0;
  64. list-style-type: none;
  65. }
  66. .maincontent {
  67. overflow: auto;
  68. background: #BABD98; /*demo only*/
  69. width: 600px;
  70. height: 700px;
  71.  
  72. margin: 0 auto;
  73. }
  74.  
  75. .holdBlock {padding: 0px 79px;}
  76.  
  77. .headies{
  78.  
  79. padding-left:215px;
  80. }
  81. .fieldBlock
  82. {
  83. background-color: #BABD98;
  84. width:200px;
  85. float: left;
  86. padding: 10px;
  87. }
  88. .title
  89. {
  90. font-weight: bold;
  91. }
  92. input
  93. {
  94. border: 1px solid gray;
  95. font-size: 1.1em;
  96. }
  97. footer {
  98. padding: 8px;
  99. clear: both;
  100. background: #626249;
  101. text-align: center;
  102. margin-top: 18px;
  103. }
  104. footer ul {
  105. margin: 0;
  106. padding: 0;
  107. list-style-type: none;
  108. height: 15px;
  109. }
  110. footer ul li { display: inline;}