15 |
|
/* Contains the menu */ |
16 |
|
#menu { |
17 |
|
margin: 5px; |
18 |
+ |
width: 100pc; |
19 |
|
background: #eeeeFF; |
20 |
|
color: #000000; |
21 |
|
border: 1px solid #000066; |
32 |
|
#menu .logo { |
33 |
|
display: none; |
34 |
|
} |
35 |
+ |
#menu .logo img { |
36 |
+ |
display: none; |
37 |
+ |
} |
38 |
|
#menu ul { |
39 |
|
margin: 5px; |
40 |
|
padding: 5px 0px 5px 0px; |
41 |
|
text-align: center; |
42 |
|
list-style: none; |
43 |
< |
} |
43 |
> |
} |
44 |
> |
#menu br { |
45 |
> |
display: none; |
46 |
> |
} |
47 |
|
|
48 |
|
/* Contains the main page - including header and footer */ |
49 |
|
#main { |
50 |
+ |
margin-left: 0px; |
51 |
|
padding: 0px; |
52 |
+ |
position: relative; |
53 |
|
} |
54 |
|
|
55 |
|
/* Contains the header */ |
80 |
|
background: #eeeeff; |
81 |
|
border-bottom: 5px solid #000066; |
82 |
|
color: #000066; |
83 |
+ |
text-align: left; |
84 |
|
} |
85 |
|
#contents h2 { |
86 |
|
padding: 4px; |
105 |
|
#topnav { |
106 |
|
margin: -15px -10px 0px 0px; |
107 |
|
padding: 0px; |
108 |
+ |
text-align: left; |
109 |
|
background: transparent; |
110 |
|
color: #000000; |
111 |
|
} |