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 102
|
/* Generated by KompoZer */
body {
margin: 0;
padding: 0;
background-repeat: repeat-x;
background-attachment: scroll;
background-position: center top;
font-family: verdana,arial,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 8pt;
line-height: 13pt;
font-size-adjust: none;
font-stretch: normal;
background-color: #f9f9f9;
}
#wrapper {
margin: 0 auto;
padding: 0;
width: 800px;
text-align: left;
}
#top {
background: transparent url(images/bgtop2.png) no-repeat scroll center top;
width: 800px;
height: 78px;
}
#content {
padding: 0px 17px;
background: transparent url(images/bgmiddle2.png) repeat-y scroll center;
width: 766px;
height: 100%;
}
#header {
margin: 0px 0px 4px;
padding: 60px 0px 0px 20px;
background: transparent url(images/bgtop2.png) no-repeat scroll center top;
width: 766px;
height: 56px;
color: black;
font-size: 16px;
}
#header h1 {
padding: 0px 190px 0px 125px;
font-size: 18px;
font-weight: normal;
}
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
}
#menu li a {
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}
#menu li a:link, #menu li a:visited {
padding: 8px 0 0 10px;
background: transparent url(images/off2.png) no-repeat scroll center top;
color: navy;
display: block;
height: 29px;
text-align: left;
}
#menu li a:hover {
padding: 8px 0 0 10px;
background: transparent url(images/on.png) no-repeat scroll center top;
color: blue;
height: 29px;
text-align: left;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
text-align: left;
}
#stuff {
border: none;
margin: 0px 0px 0px 220px;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
width: 520px;
padding-top: 55px;
}
img {
border: none;
}
#bottom {
background: transparent url(images/bgbottom3.png) no-repeat scroll center bottom;
width: 800px;
height: 50px;
}
|