/* CSS stylesheet for the HHCE website */
/* Created by Henk Hendriks             */

/* a couple of generic styles           */
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	color:#000000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

IMG {
	border: none;
}


.banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	background-repeat: repeat-x;
	background-image:url('../img/trans_bg.gif');
}

/* vertical lines */
.container {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	width: 695px;
	margin-left: -346px;
}

.container #col1 {
        width: 50px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}

.container #col2 {
        width: 60px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}
.container #col3 {
        width: 11px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}
.container #col4 {
        width: 16px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}
.container #col5 {
        width: 12px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}
.container #col6 {
        width: 11px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}
.container #col7 {
        width: 430px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}
.container #col8 {
        width: 80px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}
.container #col9 {
        width: 13px;
	height: 100%;
        border-right: solid 1px #d1d1d1;
	position: relative;
        float: left;
}

#links {
	position: absolute;
        top: 265px;
        left: 50%;
	margin-left: -254px;
        width: 460px;
        z-index: 1000;
}

#books {
	position: relative;
	margin-right: 38px;
        width: 127px;
	height: 70px;
}

#logo {
	position: absolute;
        top: 132px;
	left: 50%;
        margin-left: -70px;
        width: 236px;
	height: 60px;
}

#hometext {
	position: absolute;
	top: 16px;
	left: 14px;
	z-index: 1;
	visibility: hidden;
}