body {
    background-attachment: scroll;
    background-color: #333333;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}

.style1 {
    color: #008816;
    font-weight: bold;
    font-size: 16px;
}

.style1 a:link {
    color: #008816;
    font-weight: bold;
    font-size: 16px;
}

.style1 a:visited {
    color: #008816;
    font-weight: bold;
    font-size: 16px;
}

.style1 a:hover {
    color: #0000FF;
    font-weight: bold;
    font-size: 16px;
}

.style8 {
    color: #FF6600;
	font-weight: bold;
    font-size: 16px;
}

.style8 a:link { 
	text-decoration:none
    color: #FF6600;
    font-weight: bold;
    font-size: 16px;

}

.style8 a:link {
text-decoration:none
    color: #FF6600;
    font-weight: bold;
    font-size: 16px;
}

.style8 a:hover {
text-decoration:none
    color: #008816;
    font-weight: bold;
    font-size: 16px;
}

.wrapper {
    width: 766px;
    padding: 0 17px;
    background: #333;
    position: relative;
}

#logo {
    padding: 10px 0;
}

.corners {
    background: url(../images/corners.png) 0 0 no-repeat;
    width: 766px;
    height: 256px;
    position: absolute;
    top: 110px;
    left: 17px;
    z-index: 100;
}

#navigation {
    position: absolute;
    top: 110px;
    right: 17px;
    z-index: 102 !important;
    padding: 8px 10px;
    background: #000;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity = 90);
    opacity: 0.9;
}

#navigation ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation ul.menu li {
    display: inline;
    padding: 0 10px;
    margin: 0;
}

#navigation ul.menu li a {
    color: #999;
    font: bold 14px/14px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

#navigation ul.menu li a:hover {
    color: #01b039;
}

#contact {
    position: absolute;
    right: 17px;
    top: 140px;
    z-index: 101 !important;
    padding: 0 10px 10px 20px;
    background: #000;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity = 90);
    opacity: 0.9;
}

#contact p {
    margin: 0.5em 0;
    text-align: right;
    font: bold 14px/14px Helvetica, Arial, sans-serif;
}

#contact p span {
    color: #01b039;
    text-transform: uppercase;
}

#contact p a {
    color: #fff;
    text-decoration: none;
}

#contact p small a {
    color: #01b039;
    text-decoration: none;
}

#contact p a:hover {
    color: #999;
}

.copyright {padding:10px 0;}
