body {
background-color: #ffffff;
background-image: url(/images/bghome2.gif);
background-repeat: no-repeat;
font-family: Georgia ,serif;
font-size: 12px;
line-height: 150%;
color: #333; }

h1 {
font-size: 14px;
color: #900; }

h2 {
color: #333;
font-size: 14px; }

#navbar {
position: absolute;
top: 460px;
left: 400px;
}

#copyright {
position: absolute;
top: 880px;
left: 200px;
}

a {
text-decoration: none;
}

.navbar_home {
     background : url(images/navbar_home.gif) no-repeat left center;
     padding : 1px 0 4px 15px;
     color : #fff;
	opacity: 0.7;
 }
 

.navbar_home:hover {
    text-decoration : none;
     color : #fff;
    border-bottom : 1px dotted #fff;
	opacity: 1.0;
}
