Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 8th, 2012  |  syntax: None  |  size: 2.36 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /* A Free Design by Bryant Smith (bryantsmith.com) */
  2.  
  3. html, body {
  4. text-align: center;
  5. }
  6. p {text-align: left;}
  7.  
  8. body {
  9.         margin: 0;
  10.         padding: 0;
  11.         background: #697281;
  12.         font-family:  Arial, Helvetica, sans-serif;
  13.         font-size: 13px;
  14.         color: #F1F5F8;
  15.   background: #26476E url(background.png) repeat-x;
  16. }
  17. *
  18. {
  19.   margin: 0 auto 0 auto;
  20.  text-align:left;}
  21.  
  22. #page
  23. {
  24.   margin: 0 auto 0 auto;
  25.   display: block;
  26.   height:auto;
  27.   position: relative;
  28.   overflow: hidden;
  29.   width: 753px;
  30. }
  31.  
  32. #header
  33. {
  34. margin-top:25px;
  35. padding-top:63px;
  36. padding-left:30px;
  37. padding-right:30px;
  38. background-image:url(header.png);
  39. background-repeat:no-repeat;
  40. height:122px;
  41. width:753px;
  42. overflow:hidden;
  43. }
  44.  
  45. #header h1, #header h2
  46. {
  47. margin-left:0px;
  48. width:693px;
  49. position:relative;
  50. color:#000000;
  51. text-align:center;
  52. font-size:15px;
  53. font-weight:bold;
  54. font-family:Arial, Helvetica, sans-serif;
  55. clear:both;
  56. }
  57.  
  58. #header h1
  59. {
  60. margin-left:0px;
  61. width:693px;
  62. position:relative;
  63. color:#26476E;
  64. font-size:30px;
  65. }
  66.  
  67.  
  68.  
  69. #bar
  70. {
  71. background-image:url(bar.png);
  72. background-repeat:no-repeat;
  73. height:53px;
  74. width:750px;
  75. padding-bottom:15px;
  76. text-align:center;
  77. margin:0 auto 0 auto;
  78. }
  79.  
  80. #bar ul {
  81.         margin: 0px auto 0px auto;
  82.         padding: 0px;
  83.         list-style-type: none;
  84.         height: 74px;
  85.         text-align:center;
  86. }
  87. #bar ul li , #bar ul li a, #bar ul li a:visited{
  88.         margin: 0px;
  89.         padding: 0px;
  90.         height: 30px;
  91.         overflow: hidden;
  92.         display: inline;
  93.         text-align:center;
  94.         line-height:65px;
  95.         color:#26476E;
  96.         padding-left:6px;
  97.         padding-right:6px;
  98. }
  99.  
  100. #bar ul li a:hover
  101. {
  102. color:#000000;
  103. text-decoration:underline;
  104.  
  105. }
  106.  
  107.  
  108.  
  109.  
  110. .contentTitle
  111. {
  112. width:700px;
  113. height:44px;
  114. margin-top:20px;
  115. margin-left:0px;
  116. margin-right:25px;
  117. background-image:url(tab_back.png);
  118. background-repeat:no-repeat;
  119.  
  120. }
  121.  
  122. .contentTitle h1
  123. {
  124. margin-left:21px;
  125. padding-top:8px;
  126. font-size:21px;
  127. font-weight:bold;
  128. letter-spacing:-1px;
  129. color:#FFFFFF;
  130. }
  131.  
  132.  
  133. .contentText
  134. {
  135. width:680px;
  136. padding-left:30px;
  137. padding-right:30px;
  138. font-size:13px;
  139. color:#FFFFFF;
  140. line-height:30px;
  141. }
  142.  
  143. a
  144. {
  145. text-decoration:none;
  146. color:#F1F3F8;
  147. }
  148.  
  149. a:hover
  150. {
  151. border-bottom:1px dotted #F1F3F8;
  152. }
  153.  
  154.  
  155. #footer {
  156. width: 750px;
  157. height:20px;
  158. text-align:center;
  159. font-size:9px;
  160. color:#223F8D;
  161. padding-top:20px;
  162. }
  163.  
  164. html, body {
  165. text-align: center;
  166. }
  167. p {
  168. margin:7px;
  169. text-align: left;
  170. text-align:justify;
  171. }