@charset "utf-8";

#content {
    background: url(wbg_gal.jpg) bottom right; 
    background-repeat: no-repeat;
    background-color: #FFF7FF;
    text-align: left;
    margin: 0 auto;
    width: 850px;
    border: 0px;
    padding: 0;
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: #34393c;
}



#navlist a:hover {
        color: #fffafa;
        background-color: #ff8000;
}
#button li {
        border-bottom: 1px solid #ff8000;
        margin: 0;
        list-style: none;
        list-style-image: none;
}
#button li a:hover {
	    border-left: 10px solid #ff8000;
	    /*border-right: 10px solid #5ba3e0;*/
	    background-color: #34393c;
	    color: #ff8000;
	    font-weight:bold;
	    }

h1 {
	font-weight: bold;
	font-size: 13px;
	background: #ff8000;
	color: #fffafa;
	padding:5px;
	margin: 5px 0 10px 5px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	background: #ff8000;
	color: #fffafa;
	padding:5px;
	margin: 5px 0 0 0;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	background: #ff8000;
	color: #fffafa;
	padding:5px;
	margin: 0 0 0 10px;
}

a {
	color: #ff8000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #ff8000;
	text-decoration:underline;
	font-weight:bold;
}

.button2 li {
        border-bottom: 1px solid #ff8000;
        margin: 0;
        list-style: none;
        list-style-image: none;
}
.button2 li a:hover {
	    border-left: 10px solid #ff8000;
	    /*border-right: 10px solid #5ba3e0;*/
	    background-color: #34393c;
	    color: #ff8000;
	    font-weight:bold;
	    }

