#container {
position: static;
width: 950px;
margin-left: auto;
margin-right: auto;
}
#main {
float: left;
width: 100%;
background-color: #58FA82;
}
#left {
float: left;
width: 205px;
height: 700px;
background-color: #58FA82;
}
#header {
width:100%;
padding-top: 2px;
height: 103px;
background-image: url(images/header.png);
background-size: 950px 105px;
background-repeat: no-repeat;
}
#head_bar {
position: static;
width: 745px;
padding-left: 205px;
height: 30px;
background-color: transparent;
}
#right {
float: right;
width: 745px;
height: 700px;
background-image: url(images/bg.png);
background-repeat: repeat-x;
background-size: 1px 700px;
}
#footer {
float: left;
width: 950px;
height: 35px;
background-color: brown;
padding-top: 5px;
font-family: serief;
font-size: 8pt;
color: white;
text-align: center;
}
.bar {
width: 100%;
height: 30px;
background-image: url(images/menu1.png);
background-size:2px 30px;
background-repeat: repeat-x;
padding: 5px 0px 0 0px;
font-family: sans-serif;
font-weight: bold;
font-size: 10.5pt;
color: white;
text-align: center;
}
.hilite {
background-color: #7A56EA;
color: white;
font-weight: normal;
font-family: verdana;
font-size: 12pt;
}
h3 {
font-family: verdana;
padding-left: 20px;
}
p {
font-family: verdana;
font-size: 9pt;
margin-top: 0px;
padding: 0px 20px 0px 20px;
text-align: justify;
line-height: 20px;
}
p a {
font-weight: normal;
text-decoration: underline;
color: black;
}
p a:hover {
font-weight: normal;
text-decoration: none;
color: black;
}
li {
padding-left: 100px;
font-family: verdana;
font-size: 9pt;
}
li a {
font-weight: normal;
text-decoration: underline;
color: black;
}
li a:hover {
font-weight: normal;
text-decoration: none;
color: blue;
}
a {
font-weight: bold;
text-decoration: underline;
color: white;
}
a:hover {
font-weight: normal;
text-decoration: none;
color: lime;
}