1. html, body {
  2. text-align: center;
  3. }
  4. p {text-align: left;}
  5.  
  6. body {
  7.     margin: 0;
  8.     padding: 0;
  9.     background: #C1C1C1;
  10.     background-image:url(/background.png);
  11.     text-align: left;
  12.     font-family: "Trebuchet MS", Arial, Helvetica, sans-
  13.  
  14. serif;
  15.     font-size: 13px;
  16.     color: #FFFFFF;
  17. }
  18. *
  19. {
  20.   margin: 0 auto 0 auto;
  21.  text-align:left;}
  22.  
  23.  
  24. html, body {
  25. text-align: center;
  26. }
  27. p {text-align: left;}
  28.  
  29. #page
  30. {
  31.   width:758px;
  32.   padding-left:20px;
  33.   padding-right:20px;
  34. }
  35.  
  36.  
  37. #header
  38. {
  39. background-image:url(/header.png);
  40. background-repeat:no-repeat;
  41. width:798px;
  42. height:34px;
  43. margin:0 auto 0 auto;
  44. color:#267B9B;
  45. text-align:center;
  46. font-style:italic;
  47. }
  48.  
  49. #pagetop
  50. {
  51. height:143px;
  52. }
  53.  
  54. #pagetop h1 , a:visited
  55. {
  56. display:block;
  57. float:left;
  58. line-height:90px;
  59. color:#FFFFFF;
  60. text-align:left;
  61. font-size:27px;
  62. font-weight:bold;
  63. font-family:Arial, Helvetica, sans-serif;
  64. float:left;
  65. margin-left:23px;
  66. text-decoration:none;
  67. }
  68.  
  69.  
  70. #pagetop ul {
  71.     padding: 0px;
  72.     list-style-type: none;
  73.     height:21px;
  74.     text-align:center;
  75.     height:90px;
  76.     overflow:hidden;
  77. }
  78. #pagetop ul li , #pagetop ul li a, #pagetop ul li a:visited{
  79.     display:block;
  80.     float:right;
  81.     margin: 0px;
  82.     text-align:center;
  83.     line-height:100px;
  84.     color:#FFFFFF;
  85.     padding-left:5px;
  86.     padding-right:5px;
  87.     font-size:14px;
  88.     font-weight:bold;
  89.     text-decoration:none;
  90. }
  91.  
  92. #pagetop ul li a:hover{
  93.     color:#65A9ED;
  94. }
  95.  
  96. #pagetop a:hover{
  97.     color:#65A9ED;
  98. }
  99.  
  100.  
  101. #debug
  102. {
  103. color:#000000;
  104. background:#FFFFFF;
  105. }
  106.  
  107. #main
  108. {
  109. width:798px;
  110. background:url(/content_back.png);
  111. }
  112.  
  113.  
  114.  
  115. #main .content
  116. {
  117. width:650px;
  118. text-align:justify;
  119. color:#000000;
  120. word-spacing:3px;
  121. }
  122.  
  123. #main .content p
  124. {
  125. margin-top:8px;
  126. margin-bottom:8px;
  127. }
  128.  
  129. #main .content h1
  130. {
  131. font-size:19px;
  132. margin-bottom:12px;
  133. }
  134.  
  135. .clear
  136. {
  137. clear:both;
  138. }
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145. #footer {
  146. display:block;
  147. width: 798px;
  148. height:50px;
  149. background: url(/footer.png) no-repeat;
  150. text-align:right;
  151. font-size:10px;
  152. line-height:48px;
  153. }
  154.  
  155. #footer p{
  156. padding-right:75px;
  157. text-align:right;
  158. }
  159.  
  160. #footer, #footer a, #footer a:visited{
  161. text-decoration:none;
  162. color:#65A9ED;
  163. }
  164.  
  165. #footer a:hover{
  166. text-decoration:none;
  167. color:#000000;
  168. }