| @CHARSET "ISO-8859-1"; | |
| #banner { | |
| text-align:center; | |
| width:100%; | |
| margin-bottom:20px; | |
| } | |
| .homeitem { padding-top:10px; } | |
| .sideitem { text-align:center; } | |
| .block { | |
| float:left; | |
| width:100%; | |
| padding-left:75px | |
| } | |
| .block .image { | |
| width:75px; | |
| float:left; | |
| margin-bottom:15px; | |
| } | |
| .block .text { | |
| float:left; | |
| } | |
| .description { | |
| padding:0 75px; | |
| text-align:center; | |
| font-weight:bold; | |
| font-size:14px; | |
| } | |
| .description:first-letter { | |
| font-size:24px; | |
| } |