-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusiness.css
101 lines (101 loc) · 1.68 KB
/
business.css
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
95
96
97
98
99
100
101
body {
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
font-size: 80%;
}
#container {
width: 673px;
margin: 0px auto;
}
#top {
color: #FFFFFF;
width: 221px;
height: 140px;
background-color: #778CB3;
}
#topright {
float: right;
height: 140px;
width: 447px;
text-align: right;
}
.cl {
clear:both;
}
#gallery {
width: 673px;
padding-top: 5px;
}
#news {
width: 213px;
height: 372px;
margin-top: 5px;
background-color: #778CB3;
color: #FFFFFF;
padding: 4px;
}
#menu {
width: 422px;
background-color: #F7CB33;
padding: 13px;
border-bottom: 5px solid #FFFFFF;
float: right;
}
#menu a:link, #menu a:visited, #menu a:active {
background-color: #F7CB33;
padding: 13px;
text-decoration: none;
color: #000000;
}
#menu a:hover {
padding:20px;
background-color: #F01E1E;
text-decoration: none;
color: #FFFFFF;
}
#content {
width: 446px;
float: right;
height: 380px;
margin-top: 5px;
background-color: #A0AFCB;
}
p {
margin: 0 0 0 0px;
}
h1 {
padding: 4px;
margin: 4px;
font-size: 120%;
font-weight: bold;
color: #FFFFFF;
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #F7CB33;
}
h2 {
text-align: center;
font-size: 300%;
font-weight: normal;
color: #FFFFFF;
}
#pad {
padding: 12px;
color: #000000;
}
#footer {
background-color: #F7CB33;
padding: 12px;
width: 649px;
color:#000000;
font-size: 90%;
text-align: center;
clear:both;
border-top: 5px solid #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
color:#000000;
}
h4 {
font-size: 180%;
color: #F01E1E;
}