/* This CSS file was partly created in Nils' attic on a cold day. Bonjour? */

/* Generic */

body {
    background-color: #FFBB00;
    font-family: "Century Gothic", "Lucida Grande", Verdana, sans-serif; }

a { color: #333; }
p, li { font-size: 10pt; text-align: justify; }
img.left { padding: 5px 10px 5px 0px; float: left; }
img.right { padding: 5px 0px 5px 10px; float: right; }

/* Menu */

#menu { 
	position: absolute;
	padding: 0px;
	margin: 0px 0px 0px -190px;
}

#menu_items li {
	list-style-type: none;
}

#menu_items a {
    display: block;
    margin: 5px 0px;
    width: 130px;
    height: 15px;
    color: black;
    text-decoration: none;
    background-color: #D0D0D0;
    border: 1px solid #909090;
    padding: 2px;
}

/* Content */

#content {
    width: 550px;
    margin: 0px auto;
    padding: 10px 20px 10px 30px;
    background: white;
    z-index: -1;
}

/* Header */
/* Below is a hackish way to use CSS3's content: url(image.png); */

.replace {
    position: relative;
    margin: 0px;
    padding: 0px;
    /* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow: hidden;
    /* */
}

.replace span {
    display:block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    /*for Opera 5 and 6*/
}

#hisbbanner, #hisbbanner span {
    height: 150px;
    width: 600px;
    background-image: url(banner.png);
    margin: 0px auto;
}
