|
0
|
1 |
body { |
|
|
2 |
font-family: Helvetica, Arial, Verdana, sans-serif; |
|
|
3 |
background-image: url(../crea/imgs/bgd-top.png); |
|
|
4 |
background-repeat: repeat-x; |
|
|
5 |
background-color: #F7F6F6; |
|
|
6 |
margin-top: -05px; |
|
|
7 |
|
|
|
8 |
} |
|
|
9 |
|
|
|
10 |
#banner { |
|
|
11 |
margin: 0px auto; |
|
|
12 |
width: 960px; |
|
|
13 |
border-bottom: 1px solid #fe4f76; |
|
|
14 |
padding-top: 10px; |
|
|
15 |
margin-top: -4px; |
|
|
16 |
} |
|
|
17 |
|
|
|
18 |
#outer_div { |
|
|
19 |
width: 990px; |
|
|
20 |
background-image: url(../crea/imgs/bgd-degrade.png); |
|
|
21 |
background-repeat: repeat-y; |
|
|
22 |
margin: 0px auto; |
|
|
23 |
border-top: 1px solid #ffffff; |
|
|
24 |
} |
|
|
25 |
|
|
|
26 |
#inner_div { |
|
|
27 |
margin: 0px auto; |
|
|
28 |
width: 960px; |
|
|
29 |
background-image: url("../crea/imgs/background.png"); |
|
|
30 |
background-repeat: repeat-x; |
|
|
31 |
} |
|
|
32 |
|
|
|
33 |
|
|
|
34 |
#intro_title { |
|
|
35 |
text-align: center; |
|
|
36 |
padding-bottom: 20px; |
|
|
37 |
padding-top: 15px; |
|
|
38 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
39 |
font-size: 22pt; |
|
|
40 |
} |
|
|
41 |
|
|
|
42 |
#wrapper_div { |
|
|
43 |
} |
|
|
44 |
|
|
|
45 |
table#content { |
|
|
46 |
width: 910px; |
|
|
47 |
border: solid 10px #7a7a7a; |
|
|
48 |
border-bottom: solid 14px #7a7a7a; |
|
|
49 |
border-top: solid 14px #7a7a7a; |
|
|
50 |
position: relative; |
|
|
51 |
margin: 0 auto; |
|
|
52 |
border-collapse: collapse; |
|
|
53 |
table-layout: fixed; |
|
|
54 |
} |
|
|
55 |
|
|
|
56 |
td#left_pane { |
|
|
57 |
background-color: white; |
|
|
58 |
width: 660px; |
|
|
59 |
} |
|
|
60 |
|
|
|
61 |
td#right_pane { |
|
|
62 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
63 |
width: 220px; |
|
|
64 |
border-left: solid 10px #7a7a7a; |
|
|
65 |
background-color: white; |
|
|
66 |
} |
|
|
67 |
|
|
|
68 |
#caption_text { |
|
|
69 |
padding: 15px; |
|
|
70 |
text-align: justify; |
|
|
71 |
} |
|
|
72 |
|
|
|
73 |
#footer { |
|
|
74 |
font-family: 'PT Sans Narrow', Helvetica; |
|
|
75 |
margin: 0px auto; |
|
|
76 |
margin-top: 10px; |
|
|
77 |
bottom: 5px; |
|
|
78 |
width: 410px; |
|
|
79 |
border-top: 1px solid black; |
|
|
80 |
text-align: center; |
|
|
81 |
padding: 2px; |
|
|
82 |
color: black; |
|
|
83 |
} |
|
|
84 |
|
|
|
85 |
#footer a { |
|
|
86 |
color: black; |
|
|
87 |
font-size: 10pt; |
|
|
88 |
} |
|
|
89 |
|
|
|
90 |
#partners { |
|
|
91 |
clear: both; |
|
3
|
92 |
text-align: center; |
|
0
|
93 |
margin: 0 auto; |
|
|
94 |
margin-top: 20px; |
|
3
|
95 |
padding-top: 14px; |
|
|
96 |
width: 894px; |
|
|
97 |
border-top: 1px solid #949494; |
|
|
98 |
|
|
0
|
99 |
font-size: 12px; |
|
|
100 |
} |
|
|
101 |
|
|
3
|
102 |
|
|
0
|
103 |
#partners img { |
|
|
104 |
margin: 0 auto; |
|
3
|
105 |
//display: block; |
|
0
|
106 |
padding-bottom: 22px; |
|
3
|
107 |
padding-right: 25px; |
|
0
|
108 |
} |
|
|
109 |
|
|
3
|
110 |
|
|
0
|
111 |
/* the last div of the document */ |
|
|
112 |
#closing_div { |
|
|
113 |
width: 990px; |
|
|
114 |
height: 30px; |
|
|
115 |
background-image: url("../crea/imgs/close.png"); |
|
|
116 |
background-repeat: no-repeat; |
|
|
117 |
background-position: 2px 0px; |
|
|
118 |
margin: 0px auto; |
|
|
119 |
} |