page.css
1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#container
{
margin: 1em auto;
width: 650px;
text-align:left;
background-color:#F7F2E0;
border: 1px solid #676767;
}
#container1
{
margin: 1em auto;
width: 650px;
text-align:center;
background-color:#F7F2E0;
border: 1px solid #676767;
}
#header
{
height: 53px;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #fff;
position: relative;
}
#header2
{
height: 53px;
text-align:center;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #fff;
position: relative;
}
#mainnav
{
background-color: #0EFCEA;
color: #272900;
padding: 2px 0;
margin: 0 0 20px 0;
}
#skipmenu
{
position: absolute;
right: 10px;
top: 5px;
}
#skipmenu a
{
color: #555;
text-decoration: none;
}
#skipmenu a:hover
{
color: #fff;
background-color:#F7F693;
text-decoration: none;
}
#menu
{
float: right;
width: 150px;
}
#menu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 165%;
}
#contents
{
margin: 0 170px 40px 20px;
border-right: 1px solid #C5C877;
padding-right: 20px;
}
#contents p { line-height: 165%; }
.imagefloat
{
float: right;
padding: 2px;
border: 1px solid #9FA41D;
margin: 0 0 10px 10px;
}
#footer
{
clear: both;
color: #272900;
background-color: #35F1CF;
text-align: right;
padding: 5px;
font-size: 90%;
}